Modelica.Fluid.Vessels.ClosedVolume roots #4370
Labels
L: Fluid
Issue addresses Modelica.Fluid (excl. Dissipation)
requires Modelica 3.7
Issue that requires Modelica Language Specification 3.7
The model Modelica.Fluid.Vessels.ClosedVolume contains:
There is a proposal to introduce the nth root in Modelica that can be used instead of
x^(2/3)
(and help unit-checking), since Modelica does not have rational numbers, and that could be used directly forheatTransfer.surfaceAreas
, which just computes radius from Volume and then Area based on that. As documented a Sphere has: Volume4*pi*r^3/3
and Area4*pi*r^2
, so it all makes sense.But I don't understand the corresponding formula for vesselArea.
The text was updated successfully, but these errors were encountered: