GEOS
Namespaces | Functions
WellSolverBaseFields.hpp File Reference
#include "mesh/MeshFields.hpp"

Go to the source code of this file.

Namespaces

 geos
 
 geos::fields
 

Functions

 geos::fields::well::DECLARE_FIELD (pressure, "pressure", array1d< real64 >, 0, LEVEL_0, WRITE_AND_READ, "Pressure")
 
 geos::fields::well::DECLARE_FIELD (pressure_n, "pressure_n", array1d< real64 >, 0, NOPLOT, WRITE_AND_READ, "Pressure at the previous converged time step")
 
 geos::fields::well::DECLARE_FIELD (temperature, "temperature", array1d< real64 >, 0, LEVEL_0, WRITE_AND_READ, "Temperature")
 
 geos::fields::well::DECLARE_FIELD (temperature_n, "temperature_n", array1d< real64 >, 0, NOPLOT, WRITE_AND_READ, "Temperature at the previous converged time step")
 
 geos::fields::well::DECLARE_FIELD (gravityCoefficient, "gravityCoefficient", array1d< real64 >, 0, NOPLOT, WRITE_AND_READ, "Gravity coefficient (dot product of gravity acceleration by gravity vector)")
 
 geos::fields::well::DECLARE_FIELD (pressureScalingFactor, "pressureScalingFactor", array1d< real64 >, 1, NOPLOT, NO_WRITE, "Scaling factors for pressure")
 
 geos::fields::well::DECLARE_FIELD (temperatureScalingFactor, "temperatureScalingFactor", array1d< real64 >, 1, NOPLOT, NO_WRITE, "Scaling factors for temperature")