Memosa-FVM
0.2
|
#include <SpeciesBC.h>
Public Member Functions | |
SpeciesModelOptions () | |
LinearSolver & | getLinearSolver () |
![]() | |
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 | |
double | relativeTolerance |
double | absoluteTolerance |
bool | useCentralDifference |
LinearSolver * | linearSolver |
bool | transient |
bool | ButlerVolmer |
int | timeDiscretizationOrder |
Additional Inherited Members | |
![]() | |
typedef map< string, FloatVal < T > > | T_Parent |
![]() | |
void | defineVar (const string varName, const T defaultValue) |
Definition at line 32 of file SpeciesBC.h.
|
inline |
Definition at line 34 of file SpeciesBC.h.
References SpeciesModelOptions< T >::absoluteTolerance, SpeciesModelOptions< T >::ButlerVolmer, FloatVarDict< T >::defineVar(), SpeciesModelOptions< T >::linearSolver, SpeciesModelOptions< T >::relativeTolerance, SpeciesModelOptions< T >::timeDiscretizationOrder, and SpeciesModelOptions< T >::useCentralDifference.
|
inline |
Definition at line 60 of file SpeciesBC.h.
References SpeciesModelOptions< T >::linearSolver, LinearSolver::nMaxIterations, LinearSolver::relativeTolerance, and LinearSolver::verbosity.
double SpeciesModelOptions< T >::absoluteTolerance |
Definition at line 52 of file SpeciesBC.h.
Referenced by SpeciesModelOptions< T >::SpeciesModelOptions().
bool SpeciesModelOptions< T >::ButlerVolmer |
Definition at line 56 of file SpeciesBC.h.
Referenced by SpeciesModelOptions< T >::SpeciesModelOptions().
LinearSolver* SpeciesModelOptions< T >::linearSolver |
Definition at line 54 of file SpeciesBC.h.
Referenced by SpeciesModelOptions< T >::getLinearSolver(), and SpeciesModelOptions< T >::SpeciesModelOptions().
double SpeciesModelOptions< T >::relativeTolerance |
Definition at line 51 of file SpeciesBC.h.
Referenced by SpeciesModelOptions< T >::SpeciesModelOptions().
int SpeciesModelOptions< T >::timeDiscretizationOrder |
Definition at line 57 of file SpeciesBC.h.
Referenced by SpeciesModelOptions< T >::SpeciesModelOptions().
bool SpeciesModelOptions< T >::transient |
Definition at line 55 of file SpeciesBC.h.
bool SpeciesModelOptions< T >::useCentralDifference |
Definition at line 53 of file SpeciesBC.h.
Referenced by SpeciesModelOptions< T >::SpeciesModelOptions().