Add "VN24" project Models (when TSP Fluids with "media" is ready)
Issue
Description
Clearly and concisely describe the problem encountered.
Expected Behavior
Describe what you expected to happen.
Actual Behavior
Describe what actually happens.
Environment
- Operating System: (Linux/Windows)
- Modelica Environment Used (and corresponding version): (OpenModelica 1.23/Dymola 23x)
- ThermoSysPro's commit/version used: dfe1168a/4.0
Steps to Reproduce
Please provide any material needed to reproduce your output, from a list of steps to reproduce it to a .mat file or a .mos script.
- Describe the first step.
- Describe the second step.
- ...
Example of .mos file for Dymola :
openModel("ThermoSysPro/package.mo", changeDirectory=false);
checkModel("ThermoSysPro.Examples.SimpleExamples.TestBend");
translateModel("ThermoSysPro.Examples.SimpleExamples.TestBend");
simulateModel(problem="ThermoSysPro.Examples.SimpleExamples.TestBend", startTime=0, stopTime=1, method="dassl", tolerance=1e-4);
Example of .mos file for OpenModelica :
loadModel(Modelica,{"4.0"}); getErrorString();
loadModel(ThermoSysPro,{"4.0"});getErrorString();
simulate(ThermoSysPro.Examples.SimpleExamples.TestBend); getErrorString();
Logs and Screenshots
Add logs or screenshots if needed.
Additional Notes
Add any additional information that might be useful.