Memosa-FVM  0.2
KeVC< T > Struct Template Reference

#include <KeBC.h>

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

Public Member Functions

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

Definition at line 21 of file KeBC.h.

Constructor & Destructor Documentation

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

Definition at line 23 of file KeBC.h.

References FloatVarDict< T >::defineVar().

24  {
25  this->defineVar("InitialEnergy",T(1.0));
26  this->defineVar("InitialDissipation",T(1.0));
27  this->defineVar("c1",T(1e-5));
28  this->defineVar("c2",T(7.69e-06));
29 
30 
31  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

Member Data Documentation

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

Definition at line 32 of file KeBC.h.

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


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