Dew point flash
This function calculates mixture dew point temperature or pressure depending on the input option.
dew point
POST
https://api.olisystems.com/engine/flash/{dbs_file_id}/dewpoint
run a dewpoint temperature or pressure calculation
Headers
Authorization
string
Bearer {access_token}
Content-Type
string
application/json
Request payload
params
type
description
temperature
pressure
calculatedVariable
string
variable to be calculated, i.e. "temperature" or "pressure"
inflows
object
Response (status = PROCESSED)
type
description
name
string
name of the calculated variable, i.e. temperature or pressure as specified in JSON input params.calculatedVariable
value
number
value of the calculated variable
unit
string
unit of the calculated variable, which is the same as specified in the input initial guess, i.e. params.temperature.unit/params.pressure.unit in input
Survey Calculation
supported params.surveyInputs[{}].field
"/params/temperature/value"
"/params/pressure/value"
Last updated
Was this helpful?