tobolar

Results 125 comments of tobolar

This would require to define such "dummy" functions in `Roads.Interfaces.Base` or somewhere else. But the meaning of that functions would be ... well just a dummy.

OK, so question is rather how is a common solution of such an issue. Is there any similar case e.g. in Modelica Standard library? If we go that way, the...

> @tobolar can you please comment on what is the goal of this PR and suggest some reviewers? Otherwise it risks remaining stuck forever. I have changed the description of...

It seems the original definition of `mu_in` (i.e. `= Medium.dynamicViscosity(state_in)`) is now done for newly added `eta_in`. For this, a conversion like `convertElement("ThermofluidStream.Processes.Internal.TurboComponent.dp_tau_centrifugal", "mu_in", "eta_in");` shall be enabled. This in...

@casella Thanks, we will fix this. I only wonder why this pops up when using Modelica 4.0.0 in your tests, which in fact relies on Modelica Specification version 3.4.

> the documentation of MSL 4.0.0 states that it is based on the language version 3.4, but I'm not aware of annotation that explicitly gives this information to the compiler....

> propsed [a solution to make the start values dependent from each other](https://github.com/tobolar/ThermofluidStream/tree/fixGallonUnits) what do you think about this? Do you see any major disadvantages in this suggestion? :) I...

There are principally two possible solutions: 1. short way: delete `final` in redeclaration of `FluidConstants` in `TFS.Media.myMedia.IdealGases.Common.SingleGasNasa` 2. more effort but reliable: copy `Modelica.Media` of the next MSL release into...

The documentation of Nozzle was fixed with https://github.com/DLR-SR/ThermofluidStream/commit/c34a0a4f36e47f9c1b5d1f1c14aedebf3f191a10

The thing is that the AbsoluteAngles sensor calculates the finite rotations while time series of infinitesimal rotations is expected. I have no experience if the suggested forward kinematic transformation would...