GEOS
Namespaces | Typedefs | Functions
CompositionalMultiphaseBaseFields.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::array2dLayoutPhase = array2d< real64, compflow::LAYOUT_PHASE >
 
using geos::fields::flow::array3dLayoutPhase_dC = array3d< real64, compflow::LAYOUT_PHASE_DC >
 
using geos::fields::flow::array2dLayoutComp = array2d< real64, compflow::LAYOUT_COMP >
 
using geos::fields::flow::array3dLayoutComp_dC = array3d< real64, compflow::LAYOUT_COMP_DC >
 
using geos::fields::flow::array3dLayoutPhaseComp = array3d< real64, compflow::LAYOUT_PHASE_COMP >
 

Functions

 geos::fields::flow::DECLARE_FIELD (globalCompDensity, "globalCompDensity", array2dLayoutComp, 0, LEVEL_0, WRITE_AND_READ, "Global component density")
 
 geos::fields::flow::DECLARE_FIELD (globalCompDensity_n, "globalCompDensity_n", array2dLayoutComp, 0, NOPLOT, NO_WRITE, "Global component density updates at the previous converged time step")
 
 geos::fields::flow::DECLARE_FIELD (globalCompDensity_k, "globalCompDensity_k", array2dLayoutComp, 0, NOPLOT, NO_WRITE, "Global component density updates at the previous sequential iteration")
 
 geos::fields::flow::DECLARE_FIELD (globalCompFraction, "globalCompFraction", array2dLayoutComp, 0, LEVEL_0, WRITE_AND_READ, "Global component fraction")
 
 geos::fields::flow::DECLARE_FIELD (faceGlobalCompFraction, "faceGlobalCompFraction", array2dLayoutComp, 0, LEVEL_0, WRITE_AND_READ, "Face global component fraction")
 
 geos::fields::flow::DECLARE_FIELD (dGlobalCompFraction_dGlobalCompDensity, "dGlobalCompFraction_dGlobalCompDensity", array3dLayoutComp_dC, 0, NOPLOT, NO_WRITE, "Derivative of global component fraction with respect to component density")
 
 geos::fields::flow::DECLARE_FIELD (phaseVolumeFraction, "phaseVolumeFraction", array2dLayoutPhase, 0, LEVEL_0, WRITE_AND_READ, "Phase volume fraction")
 
 geos::fields::flow::DECLARE_FIELD (dPhaseVolumeFraction, "dPhaseVolumeFraction", array3dLayoutPhase_dC, 0, NOPLOT, NO_WRITE, "Derivative of phase volume fraction with respect to pressure, temperature, global component density")
 
 geos::fields::flow::DECLARE_FIELD (phaseMobility, "phaseMobility", array2dLayoutPhase, 0, LEVEL_0, WRITE_AND_READ, "Phase mobility")
 
 geos::fields::flow::DECLARE_FIELD (dPhaseMobility, "dPhaseMobility", array3dLayoutPhase_dC, 0, NOPLOT, NO_WRITE, "Derivative of phase volume fraction with respect to pressure, temperature, global component density")
 
 geos::fields::flow::DECLARE_FIELD (phaseVolumeFraction_n, "phaseVolumeFraction_n", array2dLayoutPhase, 0, NOPLOT, WRITE_AND_READ, "Phase volume fraction at the previous converged time step")
 
 geos::fields::flow::DECLARE_FIELD (phaseOutflux, "phaseOutflux", array2dLayoutPhase, 0, NOPLOT, NO_WRITE, "Phase outflux")
 
 geos::fields::flow::DECLARE_FIELD (componentOutflux, "componentOutflux", array2dLayoutComp, 0, NOPLOT, NO_WRITE, "Component outflux")
 
 geos::fields::flow::DECLARE_FIELD (phaseCFLNumber, "phaseCFLNumber", array1d< real64 >, 0, LEVEL_0, NO_WRITE, "Phase CFL number")
 
 geos::fields::flow::DECLARE_FIELD (componentCFLNumber, "componentCFLNumber", array1d< real64 >, 0, LEVEL_0, NO_WRITE, "Component CFL number")
 
 geos::fields::flow::DECLARE_FIELD (globalCompDensityScalingFactor, "globalCompDensityScalingFactor", array1d< real64 >, 1, NOPLOT, NO_WRITE, "Scaling factors for global component densities")
 
 geos::fields::flow::DECLARE_FIELD (compAmount, "compAmount", array2dLayoutComp, 0, LEVEL_0, WRITE_AND_READ, "Component amount")
 
 geos::fields::flow::DECLARE_FIELD (compAmount_n, "compAmount_n", array2dLayoutComp, 0, LEVEL_0, WRITE_AND_READ, "Component amount at the previous converged time step")