New pages
Jump to navigation
Jump to search
- 19:03, 11 June 2020 Package (hist | edit) [1,302 bytes] ComposerWiki (talk | contribs) (Created page with "== Package == Modelica organizes libraries in packages via the package and within keywords. === Single File Packages === Single file packages allow multiple models/functions/...")
- 16:21, 8 May 2020 Arrays (hist | edit) [338 bytes] ComposerWiki (talk | contribs) (Created page with "== Arrays == You can use an array to initialize object parameters, say a series of constant sources: model arrayParameters constant Real levels = {1,2,3,4}; Modelica.Blo...")
- 16:17, 8 May 2020 Keywords (hist | edit) [93 bytes] ComposerWiki (talk | contribs) (Created page with "== Modelica Keywords == Some elaboration and examples on common Modelica keywords. each")
- 16:15, 8 May 2020 Functions (hist | edit) [66 bytes] ComposerWiki (talk | contribs) (Created page with "Functions are simple input-output statements with no side-effects.")
- 17:59, 3 January 2020 Modelica Standard Library (hist | edit) [366 bytes] ComposerWiki (talk | contribs) (Created page with "A quick reference to the Modelica Standard Library, see also [https://build.openmodelica.org/Documentation/Modelica.html] * Modelica.Mechanics * Modelica.Mechanics.MultiBo...")
- 17:52, 3 January 2020 Overall model structure (hist | edit) [527 bytes] ComposerWiki (talk | contribs) (Created page with "Models are formatted according to [https://www.modelica.org/documents/ModelicaSpec34.pdf Modelica language specification 3.4] == Basic Format == model ModelName //declara...")
- 17:40, 3 January 2020 Experiment (hist | edit) [344 bytes] ComposerWiki (talk | contribs) (Created page with "Configures the simulation by specifying the start and stop times, solution tolerance, and step size or number of intervals: * <code>experiment(StartTime=0, StopTime=1, Toleran...")
- 17:39, 3 January 2020 Annotation (hist | edit) [778 bytes] ComposerWiki (talk | contribs) (Created page with "The annotation object adds meta information to the model or component. == Model Annotation == When used to annotate a model, the annotation comes after the equation section...")
- 17:32, 3 January 2020 Mechanomy analyze (hist | edit) [1,081 bytes] ComposerWiki (talk | contribs) (Created page with "Within the model annotation, <code>__Mechanomy_analyze</code> allows various plots and analyses to be performed on results. ==plot2D== Plot2D constructs a 2D plot. ===To plo...")
- 16:46, 3 January 2020 SIunits (hist | edit) [475 bytes] ComposerWiki (talk | contribs) (Created page with "== Modelica.SIunits == A collection of unit types. [https://build.openmodelica.org/Documentation/Modelica.SIunits.html]")
- 16:43, 3 January 2020 Frame (hist | edit) [668 bytes] ComposerWiki (talk | contribs) (Created page with "== Modelica.Mechanics.MultiBody.Interfaces.frame_ == A coordinate system that is fixed to a mechanical component. In the origin of the coordinate system the cut-force and the...")
- 16:29, 3 January 2020 Interfaces (hist | edit) [111 bytes] ComposerWiki (talk | contribs) (Created page with "== Modelica.Mechanics.MultiBody.Interfaces == Interfaces between MultiBody elements. * frame_a, frame_b")
- 16:22, 3 January 2020 BodyShape (hist | edit) [1,901 bytes] ComposerWiki (talk | contribs) (Created page with "A rigid body with assigned mass and inertia. ===Modeling Approach=== The rigid body shape has two frames, frame_a and frame_b located at, notionally, two ends. The shape is s...")
- 01:26, 11 December 2019 Modelica Format Reference (hist | edit) [508 bytes] ComposerWiki (talk | contribs) (Created page with "== Base Language == == Modelica Standard Library ==")
- 22:54, 10 December 2019 Common Errors (hist | edit) [932 bytes] ComposerWiki (talk | contribs) (Created page with "== Common Errors when running Modelica models == Modelica models have a lot of moving parts and can fail inelegantly. Here is a list of common messages and some pointers on t...")
- 22:04, 6 November 2019 Revolute (hist | edit) [1,507 bytes] Ben (talk | contribs) (Created page with "A revolute joint. ===Modeling Approach=== The joint one frame one each side of the joint, with flanges on the joint and the rotating axis for receiving torques from Rotatio...")
- 21:48, 6 November 2019 Joints (hist | edit) [21 bytes] Ben (talk | contribs) (Created page with " ===Revolute===")
- 16:47, 6 November 2019 BodyBox (hist | edit) [4,017 bytes] Ben (talk | contribs) (Created page with "A rigid body with uniform mass calculated by specified parameters. ===Modeling Approach=== The rigid body box has two frames, frame_a and frame_b located at, notionally, two...")
- 15:49, 6 November 2019 Parts (hist | edit) [19 bytes] Ben (talk | contribs) (Created page with " ===BodyBox===")
- 15:49, 6 November 2019 MultiBody (hist | edit) [85 bytes] Ben (talk | contribs) (Created page with " ===World=== ===Forces=== ===Joints=== ===Parts=== ===Sensors===")
- 15:48, 6 November 2019 Mechanics (hist | edit) [198 bytes] Ben (talk | contribs) (Created page with "The Mechanics MSL library helps to model physical mechanisms according to https://en.wikipedia.org/wiki/Mechanics mechanics. ===MultiBody=== ===Rotational===...")
- 15:46, 6 November 2019 MSL (hist | edit) [238 bytes] Ben (talk | contribs) (Modelica Standard Library)