Memosa-FVM
0.2
|
#include <BatteryBC.h>
Public Member Functions | |
BatterySpeciesBC () | |
![]() | |
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 9 of file BatteryBC.h.
|
inline |
Definition at line 11 of file BatteryBC.h.
References FloatVarDict< T >::defineVar().
string BatterySpeciesBC< T >::bcType |
Definition at line 17 of file BatteryBC.h.
Referenced by BatteryModel< T >::Impl::Impl(), BatteryModel< T >::Impl::linearizePC(), BatteryModel< T >::Impl::linearizePC_Thermal(), and BatteryModel< T >::Impl::linearizeSpecies().