Reaktoro
A unified framework for modeling chemically reactive systems
CubicEOS::Params Struct Reference

Parameters to be passed to the Cubic Equation of State. More...

#include <CubicEOS.hpp>

Public Attributes

Model model = PengRobinson
 
PhaseIdentificationMethod phase_identification_method = PhaseIdentificationMethod::None
 If both Gaseous and Liquid phases are in the system, it is recommended to configure a robust phase identification method such as GibbsEnergyAndEquationOfStateMethod for BOTH phases.
 
InteractionParamsFunction binary_interaction_values
 Wrapper function to calculate binary interaction parameters for mixture rules using a Cubic EOS. More...
 

Detailed Description

Parameters to be passed to the Cubic Equation of State.

Member Data Documentation

◆ binary_interaction_values

InteractionParamsFunction binary_interaction_values

Wrapper function to calculate binary interaction parameters for mixture rules using a Cubic EOS.

This function should have the temperature T as input and should return a InteractionParamsResult.

See also
InteractionParamsResult

The documentation for this struct was generated from the following file: