Inconsistent results when simulating an LC series circuit with SimScape
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Joel Van Sickel
am 13 Okt. 2023
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 Kommentare
Siehe auch
Kategorien
Mehr zu Simscape Electrical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!