Francesco Casella

Results 1727 comments of Francesco Casella

My comments on this issue, trying to reach a possible consensus? 1. We are rolling out a package management system in OpenModelica, but the current cyclic dependency between Modelica and...

@jonas-hagen, could you just define a mechanical translational component with equations: ``` model Adaptor extends Modelica.Mechanics.Rotational.Interfaces.PartialTwoFlanges; equation flange_a.s + flange_b.s = c; flange_a.f = flange_b.f; end Adaptor; ``` and then...

@sergniko, @jonas-hagen, the idea of O-O modelling is to break down the functionality into modules that can be connected - this allows to keep the number of basic models low,...

> > @jonas-hagen, could you just define a mechanical translational component with equations: > > ``` > > model Adaptor > > extends Modelica.Mechanics.Rotational.Interfaces.PartialTwoFlanges; > > equation > > flange_a.s...

> We need one volume - two flanges. `SweptVolume` in it current release can't be used to make hydraulic cylinder model Yeah, I guess I get your point. The current...

I'm not really sure what this is all about, am I supposed to know?

> See also #1292. Looks like an extension to me. Indeed, I forgot I had opened that back then. I would close that one and keep this, since there was...

> Is this the annotation you are looking for? https://specification.modelica.org/master/annotations.html#modelica:TestCase Yes and no. The ModelicaCompliance library still uses `__ModelicaAssociation` annotations, which also feature the `section` field. Besides, I believe that...

> Note that simulating until the `experiment.StopTime` is not the only way to successfully complete simulation. At least `terminate` provides one alternative to successfully end the simulation. You are right,...

> The reference to the specification is more seen as a human-readable explanation - not something that needs a strict definition. In my opinion, so should be the reason of...