integration of Simulink based model with ephasorsim solver
4 次查看(过去 30 天)
显示 更早的评论
I want to integrate Matlab/simulink model of a grid-connected inverter with ephasorsim solver. my question is that if the simulink model is compatible with ephasorsim? and how can I generate its FMU?
Thanks
0 个评论
回答(1 个)
surya venu
2024-5-17
Hi,
Direct compatibility between a Simulink model and ePHASORsim isn't straightforward. ePHASORsim uses a phasor-based approach for power system simulations, focusing on steady-state and slow dynamic behavior. Simulink, on the other hand, can handle a wider range of dynamics, including transients.
However, there are workarounds to achieve integration, you can convert your Simulink model to a FMU using the Simulink Export FMI option. ePHASORsim supports co-simulation with FMUs, allowing your Simulink model to interact with the phasor-based simulation environment.
To know more about exporting FMU from Simulink check out the link given below:
Hope it helps.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!