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

chemistryModel

string

waterAnalysisInputs

array of objects

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.

In addition to the inputs shown above, some optional properties may also be specified. They can be viewed at Optional Inputs.

Response (status = PROCESSED)

Please refer to the response of water analysis in OLI Engine API.

Last updated