Exports models for AixLib library
Exports a building for
AixLib.ThermalZones.ReducedOrder.Multizone.MultizoneEquipped models
using the ThermalZoneEquipped and supporting models, like tables and weather
model. Depending on chosen calculation method the parameter set to 1,2,
3 or 4 element model. By default it uses the correction for solar
glazing (corG) and decoupled heat conduction through windows (
merge_windows=False). In contrast to versions < 0.5 TEASER now does not
support any other model options, as we observed no need, since single
ThermalZones are identical with IBPSA models. If you miss one of the
old options please contact us.
This function uses Mako Templates specified in
data.output.modelicatemplates.AixLib
- Parameters
- buildingslist of instances of Building
list of TEASER instances of a Building that is exported to a AixLib
MultizoneEquipped models. If you want to export a single building,
please pass it over as a list containing only that building.
- prjinstance of Project
Instance of TEASER Project object to access Project related
information, e.g. name or version of used libraries
- pathstring
if the Files should not be stored in default output path of TEASER,
an alternative path can be specified as a full path
- Attributes
- lookupTemplateLookup object
Instance of mako.TemplateLookup to store general functions for templates
- zone_template_1Template object
Template for ThermalZoneRecord using 1 element model
- zone_template_2Template object
Template for ThermalZoneRecord using 2 element model
- zone_template_3Template object
Template for ThermalZoneRecord using 3 element model
- zone_template_4Template object
Template for ThermalZoneRecord using 4 element model
- model_templateTemplate object
Template for MultiZone model