ActivityModelCubicEOS.hpp
37 auto ActivityModelSoaveRedlichKwong(CubicBipModelGenerator cbipmodel = {}) -> ActivityModelGenerator;
43 auto ActivityModelPengRobinson76(CubicBipModelGenerator cbipmodel = {}) -> ActivityModelGenerator;
46 auto ActivityModelPengRobinson78(CubicBipModelGenerator cbipmodel = {}) -> ActivityModelGenerator;
62 [[deprecated("ActivityModelPengRobinsonPHREEQC has been renamed to ActivityModelPengRobinsonPhreeqc. Please make this change in your code.")]]
66 [[deprecated("CubicBipModelPHREEQC has been renamed to CubicBipModelPhreeqc. Please make this change in your code.")]]
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
auto ActivityModelPengRobinsonSoreideWhitson() -> ActivityModelGenerator
Return the activity model for fluid phases based on the Peng-Robinson (1978) with the binary interact...
auto ActivityModelVanDerWaals(CubicBipModelGenerator cbipmodel={}) -> ActivityModelGenerator
Return the activity model for fluid phases based on the Van der Waals cubic equation of state.
Fn< ActivityModel(SpeciesList const &species)> ActivityModelGenerator
The type for functions that construct an ActivityModel for a phase.
Definition: ActivityModel.hpp:53
auto ActivityModelPengRobinson78(CubicBipModelGenerator cbipmodel={}) -> ActivityModelGenerator
Return the activity model for fluid phases based on the Peng-Robinson (1978) cubic equation of state.
Fn< CubicEOS::BipModel(SpeciesList const &specieslist)> CubicBipModelGenerator
The type for functions that construct a CubicEOS::BipModel for a fluid phase once its species are kno...
Definition: ActivityModelCubicEOS.hpp:28
auto ActivityModelSoaveRedlichKwong(CubicBipModelGenerator cbipmodel={}) -> ActivityModelGenerator
Return the activity model for fluid phases based on the Soave-Redlich-Kwong cubic equation of state.
auto ActivityModelPengRobinsonPHREEQC() -> ActivityModelGenerator
Return the activity model for fluid phases based on the Peng-Robinson (1976) with the binary interact...
auto ActivityModelPengRobinsonPhreeqc() -> ActivityModelGenerator
Return the activity model for fluid phases based on the Peng-Robinson (1976) with the binary interact...
auto ActivityModelPengRobinson(CubicBipModelGenerator cbipmodel={}) -> ActivityModelGenerator
Return the activity model for fluid phases based on the Peng-Robinson (1978) cubic equation of state.
std::function< F > Fn
Convenient alias for std::function<R(Args...)>.
Definition: Types.hpp:110
auto CubicBipModelPHREEQC() -> CubicBipModelGenerator
Return the binary interaction parameter model for Peng-Robinson EOS (1976) equivalent to that used in...
auto CubicBipModelSoreideWhitson() -> CubicBipModelGenerator
Return the binary interaction parameter model for Peng-Robinson EOS (1978) equivalent to that reporte...
auto CubicBipModelPhreeqc() -> CubicBipModelGenerator
Return the binary interaction parameter model for Peng-Robinson EOS (1976) equivalent to that used in...
auto ActivityModelRedlichKwong(CubicBipModelGenerator cbipmodel={}) -> ActivityModelGenerator
Return the activity model for fluid phases based on the Redlich-Kwong cubic equation of state.
auto ActivityModelPengRobinson76(CubicBipModelGenerator cbipmodel={}) -> ActivityModelGenerator
Return the activity model for fluid phases based on the Peng-Robinson (1976) cubic equation of state.