Opened 10 years ago
Closed 10 years ago
#3093 closed defect (fixed)
WasteWater simulation not possible
Reported by: | Owned by: | Martin Sjölund | |
---|---|---|---|
Priority: | high | Milestone: | 1.9.2 |
Component: | Third-Party Libraries | Version: | trunk |
Keywords: | Cc: |
Description
I've been trying to somehow find a to run and simulate the model for
the waste water plants, which is part of the library.
Is there any way for you guys to fix it? or could you at least inform
me about other/older softwares that can simulate that code?
kind regards
Parsa
Attachments (1)
Change History (7)
comment:1 by , 10 years ago
by , 10 years ago
Attachment: | WasteWater_MSL_3.2.1.zip added |
---|
comment:2 by , 10 years ago
Attached the Dymola MSL 1.6->2.2->3.2 conversion. It goes into simulation where initialization fails.
comment:3 by , 10 years ago
Component: | OMEdit → Frontend |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Note that omc +d=-scodeDep
needs to be used since otherwise some essential parts are stripped out by omc.
comment:4 by , 10 years ago
Summary: | Wast Water simulation not possible → WasteWater simulation not possible |
---|
comment:5 by , 10 years ago
Component: | Frontend → Third-Party Libraries |
---|---|
Owner: | changed from | to
comment:6 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Works as of d42eef9.
OMC scripts are available in the library itself
loadModel(WasteWater); simulate(WasteWater.ASM1.Examples.ComplexPlant,simflags="-overrideFile='"+Modelica.Utilities.Files.loadResource("modelica://WasteWater/Resources/ASM1/omc_complex.override.txt")+"'");
Still have that scodeDep bug, but I am closing this since I changed the packages to imports.
Dymola can simulate the WasteWater examples, and is probably the only tool that can do so.
The reason is that the examples use ModelicaAdditions tables (which calls internal Dymola table interpolation functions).
Dymola can convert the rest of the library to MSL 3.2.1 (or at least doesn't report errors). These components might be possible to use in OpenModelica.