Ticket #6002: OMC_FMU_log.txt

File OMC_FMU_log.txt, 2.2 KB (added by anonymous, 6 years ago)

Output after running "FMU_test.py" with OMC FMU

Line 
1python3.7 FMUtest.py
2
3Model 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
16Default Experiment
17
18 Stop Time 1
19 Tolerance 1e-06
20
21Variables (input, output)
22
23Name Causality Start Value Unit Description
24TOut output K Outdoor temperature
25TRad output K Radiative temperature
26fluPor[1].backward.T output K Temperature
27fluPor[2].backward.T output K Temperature
28fluPor[1].backward.X_w output 1 Water vapor mass fractions per kg total air
29fluPor[2].backward.X_w output 1 Water vapor mass fractions per kg total air
30fluPor[1].forward.T input 293.15 K Temperature
31fluPor[2].forward.T input 293.15 K Temperature
32fluPor[1].forward.X_w input 0.0 1 Water vapor mass fractions per kg total air
33fluPor[2].forward.X_w input 0.0 1 Water vapor mass fractions per kg total air
34fluPor[1].m_flow input 0.0 kg/s Mass flow rate from the connection point into the component
35fluPor[2].m_flow input 0.0 kg/s Mass flow rate from the connection point into the component
36Traceback (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))
41Exception: The unit 'bar' of variable 'vol.dynBal.medium.p_bar' is not defined.