tobolar
tobolar
Close #2556 ## Summary by CodeRabbit - **New Features** - Introduced a new example model showcasing a planar mechanism simulation with enhanced joint initialization options, including configurable angles and velocities....
Refs https://github.com/modelica/ModelicaStandardLibrary/issues/3739 The intension is to rearrange PR #4091 in smaller and better evaluable portions in order to implement "selective model extension" approach after that, see also https://github.com/modelica/ModelicaStandardLibrary/pull/4091#issuecomment-1800338161 More PRs...
This PR especially 1. fixes senseless assertions like ``` assert( body.r_0[2] - body.r_0[2] < tol ...); ``` (so comparing the variable `body.r_0[2]` to itself). Fixing this, the assertion is triggered...
Reintroduce `Arrow` as a common visualization object, similar to a box or a sphere. In the MultiBody, this PR uses the `Arrow` now for visualization of axes of coordinate system...
A first draft for #3739 using "selective model extension" introduced in ModelicaSpec 3.6. See also comment https://github.com/modelica/ModelicaStandardLibrary/pull/4091#issuecomment-1801329028. The approach implemented here is to reduce the number of possible base classes...
Refs https://github.com/modelica/ModelicaStandardLibrary/issues/3739 This is the next PR to #4227. I've also performed partial regression tests of multibody examples. No difference to reference resutls indicated.
See also #4204
The link to the 3-Clause BSD license on https://modelica.org/licenses/modelica-3-clause-bsd seems to be broken (after the webpage relaunch): https://github.com/modelica/ModelicaStandardLibrary/blob/d3ad60c312774a1bf84a74e830ccd55abcfb09d2/Modelica/package.mo#L2829