Dymola Dynamic Modeling Laboratory Dymola Release notes Dymola 2013 FD01
10 package MyModels model Inertia=Modelica.Mechanics.Rotational.Components.Inertia annotation (__Dymola_shortcut=true); model Mass=Modelica.Mecha
Dymola 2013 FD01 Release notes 11 A new group “Modelica editor” is added in the dialog. The expand modes are selectable: Manual formatting is sel
12 The Save button now saves more settings in the Appearance tab (see first figure in previous section); including the Modelica editor settings.
Dymola 2013 FD01 Release notes 13 Basic Functionality A selection of all variables called “phi” in a model can be made using the following annotat
14 Including several variables in the selection can be made by using | in the regular expression for name: model Selection3 annotation (__Dymol
Dymola 2013 FD01 Release notes 15 model Selection5 annotation (__Dymola_selections={ Selection(name="MySelection", match
16 i.e. the local variable phi of angleSensor is present. The reason was that the search pattern given was “*.phi”, i.e. any prefix to .phi. The patt
Dymola 2013 FD01 Release notes 17 Summary The matching constructor MatchVariable has the following fields: record MatchVariable String classNam
18 they can be activated or deactivated individually: 3.2.7 Minor improvements Search in model package hierarchy The search engine used in the comm
Dymola 2013 FD01 Release notes 19 Presentation of enumeration values If an enumeration is used for a parameter, a combo box is created in the par
The information in this document is subject to change without notice. Document version: 1 © Copyright 1992-2012 by Dass
20 3.3 Simulating a model 3.3.1 Plot window Plotting general expressions The functionality to create and plot a general expression can be invoked t
Dymola 2013 FD01 Release notes 21 Note that the name of the signal also contains the name of the result and the sequence number (in brackets). Th
22 Alternative ways of invoking this function is through the command Plot expression in the Dymola toolbar, or by the command Plot > Plot Express
Dymola 2013 FD01 Release notes 23 Signal operators A fixed set of signal operators are available through the context menu of signals in plot wind
24 Selecting an operator launches a dialog where the user can define the time range over which the operator will be applied. The default time range
Dymola 2013 FD01 Release notes 25 The result is then visualized in the plot in different ways depending of which operator that was selected. The t
26 Depending on the operator, the computed value is written either above or below the line representing the time range. This can be changed manually
Dymola 2013 FD01 Release notes 27 Plot Parametric Curve A new function plotParametricCurve is available for plotting curves defined by a paramete
28 Copy curve values to clipboard The values of a curve can be copied to the clipboard by the Copy context command. As an example, copying J1.w: an
Dymola 2013 FD01 Release notes 29 (The previous copy command for copying the tooltip to the clipboard has been renamed to Copy Point.) Plot table
3 Contents 1 Important notes on Dymola ... 5 2 A
30 Copy copies the selected cells to the clipboard, making it possible to e.g. copy a part of a table to Microsoft Excel. Delete Row deletes the se
Dymola 2013 FD01 Release notes 31 3.3.3 Scripting Call function dialog with output fields The Call function dialog now also contains entries to f
32 3.3.4 Selection of 32-bit or 64-bit executable In the 64-bit version of Dymola, the user can decide whether models should be compiled as 32-bit o
Dymola 2013 FD01 Release notes 33 Ticking All variables; ignore selections in model, all variables, given the Store settings, will be saved to th
34 3.4 Installation 3.4.1 Adding libraries and demos to the File menu A new category “persistent” in the built-in function LibraryInfoMenuCommand m
Dymola 2013 FD01 Release notes 35 supported only by specific editions of Windows (“Home”, “Professional”, “Enterprise” etc.); all such editions ar
36 Compatibility The Dymola – Simulink interface now supports Matlab releases from R2007a (ver. 7.4) up to R2012a (ver. 7.14). Only Visual Studio C+
Dymola 2013 FD01 Release notes 37 Compatibility – xPC Target Compatibility with Matlab xPC Target has been verified for all Matlab releases that
38 For description of the new options, see below, section “FMU export extensions”. FMU export extensions FMUs can optionally be exported with source
Dymola 2013 FD01 Release notes 39 can be set to “me”, “cs” and “all” for inclusion of “model exchange”, “co-simulation” and “all” respectively. In
4 3.6.4 External functions in other languages ... 44
40 This argument, default being true, can be set to false to disable the prompting before replacing any existing Modelica model that was the result f
Dymola 2013 FD01 Release notes 41 Finally, the resulting trajectories can be plotted and compared visually with the original (non-FMU) simulation.
42 • Test of FMI version 1.0 or 2.0 Beta4. It is available in Modelica\Library under the Dymola installation. Below call validates CoupledClutches a
Dymola 2013 FD01 Release notes 43 All mandatory features are supported in FMI 2.0 Beta 4. The optional (in the sense that they have associated ca
44 3.6.2 Support for String variables in models String variables can now be used in models, not only in functions used in models and for scripting.
Dymola 2013 FD01 Release notes 45 3.7 New libraries 3.7.1 Electric Power Library Electric Power Library is a new library that provides a framewo
46 3.7.2 Engine Dynamics Library Engine Dynamics Library is a new library that a framework for combustion engine system modeling, simulation and ana
Dymola 2013 FD01 Release notes 47 3.7.3 Hydro Power Library The Hydro Power Library is a new library that provides a framework for modeling and s
48 3.7.4 Liquid Cooling Library The Liquid Cooling Library is a new library is targeted to liquid cooling system design with compressible or incompr
Dymola 2013 FD01 Release notes 49 3.7.6 Thermal Power Library The Thermal Power Library provides a framework for modeling and simulation of therm
Dymola 2013 FD01 Release notes 5 1 Important notes on Dymola To translate models in Dymola 7.x and later you must also install a supported Micro
50 3.8 Updated libraries 3.8.1 AirConditioning Library A minor version, 1.8.3, has been released, with some modifications, e.g. • Dialog annotatio
Dymola 2013 FD01 Release notes 51 • All physical models that dissipate heat (such as gears, clutches or dampers), have now an optional heat port
6 3 Dymola 2013 FD01 3.1 Introduction 3.1.1 Additions and improvements in Dymola A number of improvements and additions have been implemented in D
Dymola 2013 FD01 Release notes 7 For more information about the new libraries, please see section “New libraries” starting on page 45. Updated lib
8 3.2 Developing a model 3.2.1 Extendable user interface Defining content of menus and toolbars It is possible to extend the graphical user interf
Dymola 2013 FD01 Release notes 9 package MyFunctions "My Functions" package MyMatrixFunctions "My Matrix Functions" func
Komentarze do niniejszej Instrukcji