Survey calculation
JSON input (example)
{
"params": {
"temperature": {
"value": 30.0,
"unit": "°C"
},
"pressure": {
"value": 1.5,
"unit": "atm"
},
"inflows": {
"unit": "mol",
"values": {
"H2O": 50.0,
"NACL": 20.0
}
},
"surveyInputs": [
{
"variableField": "/params/temperature/value",
"values": [30.0, 35.0, 40.0, 45.0, 50.0]
}
],
"surveyOutputsByField": [
{
"field": "/solid/trueConcentration/values/NACL",
"defaultValue": 0
}
]
}
}Response (status = PROCESSED)
Last updated
Was this helpful?