Memosa-FVM  0.2
SpeciesVC< T > Struct Template Reference

#include <SpeciesBC.h>

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

Public Member Functions

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

Definition at line 21 of file SpeciesBC.h.

Constructor & Destructor Documentation

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

Definition at line 23 of file SpeciesBC.h.

References FloatVarDict< T >::defineVar().

24  {
25  this->defineVar("massDiffusivity",T(1.e-9));
26  this->defineVar("initialMassFraction",T(1.0));
27  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

Member Data Documentation

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

Definition at line 28 of file SpeciesBC.h.

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


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