StandardVolumeModelConstant.hpp
33 auto StandardVolumeModelConstant(const StandardVolumeModelParamsConstant& params) -> StandardVolumeModel;
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
auto StandardVolumeModelConstant(const StandardVolumeModelParamsConstant ¶ms) -> StandardVolumeModel
Return a function that calculates the standard volume of a product species using a constant model.
autodiff::real real
The number type used throughout the library.
Definition: Real.hpp:26
Model< real(real T, real P)> StandardVolumeModel
The function type for calculation of standard volume of a product species in a formation reaction.
Definition: StandardVolumeModel.hpp:29
The parameters in the constant model for calculating standard volume of a product species in a format...
Definition: StandardVolumeModelConstant.hpp:27
real V0
The constant standard molar volume of the product species (in m3/mol).
Definition: StandardVolumeModelConstant.hpp:29