Mixer calculation
This function performs a mixer calculation to combine external streams and flash at an isothermal condition.
Request payload
{
"method": "scalechem.mixerCalculation",
"params": {
"name": "mixer",
"chemistryModel": "mixerChemistry",
"externalStreams": [...<snip>...],
"inletInputs": [...<snip>...],
"temperature": {
"unit": "°C",
"value": 50
},
"pressure": {
"unit": "bar",
"value": 1.1
}
}
}External streams
Common external stream inputs
External stream from ionic input
External stream from inflow input
External stream from mixer calculation
Inlet specification
Inlet stream types
Saturator option (optional)
Additional input
Response (status = PROCESSED)
Survey Calculation
Last updated
Was this helpful?