00_simplesim exercise
----------------------

In this exercise you can experiment with Modelica from the Eclipse environment.

ASSIGNMENT:
  * Create a new model (File->New->Modelica Class) or copy
    (File->Import->General->File System) an existing one into the project.
  * Access the OpenModelica console (Window->Show View)
  * Simulate the model with the simulate(myModel) command
  * Then plot a variable or variables using plot(myVariable) or plot({v1,v2})

SOLUTION.txt contains a model that could be used as a solution to the assignment.