ceraolo
ceraolo
This is a companion ticket of #31. that one referred to data present in Examples.Data.Lines, this one refers to the two lines in AC3ph.Lines.Parameter.RXline. Here there is an evident mistake...
To help understand how AC1ph_DC models work, I've prepared "CompareMSL.mo", that I enclose. It contains twin Power System and MSL models of a simple Ac1ph_DC system. I've added some "info"...
Consider AC1ph_DC.Impedances.Inductor. The inductor reactance is entered as a 2x2 matrix, containing [xs[1],xm; xm,xs[2]] This matrix is directly accessible through the parameter dialog box. This implies that the user can...
Consider Examples.Data.Lines. It contains twin line data for RXline components and PIline components. The latter have the same info of the former, plus additional info regarding transverse susceptances and conductances....
### Description I could not run in OM models using imported FMUs created by Dymola, even in the simplest case. _There is a remote possibility that my Dymola's FMU lacks...
### Description I have a model in which the value of a parameter is not passed to a submodel: it stays to zero. This model works well with Dymola, and...
### Description Today, when people work on has correctly running models, every simulation they make, even when it has finished successfuly, they will see the precious work space filled for...
This PR logically follows PR [#3819](https://github.com/modelica/ModelicaStandardLibrary/pull/3819), since It takes advantage of the folder Modelica.Electrical.Analog.Examples.Lines created in that PR. ________________________________________ This PR contains an example of the usage of M_OLine to...
I have two models that should behave exactly the same. The two models are as follows (please remove ".txt" before using them): [ZeroIniIexc.mo.txt](https://github.com/modelica/ModelicaStandardLibrary/files/13704357/ZeroIniIexc.mo.txt) [NonZeroIniExc.mo.txt](https://github.com/modelica/ModelicaStandardLibrary/files/13704358/NonZeroIniExc.mo.txt) I get important differences in the...
### Description In the example given, when resimulating, model takes a wrong parameter value ### Steps to Reproduce Use the following model: ``` model M1 Modelica.Electrical.Analog.Sources.SineVoltage sineVoltage(V = 1, f...