Oil analysis
Request payload
{
"method": "scalechem.oilAnalysis",
"params": {
"chemistryModel": "chem",
"temperature": {
"value": 30.0,
"unit": "°C"
},
"pressure": {
"value": 2.0,
"unit": "atm"
},
"inflows": {
"unit": "mole %",
"values": {
"H2O": 10.0,
"CO2": 10.0,
"CH4": 40.0,
"C4H10": 20.0
}
},
"saturateWithH2O": true
}
}Response (status = PROCESSED)
Survey Calculation
Last updated
Was this helpful?