Define what inlet air values should be used to design the component, resulting in selected properties and design_xxx specifications. PreviousComponent: Use air produced by previous component. OutsideAir: Use outside air temp and humidity. Extract air: Use extract air temp and humidity. Custom: Design using custom temp, humidity and flow entered in the other columns. Note that the performance case calculation ignores this and always use PreviousComponent.
| Column | Type | Details |
|---|---|---|
| property_filter | PropertyFilter | |
| inlet | Text | |
| design_inlet_air | FixedDiscrete | [PreviousComponent, OutsideAir, ExtractAir, Custom] |
| custom_inlet_temperature | ExpressionCall | {"type":"number","$id":"./number_optional"} |
| custom_inlet_humidity | ExpressionCall | {"type":"number","$id":"./number_optional"} |
| custom_inlet_flow | ExpressionCall | {"type":"number","$id":"./number_optional"} |
| case_type | FixedDiscrete | [Winter, Summer] |