Autoclave
JSON input (sample)
{
"method": "oliengine.autoclaveFlash",
"params": {
"ambientTemperature": {
"value": 40.0,
"unit": "°C"
},
"finalTemperature": {
"value": 50.0,
"unit": "°C"
},
"finalPressure": {
"value": 2.0,
"unit": "atm"
},
"vesselVolume": {
"unit": "L",
"value": 500.0
},
"computeAmbientCondition": true,
"inflows": {
"unit": "mol",
"values": {
"H2O": 50.0,
"CO2": 10.0,
"NACL": 0.1,
"CH4": 10.0
},
"totalAmount":
{
"value": 70.1,
"unit": "mol"
}
},
"gasSpecifications": {
"targetGases": [
"CH4",
"CO2"
],
"specifiedTypePartialPressure": false,
"unit": "mole %",
"specifiedGasValues": {
"CO2": 15.0
}
},
...<snip>...
}Gas specification
Optional inputs
JSON output (example)
Last updated
Was this helpful?