Kinetics Query
When species, databanks, redox, and solid phases are correctly specified, equilibrium equations formulated based on the resulting species are available via the kinetics query method.
Request Payload
thermodynamicFramework
✔️
String
The name of thermodynamic framework (e.g. Aqueous (H+ ion))
privateDatabanks
❌
Array of String
The array of private data bank codes (e.g. "COR" and "CER")
Inflows
✔️
Array of JSON Object
The array of JSON object containing a valid identity of inflow species (e.g. {"name": "CO2"} for carbon dioxide)
phases
✔️
Array of String
The array of String which specify phases to be included (e.g. ["liquid1", "vapor", "solid"])
redox
✔️
JSON Object
enable or disable valence states for a particular element in a species.
Response (status=SUCCESS)
If no run-time errors are encountered, the Query output with the requested contents will be available for users to view.
Last updated