1
votes

I am fairly new to modelica. I would like to know if there are any simple libraries that are easily understandable available for download? Libraries that have examples whose total equations do not go beyond 100 or so?

3

3 Answers

5
votes

Take a look at the IntroductoryExamples library available with SystemModeler. It shows some of the important parts of building your own library. There's a guide that will guide you through the process called Getting Started.

4
votes

You could try DrModelica in OpenModelica Notebook. It comes with OpenModelica and is sort of interactive Modelica tutorial. Just start OpenModelica Notebook.

4
votes

My book, "Modelica by Example", is available for free online. In the second part, "Object-Oriented Modeling", you'll find a complete discussions of how to build connectors, components, packages, subsystems and architectures.