Main Page
Jump to navigation
Jump to search
Welcome to the Composer Wiki
Composer Tutorials
coming soon
Composer Reference
Common Errors
Modelica Language Reference
Models are formatted according to Modelica language specification 3.4
model ModelName //declarations equation //equations annotation( experiment(StartTime=0, StopTime=1, Tolerance=0.01, Interval=0.1), __Mechanomy_analyze(plot2D={x:time, y: varName}) ); end ModelName;
Each declaration or equation line should be terminated with a semicolon, with arguments separated by commas.
Multiple models can be defined in one file through the packages.
Modelica Standard Library Reference
A quick reference to the Modelica Standard Library, see also [1]