|
Memosa-FVM
0.2
|
#include <ThermalBC.h>


Public Member Functions | |
| ThermalModelOptions () | |
| LinearSolver & | getLinearSolver () |
Public Member Functions inherited from FloatVarDict< T > | |
| 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 |
| int | timeDiscretizationOrder |
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) |
Definition at line 36 of file ThermalBC.h.
|
inline |
Definition at line 38 of file ThermalBC.h.
References ThermalModelOptions< T >::absoluteTolerance, FloatVarDict< T >::defineVar(), ThermalModelOptions< T >::linearSolver, ThermalModelOptions< T >::relativeTolerance, ThermalModelOptions< T >::timeDiscretizationOrder, and ThermalModelOptions< T >::useCentralDifference.
|
inline |
Definition at line 56 of file ThermalBC.h.
References ThermalModelOptions< T >::linearSolver, LinearSolver::nMaxIterations, LinearSolver::relativeTolerance, and LinearSolver::verbosity.
| double ThermalModelOptions< T >::absoluteTolerance |
Definition at line 50 of file ThermalBC.h.
Referenced by ThermalModelOptions< T >::ThermalModelOptions().
| LinearSolver* ThermalModelOptions< T >::linearSolver |
Definition at line 52 of file ThermalBC.h.
Referenced by ThermalModelOptions< T >::getLinearSolver(), and ThermalModelOptions< T >::ThermalModelOptions().
| double ThermalModelOptions< T >::relativeTolerance |
Definition at line 49 of file ThermalBC.h.
Referenced by ThermalModelOptions< T >::ThermalModelOptions().
| int ThermalModelOptions< T >::timeDiscretizationOrder |
Definition at line 54 of file ThermalBC.h.
Referenced by ThermalModelOptions< T >::ThermalModelOptions().
| bool ThermalModelOptions< T >::transient |
Definition at line 53 of file ThermalBC.h.
| bool ThermalModelOptions< T >::useCentralDifference |
Definition at line 51 of file ThermalBC.h.
Referenced by ThermalModelOptions< T >::ThermalModelOptions().