Memosa-FVM
0.2
|
#include <BatteryFields.h>
Public Member Functions | |
BatterySpeciesFields (const string baseName) | |
Public Attributes | |
Field | concentration |
Field | massFlux |
Field | diffusivity |
Field | convectionFlux |
Field | concentrationN1 |
Field | concentrationN2 |
Field | one |
Definition at line 12 of file BatteryFields.h.
BatterySpeciesFields::BatterySpeciesFields | ( | const string | baseName | ) |
Definition at line 8 of file BatteryFields.cpp.
Field BatterySpeciesFields::concentration |
Definition at line 16 of file BatteryFields.h.
Referenced by BatteryModel< T >::Impl::copyCoupledToSeparate(), BatteryModel< T >::Impl::copySeparateToCoupled(), BatteryModel< T >::Impl::getAverageConcentration(), BatteryModel< T >::Impl::getSpeciesResidual(), BatteryModel< T >::Impl::init(), BatteryModel< T >::Impl::initSpeciesLinearization(), BatteryModel< T >::Impl::linearizePotential(), BatteryModel< T >::Impl::linearizeSpecies(), BatteryModel< T >::Impl::linearizeThermal(), BatteryModel< T >::Impl::recoverLastTimestep(), BatteryModel< T >::Impl::updateShellGhosts(), and BatteryModel< T >::Impl::updateTime().
Field BatterySpeciesFields::concentrationN1 |
Definition at line 20 of file BatteryFields.h.
Referenced by BatteryModel< T >::Impl::copyCoupledToSeparate(), BatteryModel< T >::Impl::copySeparateToCoupled(), BatteryModel< T >::Impl::init(), BatteryModel< T >::Impl::linearizeSpecies(), BatteryModel< T >::Impl::recoverLastTimestep(), and BatteryModel< T >::Impl::updateTime().
Field BatterySpeciesFields::concentrationN2 |
Definition at line 21 of file BatteryFields.h.
Referenced by BatteryModel< T >::Impl::copyCoupledToSeparate(), BatteryModel< T >::Impl::copySeparateToCoupled(), BatteryModel< T >::Impl::init(), BatteryModel< T >::Impl::linearizeSpecies(), and BatteryModel< T >::Impl::updateTime().
Field BatterySpeciesFields::convectionFlux |
Definition at line 19 of file BatteryFields.h.
Referenced by BatteryModel< T >::Impl::init(), and BatteryModel< T >::Impl::linearizeSpecies().
Field BatterySpeciesFields::diffusivity |
Definition at line 18 of file BatteryFields.h.
Referenced by BatteryModel< T >::Impl::copyPCDiffusivity(), BatteryModel< T >::Impl::init(), and BatteryModel< T >::Impl::linearizeSpecies().
Field BatterySpeciesFields::massFlux |
Definition at line 17 of file BatteryFields.h.
Referenced by BatteryModel< T >::Impl::copyCoupledToSeparate(), BatteryModel< T >::Impl::copySeparateToCoupled(), BatteryModel< T >::Impl::getMassFluxIntegral(), BatteryModel< T >::Impl::init(), BatteryModel< T >::Impl::initSpeciesLinearization(), and BatteryModel< T >::Impl::linearizeSpecies().
Field BatterySpeciesFields::one |
Definition at line 22 of file BatteryFields.h.
Referenced by BatteryModel< T >::Impl::init(), and BatteryModel< T >::Impl::linearizeSpecies().