multi_component_eos_roots_analysis
Analyze roots of the Equation of State (EOS) for multi-component mixtures to determine phase behavior at specified temperature and pressure, using models like SRK and PR.
Instructions
This function analyzes the roots of the EOS for a mixture of components at specified temperature and pressure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
components | Yes | List of components with their properties | |
eos_model | No | EOS model to use, e.g., 'SRK', 'PR' | SRK |
pressure | Yes | Pressure of the system | |
temperature | Yes | Temperature of the system |