Memosa-FVM  0.2
KeBC< T > Struct Template Reference

#include <KeBC.h>

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

Public Member Functions

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

Definition at line 9 of file KeBC.h.

Constructor & Destructor Documentation

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

Definition at line 11 of file KeBC.h.

References FloatVarDict< T >::defineVar().

12  {
13  this->defineVar("Specifiedk",T(1.0));
14  this->defineVar("specifiede",T(1.0));
15 
16  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

Member Data Documentation

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

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