-1

I created my personal program of a system similar to a heat pump. Can I transform this code to a schematic model where I can see the changes happening within a system in a sort of animation for example let's say a liquid variation level in a tank?

marco
  • 5,944
  • 10
  • 22

1 Answers1

0

Yes, In Modelica it is possible to:

The diagram annotations are standardized in Modelica, but exactly how to create the diagram and animate depends on your tool.

In Dymola you animate using the play-button in the simulation-tab. The diagram can be made graphically except for the DynamicSelect that you have added in the text-layer. I would assume it is similar in other tools.

Hans Olsson
  • 11,123
  • 15
  • 38