ModelicaStandardLibrary
ModelicaStandardLibrary copied to clipboard
Free (standard conforming) library to model mechanical (1D/3D), electrical (analog, digital, machines), magnetic, thermal, fluid, control systems and hierarchical state machines. Also numerical functi...
Especially, prefer `_rmdir` on MinGW. Closes #4668.
> I also noticed that even if `_rmdir` is available in MinGW header direct.h, ModelicaInternal.c uses `rmdir` in line 388 and not `_rmdir` of line 390. Hence, it is not...
The current behavior found in Modelica.Fluid.Machines.BaseClasses.PartialPump exhibits non-physical behavior vs. changes to gravity. While "head" should change when gravity changes, the flow rate itself should not change if you change...
**Reported by rfranke on 17 Jan 2013 19:39 UTC** Modelica.Fluid generally uses the names `rho` for density and `mu` for dynamic viscosity. See e.g.: ``` Modelica.Fluid.Machines.Pump Modelica.Fluid.Pipes.BaseClasses.FlowModels Modelica.Fluid.Fittings.BaseClasses.massFlowRate_dp_and_Re ``` The...
**Reported by msielemann on 26 May 2009 14:05 UTC** Discussed at the Design Meeting 62 in Lund: Ticket #11 requires a turbine model, which has to be implemented in Modelica_Fluid....
**Reported by fcasella on 2 Jun 2008 22:02 UTC** Develop example cases of steam generators with feedpumps, evaporator, superheater (1 level of pressure). ---- Migrated-From: https://trac.modelica.org/Modelica/ticket/326
The connect-clause "connect(RS1.qn, q)" and "connect(RS1.q, qn)" seem to be "connect(RS1.q, q)" and "connect(RS1.qn, qn)" respectively.  When simulating Modelica.Electrical.Digital.Examples.FlipFlop in MWorks.Sysplorer, the variable FF.q is not matched with JK...
See https://github.com/modelica/ModelicaStandardLibrary/issues/2146#issuecomment-387703451.
What is the purpose of the protected top-level connectors in CauerLowPassOPV und CauerLowPassSC? CauerLowPassAnalog uses ordinary connects instead. https://github.com/modelica/ModelicaStandardLibrary/blob/eea74432d6006527b41676547ec2326d8bcbb8f2/Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo#L46-L109 
The example represents a model of a conversion of a sine wave from analog to digital and back to analog. Since the period of the sine wave is a multiple...