Memosa-FVM
0.2
|
#include <ThermalBC.h>
Public Member Functions | |
ThermalVC () | |
![]() | |
bool | hasVar (const string varName) const |
T | operator[] (const string varName) const |
bool | isField (const string varName) const |
Field & | getField (const string varName) const |
FloatVal< T > | getVal (const string varName) const |
Public Attributes | |
string | vcType |
Additional Inherited Members | |
![]() | |
typedef map< string, FloatVal < T > > | T_Parent |
![]() | |
void | defineVar (const string varName, const T defaultValue) |
Definition at line 23 of file ThermalBC.h.
Definition at line 25 of file ThermalBC.h.
References FloatVarDict< T >::defineVar().
string ThermalVC< T >::vcType |
Definition at line 32 of file ThermalBC.h.
Referenced by ThermalModel< T >::Impl::Impl().