Solid Phase Query
Once the user specifies the inflow species and their corresponding oxidation states, all solid phases can be accessed through the solid query method. These solid phases can then be included or excluded in the Chemistry Builder inflow file as needed.
Request Payload
params | required | type | description |
---|---|---|---|
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) | |
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