Memosa-FVM  0.2
COMETVC< T > Struct Template Reference

#include <COMETBC.h>

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

Public Member Functions

 COMETVC ()
 
- 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 COMETVC< T >

Definition at line 36 of file esbgkbase/COMETBC.h.

Constructor & Destructor Documentation

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

Definition at line 38 of file esbgkbase/COMETBC.h.

References FloatVarDict< T >::defineVar().

39  {
40  this->defineVar("viscosity",T(1e-3));
41  this->defineVar("density",T(1.0));
42  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

Member Data Documentation

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

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