필터 지우기
필터 지우기

Stop the simulation without issuing an error

조회 수: 3 (최근 30일)
reza hakimi
reza hakimi 2023년 9월 16일
답변: Divyanshu 2023년 9월 25일
Hello
I implemented a wind turbine with bldc generator in Simulink software.
The program starts to simulate without any error, but after 20% of the simulation, the simulation process stops so that no error is issued and the graphs and simulation time remain at the same stage.
What is the cause of this problem and how can I solve this problem?
  댓글 수: 1
reza hakimi
reza hakimi 2023년 9월 24일
Hello again
In the simulation, I came to the conclusion that this problem does not occur when I step up the wind speed input
But if the speed has to increase in the form of a ramp, this happens, what could be the reason?

댓글을 달려면 로그인하십시오.

답변 (1개)

Divyanshu
Divyanshu 2023년 9월 25일
Hi Reza,
I understand from the description and the comment, that the simulation is not getting completed when using ramp signal as an input. However, when step signal is used the model simulates to completion.
Few possible reasons and workarounds for such an issue are:
  • Solver Settings may not be suitable for ramp input signal, try adjusting certain settings like solver type, step size etc.
  • The configuration of the model might not be appropriate. There may be few blocks and subsystems which are not configured to handle continuous signals like ramp signal, try to update those blocks.
Refer the following documentation for further details on types of solvers:

카테고리

Help CenterFile Exchange에서 Wind Power에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by