Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register
  • Index
  • » Users
  • » gvc027687
  • » Profile

Posts

Posts

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.

  • Index
  • » Users
  • » gvc027687
  • » Profile
You are here: