AIT-IES / DisHeatLib

Modelica library for district heating network modelling using IBPSA library as core
Other
14 stars 7 forks source link

Error with reverseAction in controls.flow_control and input files #2

Open ryioter opened 3 years ago

ryioter commented 3 years ago

Hej, i am new to Modelica but the DisHeatLib seems to exactly do what i am looking for. But there seems an error with the variable reverseAction in controls.flow_control while simulating any of the network examples. If i look up the variable in IBPSA.Controls.Continuous.LimPID it is called reverseActing. By changing the name the example works with constant heat load.

A new error occures if i try to use a input FileQ for the demand:

Error: The following error was detected at time: 0 Not possible to open file "C:/Users/XXX/DisHeatLib/DisHeatLib 1.2/modelica:/DisHeatLib/Resources/Data/SHprofile.txt": No such file or director

the exact path is C:/Users/XXX/DisHeatLib/DisHeatLib 1.2/Resources/Data/SHprofile.txt

I tryed to chang the Workingdirectory but this got me no success. Is this a libary issue or technical adjustment problem?

Edit: Using the direct path like the example here the simulation works.

Best regards and thanks for your development efforts