ThermoPropsPhaseBaseData< TypeOp > Struct Template Reference
The base type for primary standard thermodynamic property data of a phase from which others are computed. More...
#include <ThermoPropsPhase.hpp>
Public Member Functions | |
template<template< typename > typename OtherTypeOp> | |
auto | operator= (const ThermoPropsPhaseBaseData< OtherTypeOp > &other) |
Assign a ThermoPropsPhaseBaseData object to this. | |
template<template< typename > typename OtherTypeOp> | |
operator ThermoPropsPhaseBaseData< OtherTypeOp > () | |
Convert this ThermoPropsPhaseBaseData object into another. | |
template<template< typename > typename OtherTypeOp> | |
operator ThermoPropsPhaseBaseData< OtherTypeOp > () const | |
Convert this ThermoPropsPhaseBaseData object into another. | |
auto | operator= (const ArrayStream< real > &array) |
Assign the given array data to this ThermoPropsPhaseBaseData object. | |
operator ArrayStream< real > () const | |
Convert this ThermoPropsPhaseBaseData object into an array. | |
Public Attributes | |
TypeOp< real > | T |
The temperature of the phase (in K). | |
TypeOp< real > | P |
The pressure of the phase (in Pa). | |
TypeOp< ArrayXr > | G0 |
The standard molar Gibbs energies of formation of the species in the phase (in J/mol) | |
TypeOp< ArrayXr > | H0 |
The standard molar enthalpies of formation of the species in the phase (in J/mol) | |
TypeOp< ArrayXr > | V0 |
The standard molar volumes of the species in the phase (in m³/mol) | |
TypeOp< ArrayXr > | VT0 |
The temperature derivative of the standard molar volumes of the species in the phase (in m³/(mol·K)). | |
TypeOp< ArrayXr > | VP0 |
The pressure derivative of the standard molar volumes of the species in the phase (in m³/(mol·Pa)). | |
TypeOp< ArrayXr > | Cp0 |
The standard molar isobaric heat capacities of the species in the phase (in J/(mol·K)) | |
Detailed Description
template<template< typename > typename TypeOp>
struct Reaktoro::ThermoPropsPhaseBaseData< TypeOp >
The base type for primary standard thermodynamic property data of a phase from which others are computed.
The documentation for this struct was generated from the following file:
- Reaktoro/Core/ThermoPropsPhase.hpp