OGS
|
The dimensionless Gibbs free energy in region2 defined in IF97-Rev
Functions | |
double | computeGamma0 (const double tau, const double pi) |
double | getGamma (const double tau, const double pi) |
double | getdGammadTau (const double tau, const double pi) |
double | getdGammadPi (const double tau, const double pi) |
Variables | |
static constexpr std::array< int, 9 > | J0 = {0, 1, -5, -4, -3, -2, -1, 2, 3} |
static constexpr std::array< double, 9 > | n0 |
static constexpr std::array< double, 43 > | n |
static constexpr std::array< int, 43 > | I |
static constexpr std::array< int, 43 > | J |
double MaterialLib::Fluid::DimensionlessGibbsFreeEnergyRegion2::computeGamma0 | ( | const double | tau, |
const double | pi ) |
Definition at line 56 of file DimensionlessGibbsFreeEnergyRegion2.cpp.
References J0, n0, and OGS_FATAL.
Referenced by getGamma().
double MaterialLib::Fluid::DimensionlessGibbsFreeEnergyRegion2::getdGammadPi | ( | const double | tau, |
const double | pi ) |
Get the 1st order partial derivative of the dimensionless Gibbs free energy with respect to dimensionless pressure, pi
Definition at line 103 of file DimensionlessGibbsFreeEnergyRegion2.cpp.
References I, J, n, and OGS_FATAL.
Referenced by MaterialPropertyLib::WaterVapourDensityIAPWSIF97Region4::value().
double MaterialLib::Fluid::DimensionlessGibbsFreeEnergyRegion2::getdGammadTau | ( | const double | tau, |
const double | pi ) |
Get the 1st order partial derivative of the dimensionless Gibbs free energy with respect to dimensionless temperature, tau
Definition at line 85 of file DimensionlessGibbsFreeEnergyRegion2.cpp.
References I, J, J0, n, and n0.
Referenced by MaterialPropertyLib::WaterVapourEnthalpyIAPWSIF97Region4::value().
double MaterialLib::Fluid::DimensionlessGibbsFreeEnergyRegion2::getGamma | ( | const double | tau, |
const double | pi ) |
pi | Dimensionless temperature |
tau | Dimensionless pressure |
Definition at line 74 of file DimensionlessGibbsFreeEnergyRegion2.cpp.
References computeGamma0(), I, J, and n.
|
staticconstexpr |
Definition at line 46 of file DimensionlessGibbsFreeEnergyRegion2.cpp.
Referenced by getdGammadPi(), getdGammadTau(), and getGamma().
|
staticconstexpr |
Definition at line 51 of file DimensionlessGibbsFreeEnergyRegion2.cpp.
Referenced by getdGammadPi(), getdGammadTau(), and getGamma().
|
staticconstexpr |
Definition at line 23 of file DimensionlessGibbsFreeEnergyRegion2.cpp.
Referenced by computeGamma0(), and getdGammadTau().
|
staticconstexpr |
Definition at line 29 of file DimensionlessGibbsFreeEnergyRegion2.cpp.
Referenced by getdGammadPi(), getdGammadTau(), and getGamma().
|
staticconstexpr |
Definition at line 24 of file DimensionlessGibbsFreeEnergyRegion2.cpp.
Referenced by computeGamma0(), and getdGammadTau().