Memosa-FVM  0.2
StructureVC< T > Struct Template Reference

#include <StructureBC.h>

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

Public Member Functions

 StructureVC ()
 
- 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 vcType
 

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 StructureVC< T >

Definition at line 38 of file StructureBC.h.

Constructor & Destructor Documentation

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

Definition at line 40 of file StructureBC.h.

References FloatVarDict< T >::defineVar().

41  {
42  this->defineVar("eta",T(1.0));
43  this->defineVar("eta1",T(1.0));
44  this->defineVar("density",T(1.0));
45  this->defineVar("alpha",T(1.0));
46  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

Member Data Documentation

template<class T>
string StructureVC< T >::vcType

Definition at line 47 of file StructureBC.h.

Referenced by StructureModel< T >::Impl::Impl().


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