Simscape - Transient initialization vs Transient Solve

조회 수: 6 (최근 30일)
Federico Toso
Federico Toso 2022년 11월 18일
답변: David John 2022년 11월 21일
According to the Workflow presented here, Transient Initialization and Transient Solve are the last phases of Simscape Simulation.
Quoting from this source:
"Transient initialization fixes all dynamic variables and solves for algebraic variables and derivatives of dynamic variables [...]. Finally, the Simscape solver performs transient solve of the system of equations[...]. The solver continues to perform the simulation according to the results of the transient solve until the solver encounters an event, such as a zero crossing or discontinuity".
It is not clear to me why the solver switches back to "Transient Initialization" only in case of events, and not after each integration step.
In my understanding, each integration step of "Transient Solve" computes only the new values of the dynamic variables; than a new "Transient Initialization" should be required in order to compute the new values for algebraic variables and derivatives of dynamic variables.
To sum up: why does "Transient Initialization" kick in only after events, and not after each intergration step?

채택된 답변

David John
David John 2022년 11월 21일
The transient solve also solves for the algebraic variables. At an event, we re-initialize in order to handle possible jumps in variables that are due to the event.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Variable Initialization에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by