| 1 | python3.7 FMUtest.py
|
|---|
| 2 |
|
|---|
| 3 | Model Info
|
|---|
| 4 |
|
|---|
| 5 | FMI Version 2.0
|
|---|
| 6 | FMI Type Model Exchange, Co-Simulation
|
|---|
| 7 | Model Name AixLib.Fluid.FMI.ExportContainers.Examples.FMUs.ThermalZone
|
|---|
| 8 | Description Declaration of an FMU that exports a thermal zone
|
|---|
| 9 | Platforms c-code, win64
|
|---|
| 10 | Continuous States 3
|
|---|
| 11 | Event Indicators 2
|
|---|
| 12 | Variables 644
|
|---|
| 13 | Generation Tool OpenModelica Compiler OpenModelica v1.16.0-dev-451-g9edc53b414 (64-bit)
|
|---|
| 14 | Generation Date 2020-06-17T12:04:11Z
|
|---|
| 15 |
|
|---|
| 16 | Default Experiment
|
|---|
| 17 |
|
|---|
| 18 | Stop Time 1
|
|---|
| 19 | Tolerance 1e-06
|
|---|
| 20 |
|
|---|
| 21 | Variables (input, output)
|
|---|
| 22 |
|
|---|
| 23 | Name Causality Start Value Unit Description
|
|---|
| 24 | TOut output K Outdoor temperature
|
|---|
| 25 | TRad output K Radiative temperature
|
|---|
| 26 | fluPor[1].backward.T output K Temperature
|
|---|
| 27 | fluPor[2].backward.T output K Temperature
|
|---|
| 28 | fluPor[1].backward.X_w output 1 Water vapor mass fractions per kg total air
|
|---|
| 29 | fluPor[2].backward.X_w output 1 Water vapor mass fractions per kg total air
|
|---|
| 30 | fluPor[1].forward.T input 293.15 K Temperature
|
|---|
| 31 | fluPor[2].forward.T input 293.15 K Temperature
|
|---|
| 32 | fluPor[1].forward.X_w input 0.0 1 Water vapor mass fractions per kg total air
|
|---|
| 33 | fluPor[2].forward.X_w input 0.0 1 Water vapor mass fractions per kg total air
|
|---|
| 34 | fluPor[1].m_flow input 0.0 kg/s Mass flow rate from the connection point into the component
|
|---|
| 35 | fluPor[2].m_flow input 0.0 kg/s Mass flow rate from the connection point into the component
|
|---|
| 36 | Traceback (most recent call last):
|
|---|
| 37 | File "FMUtest.py", line 9, in <module>
|
|---|
| 38 | model_description = read_model_description(fmu)
|
|---|
| 39 | File "[REDACTED].local/lib/python3.7/site-packages/fmpy/model_description.py", line 618, in read_model_description
|
|---|
| 40 | raise Exception("The unit '%s' of variable '%s' is not defined." % (unit, variable.name))
|
|---|
| 41 | Exception: The unit 'bar' of variable 'vol.dynBal.medium.p_bar' is not defined.
|
|---|