Skip to content

Dockerfile that is used for the JModelica regression testing of the Buildings library and of BuildingsPy

License

Notifications You must be signed in to change notification settings

xuhan425/docker-ubuntu-jmodelica

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile for JModelica

This docker file is used for the regression testing of the Modelica Buildings library and of the Modelica IBPSA library.

The docker image can be downloaded from https://cloud.docker.com/u/michaelwetter/repository/docker/michaelwetter/ubuntu-1604_jmodelica_trunk

To simulate a model, put the jm_ipython.sh file on your system's PATH variable and run

jm_ipython.sh jmodelica.py Buildings.Controls.OBC.CDL.Continuous.Validation.LimPID

This will search on the MODELICAPATH for the model Buildings.Controls.OBC.CDL.Continuous.Validation.LimPID and simulate it.

For interactive simulation, add the -i flag.

Open the file jmodelica.py to see options for diagnostics and debugging.

About

Dockerfile that is used for the JModelica regression testing of the Buildings library and of BuildingsPy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 36.3%
  • Dockerfile 29.2%
  • Shell 20.1%
  • Makefile 14.4%