- Index
- » Users
- » gvc027687
- » Profile
Posts
Posts
Page Start Prev 1 Next End
No need to call a function, just do the calculation in a model with final parameter
like:
parameter Modelica.SIunits.Length a=1;
parameter Modelica.SIunits.Length b=1;
parameter Modelica.SIunits.Length c=1;
final parameter Real V = a*b*c;
I'm doing calculations on compact HE, using the same equations as U did.
Page Start Prev 1 Next End
- Index
- » Users
- » gvc027687
- » Profile