calc_bubble_temperature_ideal_vapor_ideal_liquid
Find the bubble-point temperature at which a liquid mixture begins to vaporize under a given pressure, assuming ideal vapor and liquid behavior.
Instructions
The Bubble-Temperature (BT) calculation determines the temperature at which the first bubble of vapor forms when a liquid mixture is heated at a constant pressure. It is used to find the temperature for a given pressure at which the liquid will begin to vaporize.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pressure | Yes | Pressure of the system | |
| components | Yes | List of components with their properties | |
| solver_method | No | Method to use for solving the bubble temperature calculation. Options are 'root', 'least-squares', or 'fsolve'. | root |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |