Memosa-FVM
0.2
|
#include <COMETBC.h>
Public Member Functions | |
COMETBC () | |
COMETBC () | |
![]() | |
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 | bcType |
string | InterfaceModel |
Additional Inherited Members | |
![]() | |
typedef map< string, FloatVal < T > > | T_Parent |
![]() | |
void | defineVar (const string varName, const T defaultValue) |
Definition at line 13 of file esbgkbase/COMETBC.h.
Definition at line 15 of file esbgkbase/COMETBC.h.
References FloatVarDict< T >::defineVar().
Definition at line 15 of file phononbase/COMETBC.h.
References COMETBC< T >::bcType, FloatVarDict< T >::defineVar(), and COMETBC< T >::InterfaceModel.
string COMETBC< T >::bcType |
Definition at line 32 of file esbgkbase/COMETBC.h.
Referenced by COMETModel< T >::applyTemperatureBoundaries(), COMETModel< T >::callCOMETBoundaryConditions(), COMETBC< T >::COMETBC(), COMETModel< T >::initializeTemperatureBoundaries(), and COMETModel< T >::SetBoundaryConditions().
string COMETBC< T >::InterfaceModel |
Definition at line 24 of file phononbase/COMETBC.h.
Referenced by COMETBC< T >::COMETBC().