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

Nominal values

Nominal values

Hi

Are nominal values used in OpenModelica to scale values automatically. Are there some flags that need to be enabled?

Best regards
Daniel

Re: Nominal values

Nominal values are used in different ways in OpenModelica. For example they are used to scale iteration variables for systems of equations. There are also some debug-flags that scale certain variables within the symbolic transformation (see +d=addScaledVars and +d=addScaledVarsInput,
omcflag-debug).

Re: Nominal values

Thanks for the reply. Does that mean that OM does this type of scaling (as does JModelica [http://www.jmodelica.org/api-docs/usersguide/1.4.0/ch08s07.html]):

T = f(p)

is replaced by the equation

T_scaled*T_nom = f(p_scaled*T_nom)

Or is it only used to stabilize the integration process? Or is that the same thing?

There are 0 guests and 0 other users also viewing this topic