-
Notifications
You must be signed in to change notification settings - Fork 82
How to: Structure a Building Performance Simulation
Philipp Mehrfeld edited this page Jun 22, 2018
·
1 revision
To implement a simulation setup for a building performance simulation we recommend to stick to the following schema.
Fig. 1: Abstracted Schema
- Pass medium (single or multiple) through into the models on top level.
- Don't be confused that hydronic network and ventilation system is outside the building model (of course in reality it would be installed inside the building)
- The
Transfer
model converts the fluid's thermodynamic changes intoHeatPort
information. - Place all models that refer somehow to a control mechanism into the
Controller
area. For example does a thermostatic head belong into theController
section, whilst the radiator valve belongs into theTransfer
system.
Fig. 2: Example for a Modelica implementation
- Getting started
-
Modeling and simulation guide
- Modelica guidelines
- How to Modelica
- Important tools around AixLib
- Move from HeatPump to ModularReversible
-
Contribution guide
- Git Workflow
- Structure of Repository
- Behind the Scenes
- Contribute to AixLib
- Testing and model quality management
- Requirements
- Test Management
- Continuous Integration