TongYuan Modelica Compiler
TongYuan Modelica Compiler
``` modelica model DiscreteRealDerTest Real xd; Real x; Real y; // Real yd = der(xd); // This is not allowed according to MLS3.6 P44 equation when sample(0, 0.1) then xd...
In MSL4.1, model `Modelica.Electrical.Analog.Examples.ResonanceCircuits` has strage connect order Should the above two components swap their position? In `series resonance` , the Adaptor order: currentToVoltageAdaptor2a, voltageToCurrentAdaptor2a, **voltageToCurrentAdaptor2b, currentToVoltageAdaptor2b**, currentToVoltageAdaptor2c, voltageToCurrentAdaptor2c Should...