GEOS
Namespaces | Typedefs | Functions
ReactiveCompositionalMultiphaseOBLFields.hpp File Reference
#include "common/DataLayouts.hpp"
#include "mesh/MeshFields.hpp"

Go to the source code of this file.

Namespaces

 geos
 
 geos::fields
 

Typedefs

using geos::fields::flow::array2dLayoutOBLOpVals = array2d< real64, compflow::LAYOUT_OBL_OPERATOR_VALUES >
 
using geos::fields::flow::array3dLayoutOBLOpDers = array3d< real64, compflow::LAYOUT_OBL_OPERATOR_DERIVATIVES >
 

Functions

 geos::fields::flow::DECLARE_FIELD (globalCompFraction_n, "globalCompFraction_n", array2dLayoutComp, 0, NOPLOT, NO_WRITE, "Global component fraction at the previous converged time step")
 
 geos::fields::flow::DECLARE_FIELD (bcGlobalCompFraction, "bcGlobalCompFraction", array2dLayoutComp, 0, NOPLOT, WRITE_AND_READ, "Boundary condition global component fraction")
 
 geos::fields::flow::DECLARE_FIELD (referencePorosity, "referencePorosity", array1d< real64 >, 0, NOPLOT, NO_WRITE, "Reference porosity")
 
 geos::fields::flow::DECLARE_FIELD (referencePoreVolume, "referencePoreVolume", array1d< real64 >, 0, NOPLOT, NO_WRITE, "Reference volume of porous space")
 
 geos::fields::flow::DECLARE_FIELD (referenceRockVolume, "referenceRockVolume", array1d< real64 >, 0, NOPLOT, NO_WRITE, "Reference volume of rock")
 
 geos::fields::flow::DECLARE_FIELD (rockVolumetricHeatCapacity, "rockVolumetricHeatCapacity", array1d< real64 >, 0, NOPLOT, NO_WRITE, "Volumetric rock heat capacity")
 
 geos::fields::flow::DECLARE_FIELD (rockThermalConductivity, "rockThermalConductivity", array1d< real64 >, 0, NOPLOT, NO_WRITE, "Rock thermal conductivity")
 
 geos::fields::flow::DECLARE_FIELD (rockKineticRateFactor, "rockKineticRateFactor", array1d< real64 >, 1, NOPLOT, NO_WRITE, "Rock kinetic rate factor")
 
 geos::fields::flow::DECLARE_FIELD (OBLOperatorValues, "OBLOperatorValues", array2dLayoutOBLOpVals, 0, NOPLOT, NO_WRITE, "Values of OBL operators")
 
 geos::fields::flow::DECLARE_FIELD (OBLOperatorDerivatives, "OBLOperatorDerivatives", array3dLayoutOBLOpDers, 0, NOPLOT, NO_WRITE, "Derivatives of OBL operators with respect to all primary variables (Dofs)")
 
 geos::fields::flow::DECLARE_FIELD (OBLOperatorValues_n, "OBLOperatorValues_n", array2dLayoutOBLOpVals, 0, NOPLOT, NO_WRITE, "Values of OBL operators at the previous converged time step")