Memosa-FVM  0.2
BatteryPotentialVC< T > Struct Template Reference

#include <BatteryBC.h>

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

Public Member Functions

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

Definition at line 43 of file BatteryBC.h.

Constructor & Destructor Documentation

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

Definition at line 45 of file BatteryBC.h.

References FloatVarDict< T >::defineVar().

46  {
47  this->defineVar("conductivity",T(1.0));
48  this->defineVar("initialPotential",T(0.0));
49  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

Member Data Documentation

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

Definition at line 50 of file BatteryBC.h.

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


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