Memosa-FVM  0.2
FlowVC< T > Struct Template Reference

#include <FlowBC.h>

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

Public Member Functions

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

Definition at line 24 of file FlowBC.h.

Constructor & Destructor Documentation

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

Definition at line 26 of file FlowBC.h.

References FloatVarDict< T >::defineVar().

27  {
28  this->defineVar("viscosity",T(1e-3));
29  this->defineVar("density",T(1.0));
30  this->defineVar("eddyviscosity",T(1e-5));
31  this->defineVar("totalviscosity",T(2e-3));
32  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

Member Data Documentation

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

Definition at line 33 of file FlowBC.h.

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


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