You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/UsersGuide/source/pdemodelica.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ PDEModelica1
3
3
4
4
PDEModelica1 is nonstandardised experimental Modelica language extension for 1-dimensional partial differential extensions (PDE).
5
5
6
-
It is enabled using compiler flag ``--grammar=PDEModelica``. Compiler flags may be set e.g. in OMEdit (Tools->Options->Simulation->OMC Flags) or in the OpenModelica script using command. Note that PDEModelica does now work yet with the current frontend so you need to set ``-d=newInst`` in Tools->Options->Simulation->OMC Flags or check "Enable old frontend for code generation".
6
+
It is enabled using compiler flag ``--grammar=PDEModelica``. Compiler flags may be set e.g. in OMEdit (globally in Tools->Options->Simulation->Translation Flags or in Simulation Setup->Translation Flags for specific models) or in an OpenModelica script using ``setCommandLineOptions``. Note that PDEModelica does now work yet with the current frontend so you need to also use the flag ``-d=-newInst`` or check "Enable old frontend for code generation" in OMEdit under Translation Flags.
0 commit comments