|
template<class FluidSystem > |
std::string | pressure (int phaseIdx) noexcept |
| I/O name of pressure for multiphase systems.
|
|
std::string | pressure () noexcept |
| I/O name of pressure for singlephase systems.
|
|
template<class FluidSystem > |
std::string | saturation (int phaseIdx) noexcept |
| I/O name of saturation for multiphase systems.
|
|
std::string | saturation () noexcept |
| I/O name of saturation for singlephase systems.
|
|
std::string | temperature () noexcept |
| I/O name of temperature for equilibrium models.
|
|
template<class FluidSystem > |
std::string | fluidTemperature (int phaseIdx) noexcept |
| I/O name of temperature for non-equilibrium models.
|
|
std::string | solidTemperature () noexcept |
| I/O name of solid temperature for non-equilibrium models.
|
|
template<class FluidSystem > |
std::string | density (int phaseIdx) noexcept |
| I/O name of density for multiphase systems.
|
|
std::string | density () noexcept |
| I/O name of density for singlephase systems.
|
|
template<class FluidSystem > |
std::string | viscosity (int phaseIdx) noexcept |
| I/O name of viscosity for multiphase systems.
|
|
std::string | viscosity () noexcept |
| I/O name of viscosity for singlephase systems.
|
|
template<class FluidSystem > |
std::string | molarDensity (int phaseIdx) noexcept |
| I/O name of molar density for multiphase systems.
|
|
std::string | molarDensity () noexcept |
| I/O name of molar density for singlephase systems.
|
|
template<class FluidSystem > |
std::string | relativePermeability (int phaseIdx) noexcept |
| I/O name of relative permeability for multiphase systems.
|
|
std::string | relativePermeability () noexcept |
| I/O name of relative permeability for singlephase systems.
|
|
template<class FluidSystem > |
std::string | mobility (int phaseIdx) noexcept |
| I/O name of mobility for multiphase systems.
|
|
std::string | mobility () noexcept |
| I/O name of mobility for singlephase systems.
|
|
template<class FluidSystem > |
std::string | moleFraction (int phaseIdx, int compIdx) noexcept |
| I/O name of mole fraction.
|
|
template<class FluidSystem > |
std::string | massFraction (int phaseIdx, int compIdx) noexcept |
| I/O name of mass fraction.
|
|
std::string | liquidPhase () noexcept |
| I/O name of liquid phase.
|
|
std::string | gaseousPhase () noexcept |
| I/O name of gaseous phase.
|
|
std::string | aqueousPhase () noexcept |
| I/O name of aqueous phase.
|
|
std::string | naplPhase () noexcept |
| I/O name of napl phase.
|
|
std::string | capillaryPressure () noexcept |
| I/O name of capillary pressure.
|
|
std::string | porosity () noexcept |
| I/O name of porosity.
|
|
std::string | permeability () noexcept |
| I/O name of permeability.
|
|
std::string | phasePresence () noexcept |
| I/O name of phase presence.
|
|
std::string | pressureHead () noexcept |
| I/O name of pressure head.
|
|
std::string | waterContent () noexcept |
| I/O name of water content.
|
|
template<class SolidSystem > |
std::string | solidVolumeFraction (int compIdx=0) noexcept |
| I/O name of solid volume fraction.
|
|
std::string | displacement () noexcept |
| I/O name of displacement.
|
|