All valid rows will be executed. Each query should return valid AIR relationships. For heat exchangers, two queries are needed—one for the supply and one for the exhaust air stream. If there are no valid rows, all AIR relationships in the graph are considered valid.
| Column | Type | Details |
|---|---|---|
| property_filter | PropertyFilter | Only the properties from UN.add_component.properties can be used to filter this table. |
| inlet | FixedDiscrete | [inlet, outlet, fresh, exhaust, supply, extract, additional, split, split2, split3, split4, split5, split6, split7, split8, split9, split10, split11, split12, split13, split14, split15, split16, split17, split18, split19] |
| outlet | FixedDiscrete | [inlet, outlet, fresh, exhaust, supply, extract, additional, split, split2, split3, split4, split5, split6, split7, split8, split9, split10, split11, split12, split13, split14, split15, split16, split17, split18, split19] |
| query_name | Union | JSON schemas |
| type | FixedDiscrete | [static_query, expression] |
static_query_relation_params
"title": "static_query_relation_params",
"anyOf": [
{
"type": "object",
"properties": {
"dummy": {
"type": "object",
"properties": {}
}
},
"required": [
"dummy"
]
}
],
"$id": "./static_query_relation_params"
}
string_array
"type": "array",
"items": {
"type": "number"
},
"$id": "./string_array"
}