필터 지우기
필터 지우기

Inconsistent results when simulating an LC series circuit with SimScape

조회 수: 2 (최근 30일)
Andress
Andress 2016년 11월 8일
답변: Joel Van Sickel 2023년 10월 13일
Hi everybody,
Here is the setup of the simulation:
.
And here is the parameters of this simulation:
RS = 0; % ohm (internal resistance of voltage source)
RC = 0; % ohm (equivalent series resistance of capacitor)
C = 100e-6; % [F]
L = 680e-6; % [H]
LPC = 0; % [1/ohm] Inductor Parallel Conductance
With automatic solver, all other simulation parameters at their default value, I got this result:
.
With ADAMS solver, all other simulation parameters at their default value, I got this result:
.
You can see the inconsistency of these results.
Theoritically, this should be a resonance circuit, but this is not what I got from the simulations.
Could you please shed some light on this for me?
Thank you.

답변 (1개)

Joel Van Sickel
Joel Van Sickel 2023년 10월 13일
He issue is that the Adams solver is specifially for non-stiff problems and your problem being in simscape is typically a stiff problem and requires a solver that supports DAE's. In this case, you would want to use DAESSC or ODE23t as your solver. The other solvers would be expected to give poor results for an electrical simulation.

카테고리

Help CenterFile Exchange에서 Parameterization Methods에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by