ActivityProps.hpp
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
autodiff::real real
The number type used throughout the library.
Definition: Real.hpp:26
The base type for the primary activity and corrective thermodynamic properties of a phase.
Definition: ActivityProps.hpp:59
auto operator=(real value) -> ActivityPropsBase &
Assign a common value to all properties in this ActivityPropsBase object.
Definition: ActivityProps.hpp:94
TypeOp< ArrayXr > ln_a
The activities (natural log) of the species in the phase.
Definition: ActivityProps.hpp:85
TypeOp< real > Gx
The corrective molar Gibbs energy of the phase (in units of J/mol).
Definition: ActivityProps.hpp:73
TypeOp< real > VxT
The derivative of the corrective molar volume with respect to temperature at constant pressure and sp...
Definition: ActivityProps.hpp:64
TypeOp< ArrayXr > Vxi
The derivatives of the corrective molar volume with respect to species mole fractions at constant tem...
Definition: ActivityProps.hpp:70
TypeOp< real > Hx
The corrective molar enthalpy of the phase (in units of J/mol).
Definition: ActivityProps.hpp:76
TypeOp< real > Cpx
The corrective molar isobaric heat capacity of the phase (in units of J/(mol⋅K)).
Definition: ActivityProps.hpp:79
TypeOp< ArrayXr > ln_g
The activity coefficients (natural log) of the species in the phase.
Definition: ActivityProps.hpp:82
auto operator=(const ActivityPropsBase< OtherTypeOp > &other) -> ActivityPropsBase &
Convert this ActivityPropsBase object into another.
Definition: ActivityProps.hpp:109
static auto create(Index numspecies) -> ActivityPropsBase< TypeOp >
Create a ActivityPropsBase object with given number of species.
Definition: ActivityProps.hpp:142
TypeOp< Map< String, Any > > extra
The extra data produced by an activity model that may be reused by subsequent models within a chained...
Definition: ActivityProps.hpp:91
TypeOp< StateOfMatter > som
The state of matter of the phase.
Definition: ActivityProps.hpp:88
TypeOp< real > Vx
The corrective molar volume of the phase (in m³/mol).
Definition: ActivityProps.hpp:61
TypeOp< real > VxP
The derivative of the corrective molar volume with respect to pressure at constant temperature and sp...
Definition: ActivityProps.hpp:67