version 3.8
Dumux::IOName Namespace Reference

Functions

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

Function Documentation

◆ aqueousPhase()

std::string Dumux::IOName::aqueousPhase ( )
noexcept

◆ capillaryPressure()

std::string Dumux::IOName::capillaryPressure ( )
noexcept

◆ density() [1/2]

std::string Dumux::IOName::density ( )
noexcept

◆ density() [2/2]

template<class FluidSystem >
std::string Dumux::IOName::density ( int  phaseIdx)
noexcept

◆ displacement()

std::string Dumux::IOName::displacement ( )
noexcept

◆ fluidTemperature()

template<class FluidSystem >
std::string Dumux::IOName::fluidTemperature ( int  phaseIdx)
noexcept

◆ gaseousPhase()

std::string Dumux::IOName::gaseousPhase ( )
noexcept

◆ liquidPhase()

std::string Dumux::IOName::liquidPhase ( )
noexcept

◆ massFraction()

template<class FluidSystem >
std::string Dumux::IOName::massFraction ( int  phaseIdx,
int  compIdx 
)
noexcept

◆ mobility() [1/2]

std::string Dumux::IOName::mobility ( )
noexcept

◆ mobility() [2/2]

template<class FluidSystem >
std::string Dumux::IOName::mobility ( int  phaseIdx)
noexcept

◆ molarDensity() [1/2]

std::string Dumux::IOName::molarDensity ( )
noexcept

◆ molarDensity() [2/2]

template<class FluidSystem >
std::string Dumux::IOName::molarDensity ( int  phaseIdx)
noexcept

◆ moleFraction()

template<class FluidSystem >
std::string Dumux::IOName::moleFraction ( int  phaseIdx,
int  compIdx 
)
noexcept

◆ naplPhase()

std::string Dumux::IOName::naplPhase ( )
noexcept

◆ permeability()

std::string Dumux::IOName::permeability ( )
noexcept

◆ phasePresence()

std::string Dumux::IOName::phasePresence ( )
noexcept

◆ porosity()

std::string Dumux::IOName::porosity ( )
noexcept

◆ pressure() [1/2]

std::string Dumux::IOName::pressure ( )
noexcept

◆ pressure() [2/2]

template<class FluidSystem >
std::string Dumux::IOName::pressure ( int  phaseIdx)
noexcept

◆ pressureHead()

std::string Dumux::IOName::pressureHead ( )
noexcept

◆ relativePermeability() [1/2]

std::string Dumux::IOName::relativePermeability ( )
noexcept

◆ relativePermeability() [2/2]

template<class FluidSystem >
std::string Dumux::IOName::relativePermeability ( int  phaseIdx)
noexcept

◆ saturation() [1/2]

std::string Dumux::IOName::saturation ( )
noexcept

◆ saturation() [2/2]

template<class FluidSystem >
std::string Dumux::IOName::saturation ( int  phaseIdx)
noexcept

◆ solidTemperature()

std::string Dumux::IOName::solidTemperature ( )
noexcept

◆ solidVolumeFraction()

template<class SolidSystem >
std::string Dumux::IOName::solidVolumeFraction ( int  compIdx = 0)
noexcept

◆ temperature()

std::string Dumux::IOName::temperature ( )
noexcept

◆ viscosity() [1/2]

std::string Dumux::IOName::viscosity ( )
noexcept

◆ viscosity() [2/2]

template<class FluidSystem >
std::string Dumux::IOName::viscosity ( int  phaseIdx)
noexcept

◆ waterContent()

std::string Dumux::IOName::waterContent ( )
noexcept