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

SineVoltage source multiphase homotopy

SineVoltage source multiphase homotopy

I have a model with large nonlinear systems and to have less problems with the simulations I want to set as 0 the initial value of the voltage/current sources with the homotopy function. How could I do it? I try to set up V = {homotopy(actual=V value, simplified=0.0)} in the voltage source but it doesn't work.

Appreciate if someone can help with this issue. Thank you.

Re: SineVoltage source multiphase homotopy

The use is:

V=homotopy(normalCalculation,simplifiedCalculation);
This is an example from one of my programs:
LMTDcoil1 := homotopy((Coil1.Tb - Coil1.Ta) / log((T - Coil1.Ta) / (T - Coil1.Tb)), T - Coil1.Ta);

I observe that I have always used homotopy in the algorithm section, but I think that it doesn't matter.


Carlos

There are 0 guests and 0 other users also viewing this topic
You are here: