Skip to content

Commit 87fd5cc

Browse files
committed
more documentation and release notes.
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent c3f965d commit 87fd5cc

File tree

1 file changed

+30
-10
lines changed

1 file changed

+30
-10
lines changed

Compiler/FrontEnd/ModelicaBuiltin.mo

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,14 +1912,15 @@ function simulate "simulates a modelica model by generating c code, build it and
19121912
input Real tolerance := 1e-6 "tolerance used by the integration method. <default> = 1e-6";
19131913
input String method := "<default>" "integration method used for simulation. <default> = dassl";
19141914
input String fileNamePrefix := "<default>" "fileNamePrefix. <default> = \"\"";
1915-
input Boolean storeInTemp := "<default>" "storeInTemp. <default> = false";
1916-
input Boolean noClean := "<default>" "noClean. <default> = false";
1915+
input Boolean storeInTemp := false "storeInTemp. <default> = false";
1916+
input Boolean noClean := false "noClean. <default> = false";
19171917
input String options := "<default>" "options. <default> = \"\"";
1918-
input String outputFormat := "<default>" "Format for the result file. <default> = \"mat\"";
1919-
input String variableFilter := "<default>" "Filter for variables that should store in result file. <default> = \".*\"";
1920-
input Boolean measureTime := "<default>" "creates a html file with proffiling data for model simulation. <default> = false";
1918+
input String outputFormat := "mat" "Format for the result file. <default> = \"mat\"";
1919+
input String variableFilter := ".*" "Filter for variables that should store in result file. <default> = \".*\"";
1920+
input Boolean measureTime := false "creates a html file with proffiling data for model simulation. <default> = false";
19211921
input String cflags := "<default>" "cflags. <default> = \"\"";
19221922
input String simflags := "<default>" "simflags. <default> = \"\"";
1923+
output String simulationResults;
19231924
external "builtin";
19241925
annotation(preferredView="text");
19251926
end simulate;
@@ -1941,14 +1942,15 @@ At stopTime the linearization matrixes are evaluated and a modelica model is cre
19411942
input Real tolerance := 1e-6 "tolerance used by the integration method. <default> = 1e-6";
19421943
input String method := "<default>" "integration method used for simulation. <default> = dassl";
19431944
input String fileNamePrefix := "<default>" "fileNamePrefix. <default> = \"\"";
1944-
input Boolean storeInTemp := "<default>" "storeInTemp. <default> = false";
1945-
input Boolean noClean := "<default>" "noClean. <default> = false";
1945+
input Boolean storeInTemp := false "storeInTemp. <default> = false";
1946+
input Boolean noClean := false "noClean. <default> = false";
19461947
input String options := "<default>" "options. <default> = \"\"";
1947-
input String outputFormat := "<default>" "Format for the result file. <default> = \"mat\"";
1948-
input String variableFilter := "<default>" "Filter for variables that should store in result file. <default> = \".*\"";
1949-
input Boolean measureTime := "<default>" "creates a html file with proffiling data for model simulation. <default> = false";
1948+
input String outputFormat := "mat" "Format for the result file. <default> = \"mat\"";
1949+
input String variableFilter := ".*" "Filter for variables that should store in result file. <default> = \".*\"";
1950+
input Boolean measureTime := false "creates a html file with proffiling data for model simulation. <default> = false";
19501951
input String cflags := "<default>" "cflags. <default> = \"\"";
19511952
input String simflags := "<default>" "simflags. <default> = \"\"";
1953+
output String linearizationResult;
19521954
external "builtin";
19531955
annotation(preferredView="text");
19541956
end linearize;
@@ -3639,6 +3641,8 @@ Beta2 Release</h1>
36393641
Plug-in (MDT)</a></li>
36403642
<li><a href=\"#OpenModelicaDevelopmentEnvironmentOMDev\">OpenModelica
36413643
Development Environment (OMDev)</a></li>
3644+
<li><a href=\"#OpenModelicaGraphicalEditorOMEdit\">OpenModelica
3645+
Graphical Editor (OMEdit)</a></li>
36423646
<li><a href=\"#DetailedChanges\">Detailed Changes</a></li>
36433647
</ol>
36443648
</div>
@@ -3737,6 +3741,22 @@ Development Environment (OMDev)</h2>
37373741
<li>Migration of version handling and configuration management from
37383742
CodeBeamer to Trac.</li>
37393743
</ul>
3744+
<h2 id=\"OpenModelicaGraphicalEditorOMEdit\">OpenModelica Graphical
3745+
Editor (OMEdit)</h2>
3746+
<ul>
3747+
<li>Options to set matching algorithm and index reduction method
3748+
for simulation (<a class=\"closed ticket\" href=
3749+
\"https://trac.openmodelica.org/OpenModelica/ticket/1820\" title=
3750+
\"task: Add GUI boxes for dynamic state selection and index reduction (closed: fixed)\">#1820</a>).</li>
3751+
<li>Backward and Forward navigation support in Documentation view
3752+
(<a class=\"closed ticket\" href=
3753+
\"https://trac.openmodelica.org/OpenModelica/ticket/1836\" title=
3754+
\"enhancement: OMEdit: navigation buttons in documentation viewer (closed: fixed)\">#1836</a>).</li>
3755+
<li>Output window for simulations.</li>
3756+
<li>Preserving user customizations.</li>
3757+
<li>Show dummy red box for models with no graphical
3758+
annotations.</li>
3759+
</ul>
37403760
<h2 id=\"DetailedChanges\">Detailed Changes</h2>
37413761
<div xmlns=\"http://www.w3.org/1999/xhtml\">
37423762
<h2 class=\"report-result\">Component: Backend <span class=

0 commit comments

Comments
 (0)