OpenModelica
OpenModelica copied to clipboard
OpenModelica is an open-source Modelica-based modeling and simulation environment intended for industrial and academic usage.
annotation(Icon(graphics={ Rectangle(extent={{-100,100},{100,-100}}, lineColor={0,0,255}, fillColor={255,255,255}, fillPattern=FillPattern.Solid, radius=10), Rectangle(extent={{-94,94},{94,6}}, lineColor={0,0,255}, fillColor={215,215,215}, fillPattern=FillPattern.Solid), Ellipse(extent={{-80,-10},{-20,-70}}, lineColor={0,0,255}, fillColor={215,215,215}, fillPattern=FillPattern.Sphere), Ellipse(extent={{20,-10},{80,-70}}, lineColor={0,0,255}, fillColor={215,215,215}, fillPattern=FillPattern.Sphere), Text(extent={{-140,140},{140,100}}, lineColor={0,0,255}, textString="%name"), Text(extent={{-80,60},{80,40}}, textColor={0,0,0}, textString="%V0", horizontalAlignment=TextAlignment.Left), Text(extent={{-80,30},{80,10}}, textColor={0,0,0}, textString="%I0", horizontalAlignment=TextAlignment.Right), Text(extent={{-60,-30},{-40,-50}},...
This is a feature request. In order to create high quality Modelica diagrams in different kinds of publications I am using the SVG export of the Diagram View in OpenModelica....
### Description Looking at `Modelica.Magnetic.QuasiStatic.FundamentalWave.BasicMachines.SynchronousMachines.*` models there are thermal connectors missing in the rendering but present in code and annotation. It looks lilke only the thermal connectors of the base...
### Description With https://github.com/OpenModelica/OpenModelica/commit/1cbaefaede641a04c749459ab8eca5bdc70a04d6 the error messages for asserts changed and the way the integrator works at an assert. Before: ``` [ERROR][testAssertFMI] [error][FMU status:Error] fmiCompletedIntegratorStep: terminated by an assertion. assert...
#7848 made sure that the kinsol solver is automatically selected (with the sparse linear solver) in case the density is less than the default of [-nlssMaxDensity](https://openmodelica.org/doc/OpenModelicaUsersGuide/latest/simulationflags.html#simflag-nlssmaxdensity), that is 0.10, or...
If I check the following model in OMEdit ```Modelica model U Modelica.SIunits.Length l; Modelica.SIunits.Volume v; equation l = 1; v = l^2; annotation(uses(Modelica(version="3.2.3"))); end U; ``` I get no warnings...
In "Tools -> Options -> FMI" one can choose the type of "none", "dynamic", "static". The problem is they all do the same, generate a ''static" FMU no matter what....
On Linux (last tested on OpenModelica 1.19.0~dev-388-gb35aa9c, **updated for `1.19.0~dev-737-gc242d85`**) the help menu entries are only partially working. I doubt that is connected with the default viewer settings since some...
### Description Sometimes a few variables belonging to records that are computed by function calls are chosen as tearing variables in nonlinear systems. This is typically not a good tearing,...
**Describe the bug** Open `Buildings.Applications.DataCenters.ChillerCooled.Examples.IntegratedPrimaryLoadSideEconomizer` with OMEdit. The following errors are reported: ``` [4] 08:59:05 Scripting Error Unable to find component chiWSE.yPum while parsing connection {pumSpeSig.y,chiWSE.yPum,}. [5] 08:59:05 Scripting Error...