- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Nominal values
Nominal values
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).
- lochel
- 45 Posts
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?
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Nominal values