Memosa-FVM  0.2
BatteryFields.cpp
Go to the documentation of this file.
1 // This file os part of FVM
2 // Copyright (c) 2012 FVM Authors
3 // See LICENSE file for terms.
4 
5 
6 #include "BatteryFields.h"
7 
9  concentration(baseName + ".concentration"),
10  massFlux(baseName + ".massFlux"),
11  diffusivity(baseName + ".diffusivity"),
12  convectionFlux(baseName + ".convectionFlux"),
13  concentrationN1(baseName + ".concentrationN1"),
14  concentrationN2(baseName + ".concentrationN2"),
15  one(baseName + "one")
16 {}
17 
19  potential(baseName + "potential"),
20  potentialN1(baseName + "potentialN1"),
21  potential_flux(baseName + ".potential_flux"),
22  potential_gradient(baseName + ".potential_gradient"),
23  conductivity(baseName + ".conductivity"),
24  lnLithiumConcentration(baseName + "lnLithiumConcentration"),
25  lnLithiumConcentrationGradient(baseName + "lnLithiumConcentrationGradient"),
26  speciesGradient(baseName + ".speciesGradient"),
27  temperature(baseName + ".temperature"),
28  temperatureN1(baseName + ".temperatureN1"),
29  temperatureN2(baseName + ".temperatureN2"),
30  heatFlux(baseName + ".heatFlux"),
31  temperatureGradient(baseName + ".temperatureGradient"),
32  thermalConductivity(baseName + ".thermalConductivity"),
33  heatSource(baseName + ".heatSource"),
34  rhoCp(baseName + ".rhoCp"),
35  potentialSpeciesTemp(baseName + ".potentialSpeciesTemp"),
36  potentialSpeciesTempN1(baseName + ".potentialSpeciesTempN1"),
37  potentialSpeciesTempN2(baseName + ".potentialSpeciesTempN2"),
38  potentialSpeciesTempFlux(baseName + ".potentialSpeciesTempFlux"),
39  potentialSpeciesTempGradient(baseName + ".potentialSpeciesTempGradient"),
40  potentialSpeciesTempDiffusivity(baseName + ".potentialSpeciesTempDiffusivity")
41 {}
BatteryModelFields(const string baseName)
BatterySpeciesFields(const string baseName)