Inconsistent results when simulating an LC series circuit with SimScape
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulation Setup 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!