Memosa-FVM  0.2
FractureBC< T > Struct Template Reference

#include <FractureBC.h>

Inheritance diagram for FractureBC< T >:
Collaboration diagram for FractureBC< T >:

Public Member Functions

 FractureBC ()
 
- Public Member Functions inherited from FloatVarDict< T >
bool hasVar (const string varName) const
 
operator[] (const string varName) const
 
bool isField (const string varName) const
 
FieldgetField (const string varName) const
 
FloatVal< T > getVal (const string varName) const
 

Public Attributes

string bcType
 

Additional Inherited Members

- Public Types inherited from FloatVarDict< T >
typedef map< string, FloatVal
< T > > 
T_Parent
 
- Protected Member Functions inherited from FloatVarDict< T >
void defineVar (const string varName, const T defaultValue)
 

Detailed Description

template<class T>
struct FractureBC< T >

Definition at line 9 of file FractureBC.h.

Constructor & Destructor Documentation

template<class T>
FractureBC< T >::FractureBC ( )
inline

Definition at line 11 of file FractureBC.h.

References FloatVarDict< T >::defineVar().

12  {
13  this->defineVar("specifiedPhaseFieldValue",T(1.0));
14  this->defineVar("specifiedPhaseFieldFlux",T(0.0));
15  //this->defineVar("convectiveCoefficient", T(0.0));
16  //this->defineVar("farFieldTemperature", T(300.0));
17  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

Member Data Documentation

template<class T>
string FractureBC< T >::bcType

The documentation for this struct was generated from the following file: