フィルターのクリア

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 Center および File ExchangeParameterization Methods についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by