Skip to content

Commit

Permalink
fix small bugs in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
PRemmen authored and PRemmen committed Jun 24, 2016
1 parent f29a70d commit cad3b54
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/teaser.Examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ TEASER'S Output folder::
path=None)

For OpenModelica you need to exclude the centralAHU (because it uses state machines). Therefore use the building_model "Multizone"::

prj.export_aixlib(building_model="Multizone",
zone_model="ThermalZoneEquipped",
corG=True,
Expand All @@ -92,7 +93,7 @@ insulation layer and new windows. The name is changed to Retrofit::

Again, we need to export the model, ou could also change the exports here as seen above::

prj.export_record(
prj.export_aixlib(
building_model="MultizoneEquipped",
zone_model="ThermalZoneEquipped",
corG=True,
Expand Down Expand Up @@ -345,7 +346,7 @@ and institute buildings)::


For OpenModelica you need to exclude the centralAHU (because it is using
state machines). Therefore use the building_model "Multizone"
state machines). Therefore use the building_model "Multizone"::


prj.export_aixlib(building_model="Multizone",
Expand All @@ -355,8 +356,8 @@ state machines). Therefore use the building_model "Multizone"
path=None)


'''Or we use Annex60 method (e.g with four elements). Which exports one
Model per zone'''
Or we use Annex60 method (e.g with four elements). Which exports one
Model per zone::

prj.used_library_calc = 'Annex60'
prj.number_of_elements_calc = 4
Expand Down

0 comments on commit cad3b54

Please sign in to comment.