Memosa-FVM  0.2
ThermalVC< T > Struct Template Reference

#include <ThermalBC.h>

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

Public Member Functions

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

Definition at line 23 of file ThermalBC.h.

Constructor & Destructor Documentation

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

Definition at line 25 of file ThermalBC.h.

References FloatVarDict< T >::defineVar().

26  {
27  this->defineVar("thermalConductivity",T(1.0));
28  this->defineVar("density", T(1.0));
29  this->defineVar("specificHeat", T(1.0));
30 
31  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

Member Data Documentation

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

Definition at line 32 of file ThermalBC.h.

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


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