version 3.8.0
Loading...
Searching...
No Matches
Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure > Class Template Reference

#include <dumux/material/components/tabulatedcomponent.hh>

Inheritance diagram for Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >:

Public Member Functions

void init (Scalar tempMin, Scalar tempMax, std::size_t nTemp, Scalar pressMin, Scalar pressMax, std::size_t nPress)
 
Scalar tempIdx (Scalar temperature) const
 returns the index of an entry in a temperature field
 
Scalar pressLiquidIdx (Scalar pressure, std::size_t tempIdx) const
 returns the index of an entry in a pressure field
 
Scalar pressGasIdx (Scalar pressure, std::size_t tempIdx) const
 returns the index of an entry in a temperature field
 
Scalar densityLiquidIdx (Scalar density, std::size_t tempIdx) const
 returns the index of an entry in a density field
 
Scalar densityGasIdx (Scalar density, std::size_t tempIdx) const
 returns the index of an entry in a density field
 
Scalar minLiquidPressure (int tempIdx) const
 returns the minimum tabularized liquid pressure at a given temperature index
 
Scalar maxLiquidPressure (int tempIdx) const
 returns the maximum tabularized liquid pressure at a given temperature index
 
Scalar minGasPressure (int tempIdx) const
 returns the minimum tabularized gas pressure at a given temperature index
 
Scalar maxGasPressure (int tempIdx) const
 returns the maximum tabularized gas pressure at a given temperature index
 
Scalar minLiquidDensity (int tempIdx) const
 returns the minimum tabularized liquid density at a given temperature index
 
Scalar maxLiquidDensity (int tempIdx) const
 returns the maximum tabularized liquid density at a given temperature index
 
Scalar minGasDensity (int tempIdx) const
 returns the minimum tabularized gas density at a given temperature index
 
Scalar maxGasDensity (int tempIdx) const
 returns the maximum tabularized gas density at a given temperature index
 
std::size_t nTemp () const
 
std::size_t nPress () const
 
std::size_t nDensity () const
 
Scalar tempMax () const
 
Scalar tempMin () const
 

Member Function Documentation

◆ densityGasIdx()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::densityGasIdx ( Scalar  density,
std::size_t  tempIdx 
) const
inline

◆ densityLiquidIdx()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::densityLiquidIdx ( Scalar  density,
std::size_t  tempIdx 
) const
inline

◆ init()

template<class RawComponent , bool useVaporPressure = true>
void Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::init ( Scalar  tempMin,
Scalar  tempMax,
std::size_t  nTemp,
Scalar  pressMin,
Scalar  pressMax,
std::size_t  nPress 
)
inline

◆ maxGasDensity()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::maxGasDensity ( int  tempIdx) const
inline

◆ maxGasPressure()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::maxGasPressure ( int  tempIdx) const
inline

◆ maxLiquidDensity()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::maxLiquidDensity ( int  tempIdx) const
inline

◆ maxLiquidPressure()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::maxLiquidPressure ( int  tempIdx) const
inline

◆ minGasDensity()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::minGasDensity ( int  tempIdx) const
inline

◆ minGasPressure()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::minGasPressure ( int  tempIdx) const
inline

◆ minLiquidDensity()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::minLiquidDensity ( int  tempIdx) const
inline

◆ minLiquidPressure()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::minLiquidPressure ( int  tempIdx) const
inline

◆ nDensity()

template<class RawComponent , bool useVaporPressure = true>
std::size_t Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::nDensity ( ) const
inline

◆ nPress()

template<class RawComponent , bool useVaporPressure = true>
std::size_t Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::nPress ( ) const
inline

◆ nTemp()

template<class RawComponent , bool useVaporPressure = true>
std::size_t Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::nTemp ( ) const
inline

◆ pressGasIdx()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::pressGasIdx ( Scalar  pressure,
std::size_t  tempIdx 
) const
inline

◆ pressLiquidIdx()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::pressLiquidIdx ( Scalar  pressure,
std::size_t  tempIdx 
) const
inline

◆ tempIdx()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::tempIdx ( Scalar  temperature) const
inline

◆ tempMax()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::tempMax ( ) const
inline

◆ tempMin()

template<class RawComponent , bool useVaporPressure = true>
Scalar Dumux::Components::Detail::TabulatedComponentTable< RawComponent, useVaporPressure >::tempMin ( ) const
inline

The documentation for this class was generated from the following file: