Memosa-FVM
0.2
|
#include <KeBC.h>
Public Member Functions | |
KeBC () | |
![]() | |
bool | hasVar (const string varName) const |
T | operator[] (const string varName) const |
bool | isField (const string varName) const |
Field & | getField (const string varName) const |
FloatVal< T > | getVal (const string varName) const |
Public Attributes | |
string | bcType |
Additional Inherited Members | |
![]() | |
typedef map< string, FloatVal < T > > | T_Parent |
![]() | |
void | defineVar (const string varName, const T defaultValue) |
Definition at line 11 of file KeBC.h.
References FloatVarDict< T >::defineVar().
string KeBC< T >::bcType |
Definition at line 17 of file KeBC.h.
Referenced by KeModel< T >::Impl::Impl(), KeModel< T >::Impl::linearizedissipation(), and KeModel< T >::Impl::linearizeenergy().