Hi,
on the one hand are declaratory variable names good for grasping the
usage but on the other they are making the look of equations rather
ugly. I'm using e. g.
Real headStart;
protected
parameter Real n = fluid.viscosity;
parameter Real d = characteristicDiameter;
equation
headStart = r/2 * v^2 + n - d ; // and so on ...
etc for shortening the parameter names. This does not (seem to) work
with variables though. Is there an elegant way for shortening variables
(here for example the conceived variable headStart)?
Thanks
Dieter
--
Best wishes
H. Dieter Wilhelm
Darmstadt, Germany