Memosa-FVM  0.2
PhononBC< T > Struct Template Reference

#include <PhononBC.h>

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

Public Member Functions

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

Definition at line 13 of file PhononBC.h.

Constructor & Destructor Documentation

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

Definition at line 15 of file PhononBC.h.

References FloatVarDict< T >::defineVar().

16  {
17  this->defineVar("specifiedTemperature",T(300.0));
18  this->defineVar("specifiedReflection",T(0.0));
19  this->defineVar("specifiedHeatflux",T(0.0));
20  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

Member Data Documentation

template<class T>
string PhononBC< T >::bcType

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