- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » SineVoltage source multiphase homotopy
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
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » SineVoltage source multiphase homotopy