component_eos_roots_analysis
Analyzes the roots of the equation of state (EOS) for a specified chemical component at given temperature and pressure, using models like SRK or PR to assess thermodynamic properties.
Instructions
This function analyzes the roots of the EOS for a given component at specified temperature and pressure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component | Yes | Component name and 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 |