Skip to content

emjames/intro-to-modeling-with-modelica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Modeling and Simulation of Technical and Physical systems with Modelica

Book

Installing OpenModelica

  • Download

  • Install
    sudo dnf install openmodelica-1.16-1.16.2-2.fc31.x86_64.rpm

    Note: RHEL requires EPEL (all version) and devtoolset (RHEL 6) repositories enabled. Devtools includes C++11 compilers. EPEL includes omniORB libraries (needed for OMPython and other OpenModelica clients)

Running Examples

To run the examples found here:

  1. Download / Clone
  2. Run python Runner/runner.py <path-to-example>/<example-file>.mo compile
  3. Run python Runner/runner.py <path-to-example>/<example-file>.mo plot

About

Code for the book Introduction to Modeling and Simulation of Technical and Physical systems with Modelica

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published