Autoclave
This calculation is currently not supported
The oliengine.autoclaveFlash function mimics the autoclave application, which is a high pressure, high temperature hydrometallurgy unit with carefully controlled conditions.
JSON input (sample)
params
type
description
ambientTemperature
valueObject
temperature at ambient condition with unit
finalTemperature
valueObject
temperature at final condition with unit
finalPressure
valueObject
pressure at final condition with unit
vesselVolume
valueObject
vessel volume with unit
computeAmbientCondition
boolean
flash calculation condition
Gas specification
params.gasSpecifications
type
description
targetGases
[string]
list of any number of gas species names as targeted gases
specifiedTypePartialPressure
boolean
type of targeted gas composition
unit
string
unit of targeted gas composition
specifiedGasValues
object
specified gas composition by {gas_name: amount}
Optional inputs
Some optional inputs can be specified in JSON input, see Optional Inputs.
JSON output (example)
This represents the stream output JSON, which is common to all OLI's flash calculation results. Here a condensed version of the output is shown with many major parts removed. A better description of the stream output is given here: Stream output JSON
result.calculatedVariable [{}]
type
description
type
string
type of calculated variable
name
string
name of calculated variable
value
number
value of calculated variable
unit
string
unit of calculated variable
Last updated
Was this helpful?