Memosa-FVM  0.2
FlowBC< T > Struct Template Reference

#include <FlowBC.h>

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

Public Member Functions

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

Definition at line 10 of file FlowBC.h.

Constructor & Destructor Documentation

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

Definition at line 12 of file FlowBC.h.

References FloatVarDict< T >::defineVar().

13  {
14  this->defineVar("specifiedXVelocity",T(0.0));
15  this->defineVar("specifiedYVelocity",T(0.0));
16  this->defineVar("specifiedZVelocity",T(0.0));
17  this->defineVar("specifiedPressure",T(0.0));
18  this->defineVar("accomodationCoefficient",T(1.0));
19  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

Member Data Documentation


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