7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed version date
otter
as Martin
More... about 19 years ago
setState_dTX from PartialSimpleMedium will result in an assert returning false always (i.e. Medium is incompressible )
hubertus
as Hubertus
More... about 19 years ago
- Blocks.Math.UnitConversions: changed lower case letters to upper case letters of block class names - Blocks.Math.Add3: included version from 2.2, since the new version was too complicated - Blocks.Continuous.LimPID: replaced Add3 by another solution (using enabled/disabled zero constants) to activated P,PI,PD,PID controller - Mechanics.Rotational: included version from 2.2, since not backward compatible. - Updated Modelica release notes 2.2.1
otter
as Martin
More... about 19 years ago
inheritance introduced: PositivePin, NegativePin extend Pin now
clauss
as Christoph
More... about 19 years ago
Changed size of icon text so that it is the same as for the Blocks library (previously, %name had arbitrary width, now changed to -150 .. 150; previously, %name had a height of 60, now it has a height of 40)
otter
as Martin
More... over 19 years ago
Changed URLs with www.op.dlr.de to www.robotic.dlr.de More... over 19 years ago
Error in Modelica.Math.atan2 documentation corrected
otter
as Martin
More... over 19 years ago
Error in Blocks.Math.atan2 documentation corrected
otter
as Martin
More... over 19 years ago
Changed initialization for PID and LimPID block such that SteadyState means also that the derivative of the integrator state is zero. Changed documentations of these blocks and the example Blocks.Examples.PID_Controller correspondingly
otter
as Martin
More... over 19 years ago
Added "smooth(0, ...)" to if-clauses in the blocks: - Blocks.Continuous.LimIntegrator - Blocks.Nonlinear.Limiter - Blocks.Nonlinear.VariableLimiter - Blocks.Nonlinear.DeadZone
otter
as Martin
More... over 19 years ago
*** empty log message ***
AHaumer
as Anton
More... over 19 years ago
updated the user's guide More... over 19 years ago
several small fixes and cleaning, ran check for a number of things (many classes can not be checked cleanly) added density_ps at several places for completeness added setState_psX for water Test suite runs error-free.
hubertus
as Hubertus
More... over 19 years ago
Release notes updated
otter
as Martin
More... over 19 years ago
- Initialization added to Blocks.Continuous - LimPID controller has new options to select P, PI, PD, PID controller - New options limitsAtInit and deadzoneAtInit in Nonlinear and Continuous blocks to switch off limits during initialization - New example Blocks.Example.PID_Controller to demonstrate the usage of the LimPID controller - Initialization added to Rotational.Inertia and Rotational.SpringAndDamper
otter
as Martin
More... over 19 years ago
*** empty log message ***
otter
as Martin
More... over 19 years ago
some more changes in the user guide More... over 19 years ago
started to update the User Guide of Modelica.Media but stopped due to consistency issues More... over 19 years ago
several small fixes and cleaning. Added base class for PartialSimpleIdealGas, SimpleAir now inherits from it. Test suite runs error-free.
hubertus
as Hubertus
More... over 19 years ago
Reimplemented Blocks.Math.UnitConversions by utilizing functions in SIunits.Conversions More... over 19 years ago
added beta and kappa as alias names in PartialMedium More... over 19 years ago
Corrected documentation of Modelica.Blocks.Math.UnitConversions.ConvertAllUnits More... over 19 years ago
corrected some minor typos and added Choices.Explicit that could be used in the Water package More... over 19 years ago
updated incompressible to new interface, everything that is implemented is tested Missing: documentation updates, and one function in water fore completeness
hubertus
as Hubertus
More... over 19 years ago
- New parameter LimitsAtInit, DeadZoneAtInit to switch off the limits or the dead zone of the non-linear elements during initialization. - Re-introduced steady state, der(x)=0, in the components with an integrator.
otter
as Martin
More... over 19 years ago
Included a new package Modelica.Blocks.Math.UnitConversions to provide unit conversions as blocks
otter
as Martin
More... over 19 years ago
added PartialTwoPhaseMediumWithCache to Media.Interfaces More... over 19 years ago
updated incompressible to new interface, but not yet complete!!
hubertus
as Hubertus
More... over 19 years ago
- Fixed some bugs in the initialization of Blocks.Continuous (found during testing) - Improved Nonlinear.Limiter: Real uMin(max=uMax) replaced by Real uMin and and assert in the equation section. The advantage is that uMax can be changed before simulation starts (this is a restriction of Dymola).
otter
as Martin
More... over 19 years ago
Initialization added to Modelica.Blocks.Continuous blocks
otter
as Martin
More... over 19 years ago