Isenthalpic flash
This function is used to determine the equilibrium solution output at constant pressure and enthalpy. Here the temperature is a free variable that is determined along with the equilibrium solution output.
isenthalpic
POST
https://api.olisystems.com/engine/flash/{dbs_file_id}/isenthalpic
run an isenthalpic flash calculation
Headers
Authorization
string
Bearer {access_token}
Content-Type
string
application/json
Request payload
params
type
description
temperature
pressure
enthalpy
inflows
object
Response (status = PROCESSED)
type
description
name
string
name of the calculated variable, i.e. temperature
value
number
value of the calculated variable
unit
string
unit of the calculated variable, which is the same as the one specified in the input initial guess, i.e. params.temperature.unit in the input
Survey Calculation
supported params.surveyInputs[{}].field
"/params/temperature/value"
"/params/pressure/value"
"/params/enthalpy/value"
Last updated
Was this helpful?