Namespaces | |
namespace | Detail |
Classes | |
class | Air |
A class for the air fluid properties. More... | |
class | Ammonia |
A class for the Ammonia (NH3) component properties. More... | |
class | Base |
Base class for all components Components provide the thermodynamic relations for the liquid, gaseous and/or solid state of a single chemical species or a fixed mixture of species. Fluid systems use components to compute thermodynamic quantities of phases. More... | |
class | Benzene |
A simple benzene component (LNAPL). More... | |
class | Brine |
A class for the brine fluid properties. More... | |
class | Calcite |
A class for the CaCO3 mineral phase properties. More... | |
class | CalciumIon |
A class for the Ca2+ (Calcium ion) component properties. More... | |
class | CaO |
A class for the CaO properties. More... | |
class | CaO2H2 |
A class for the CaO2H2 properties. More... | |
class | CarbonateIon |
A class for the CO3 fluid properties. More... | |
class | CH4 |
Properties of pure molecular methane \(CH_4\). More... | |
class | ChlorideIon |
A class for the Cl- (Chloride ion) component properties. More... | |
class | CO2 |
A class for the CO2 fluid properties. More... | |
class | Constant |
A component which returns run time specified values for all fluid properties. More... | |
class | Gas |
Interface for components that have a gas state. More... | |
class | Glucose |
A class for the Glucose component properties. More... | |
class | Granite |
Properties of granite. More... | |
class | H2 |
Properties of pure molecular hydrogen \(H_2\). More... | |
class | H2O |
Material properties of pure water \(H_2O\). More... | |
class | HeavyOil |
Properties of the component heavyoil. More... | |
class | Ion |
Interface for components that are ions. More... | |
struct | IsAqueous |
IsAqueous struct. More... | |
struct | IsAqueous< Brine< Scalar, H2O > > |
struct | IsAqueous< H2O< Scalar > > |
struct | IsAqueous< SimpleH2O< Scalar > > |
struct | IsAqueous< TabulatedComponent< RawComponent, useVaporPressure > > |
class | Liquid |
Interface for components that have a liquid state. More... | |
class | Mesitylene |
mesitylene More... | |
class | N2 |
Properties of pure molecular nitrogen \(N_2\). More... | |
class | NaCl |
A class for the NaCl properties. More... | |
class | O2 |
Properties of pure molecular oxygen \(O_2\). More... | |
class | SimpleCO2 |
A simple version of pure CO2. More... | |
class | SimpleH2O |
A simple implementation of pure water. More... | |
class | SodiumIon |
A class for the Na+ (Sodium ion) component properties. More... | |
class | Solid |
Interface for components that have a solid state. More... | |
class | TabulatedComponent |
Tabulates all thermodynamic properties of a given component. More... | |
class | Trichloroethene |
A simple implementation of TCE as exemplary component for a dense NAPL. More... | |
class | Urea |
A class for the Urea component properties. More... | |
class | Xylene |
Properties of xylene. More... | |
Variables | |
template<class Scalar> | |
const CH4< Scalar >::ShomateMethod | CH4< Scalar >::shomateMethod |
Shomate parameters for methane published by NIST [NIST] https://webbook.nist.gov/cgi/cbook.cgi?ID=C74828&Units=SI&Mask=1&Type=JANAFG&Table=on#JANAFG First row defines the temperature ranges, further rows give the parameters (A,B,C,D,E,F,G,H) for the respective temperature ranges. | |
template<class Scalar, class CO2Tables> | |
const Scalar | CO2< Scalar, CO2Tables >::R = Constants<Scalar>::R |
template<class Scalar, class CO2Tables> | |
bool | CO2< Scalar, CO2Tables >::warningThrown = false |
template<class Scalar> | |
const H2< Scalar >::ShomateMethod | H2< Scalar >::shomateMethod |
Shomate parameters for hydrogen published by NIST [NIST] https://webbook.nist.gov/cgi/cbook.cgi?ID=C1333740&Units=SI&Mask=1&Type=JANAFG&Table=on#JANAFG First row defines the temperature ranges, further rows give the parameters (A,B,C,D,E,F,G,H) for the respective temperature ranges. | |
template<class Scalar> | |
const N2< Scalar >::ShomateMethod | N2< Scalar >::shomateMethod |
Shomate parameters for nitrogen published by NIST [NIST] https://webbook.nist.gov/cgi/cbook.cgi?ID=C7727379&Units=SI&Mask=1&Type=JANAFG&Table=on#JANAFG First row defines the temperature ranges, further rows give the parameters (A,B,C,D,E,F,G,H) for the respective temperature ranges. | |
template<class Scalar> | |
const O2< Scalar >::ShomateMethod | O2< Scalar >::shomateMethod |
Shomate parameters for oxygen published by NIST [NIST] https://webbook.nist.gov/cgi/cbook.cgi?ID=C7782447&Units=SI&Mask=1&Type=JANAFG&Table=on#JANAFG First row defines the temperature ranges, further rows give the parameters (A,B,C,D,E,F,G,H) for the respective temperature ranges. | |
template<class Scalar> | |
const SimpleCO2< Scalar >::ShomateMethod | SimpleCO2< Scalar >::shomateMethod |
Shomate parameters for carbon dioxide published by NIST [NIST] https://webbook.nist.gov/cgi/cbook.cgi?ID=C124389&Units=SI&Mask=1&Type=JANAFG&Table=on#JANAFG First row defines the temperature ranges, further rows give the parameters (A,B,C,D,E,F,G,H) for the respective temperature ranges. | |
template<class RawComponent, bool useVaporPressure> | |
bool | TabulatedComponent< RawComponent, useVaporPressure >::initialized_ = false |
template<class RawComponent, bool useVaporPressure> | |
bool | TabulatedComponent< RawComponent, useVaporPressure >::warningPrinted_ = false |
const CH4<Scalar>::ShomateMethod Dumux::Components::CH4< Scalar >::shomateMethod |
const Scalar Dumux::Components::CO2< Scalar, CO2Tables >::R = Constants<Scalar>::R |
bool Dumux::Components::CO2< Scalar, CO2Tables >::warningThrown = false |
const H2<Scalar>::ShomateMethod Dumux::Components::H2< Scalar >::shomateMethod |
const N2<Scalar>::ShomateMethod Dumux::Components::N2< Scalar >::shomateMethod |
const O2<Scalar>::ShomateMethod Dumux::Components::O2< Scalar >::shomateMethod |
const SimpleCO2<Scalar>::ShomateMethod Dumux::Components::SimpleCO2< Scalar >::shomateMethod |
bool Dumux::Components::TabulatedComponent< RawComponent, useVaporPressure >::initialized_ = false |
bool Dumux::Components::TabulatedComponent< RawComponent, useVaporPressure >::warningPrinted_ = false |