OpenModelica
OpenModelica copied to clipboard
OpenModelica is an open-source Modelica-based modeling and simulation environment intended for industrial and academic usage.
### Description This report is different from #12650. I'm not sure if this is a duplicate of other tickets. In case it is, please excuse me and delete it. Consider...
### Description Errors in loaded files block the use of OMEdit's GUI. ### Steps to reproduce Start with a dummy model that's already saved, e.g.: ```modelica model TestModel equation end...
### Description I could not generate FMU files from models if I use relative directories within the library with loadResources function. ### Steps to reproduce 1. Open OMEdit and load...
### Description Please consider the enclosed model: Sudden short.circuit between two phases of a permanent magnet synchronous machine, A short circuit at a three-phase sinusoidal source with inner resistance and...
As reported to me by @mscuttari. Consider the following MWE ```modelica model Test parameter Real x[10] = fill(5, 10); Real y[10]; equation y = x; end Test; ``` Flattening with...
Please consider this MWE: ```modelica model TestFluid package Fluid = SOFCPoliMi.Media.MainClasses.SOS_CO2.SOS10ComponentsModelica; Fluid fluid(p_start = 1e5, T_start = 300); equation fluid.p = 1e5; fluid.T = 300; fluid.X = 0.1*ones(10); end TestFluid;...
Follow-up of #12937. Jacobian generation in ScalableTestGrids tests does not generate the sparsity pattern. As a consequence, Type1_N_2_M_2, which has 10,000 equations, takes 0.16 to generate the Jacobian, while Type1_N_4_M_4,...
### Description The GUI allows changing final parameters, with unpredictable results. ### Steps to Reproduce 1) duplicate Modelica.Electrical.PowerConverters.DCAC.PolyphadetwoLevel. in the root of libraries, so that it can be changed. The...
### Description The solver fails to solve system at initialization. Division by zero has been encountered. The given model is having this issue: ``` Buildings.Examples.VAVReheat.Validation.Guideline36SteadyState ``` On simulating the model...
### Description Create new model, drag and drop a realExpression and try to write the following (including quotation mark) on the y parameter: "0" When push the first quotation mark,...