Brine analysis
This function performs electroneutrality and property reconciliation calculations from incomplete and/or inaccurate water sample data based on ionic species input.
Request payload
{
"method": "scalechem.brineAnalysis",
"params": {
"chemistryModel": "chem",
"waterAnalysisInputs": [
...<snip>...
]
}
}
params
type
description
Brine analysis uses the same input options as the water analysis in OLI Engine API. Please refer to water analysis for the specifications of params.waterAnalysisInputs.
Response (status = PROCESSED)
Please refer to the response of water analysis in OLI Engine API.
Last updated
Was this helpful?