Include Assays
{
"inflows": [
{
"name": "H2O"
},
{
"name": "test",
"type": "assay",
"data": {
"assayDataType": "ASTM D1160",
"thermoMethod": "API-8",
"assayBulkDensity": {
"type": "Specific Gravity",
"value": 0.769
},
"distillationCurveCuts": 7,
"distillationData": {
"temperatureUnit" : "°C",
"data": [
{
"volumePercentDistilled": 5,
"temperature": 68.7
},
{
"volumePercentDistilled": 10,
"temperature": 105.7
},
{
"volumePercentDistilled": 20,
"temperature": 171.9
},
{
"volumePercentDistilled": 30,
"temperature": 235.8
},
{
"volumePercentDistilled": 40,
"temperature": 295
},
{
"volumePercentDistilled": 50,
"temperature": 350.3
},
{
"volumePercentDistilled": 60,
"temperature": 405.3
},
{
"volumePercentDistilled": 70,
"temperature": 462.5
}
]
}
}
}
]
}
assay
required
type
description
data
required
type
A few key points to remember are:
Last updated
Was this helpful?