Why are the results different between Simscape model and Simulink generated model ?
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Samuel Quiniou
le 14 Avr 2020
Commenté : Joel Van Sickel
le 6 Août 2020
Hello,
I am generating a Simulink implementation model from a Simscape model through the sschdladvisor tool. Without any modification on the generated Simulink implementation model, the results on the waves are different. The output voltage starts at 300V in the Simscape model, and starts at 0V in the generated Simulink implementation model. Could you please help me to understand why the results are different ?
My only idea is that the capacitor has an initial voltage in "Variable" > "Capacitor voltage". Is this parameter not compatible with sschdladvisor ?
Simscape model

Results
Left : Simscape model
Right : Generated Simulink implementation model by sschdladvisor

Thank you for your help
Réponse acceptée
Joel Van Sickel
le 5 Août 2020
Hello Samuel,
the first thing to check is to make sure the step size is the same between the two models. I am assuming it is, but it is good to check just in case. If the step size is the same, it is possible that the number of iterations is not correct, although for your model, it looks like the number of iterations should be 1, in which case their should be no issues.
initial conditions should work with this workflow, although if you change the initial conditions in the original model, you'd need to rerun the workflow advisor to update the model.
Would you be willing to share your model? (we can do that seperately through a secure means instead of you posting it here)
Regards,
Joel
2 commentaires
Joel Van Sickel
le 6 Août 2020
Hello Samuel,
you can find it in the solver configuration block you have attatched to your simscape model, as well as in your simulink solver settings.
You could also try simulating both with zero initial conditions. If they line up then and not with initial conditions, then you would know for sure if that was the issue.
Regards,
Joel
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Simscape Electrical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!