How do I fix a simulation that runs slowly or gets stuck after a while?
Models can run slowly when their solutions are difficult to compute. The two most common reasons for this are:
- The model is stiff, forcing the numerical solver to take very small steps. Try redesigning the model to make it more numerically tractable.
- The model produces many events. You can simplify the model by removing events triggered by
If
statements in the Modelica code. TheNoEvent
operator tells the simulation to not create events when the value of anIf
statement changes. For example, to prevent an event from occurring when A becomes greater than B, change:if A > B then
to:
if noEvent(A > B) then
1-800-WOLFRAM (국제 전화는 +1-217-398-0700)
고객 지원
월요일 - 금요일
8am–5pm 중부 표준시
- 제품 등록 및 동기화
- 구매 전 정보 및 주문
- 설치 및 동작
고급 기술지원 (해당 고객을 대상으로)
월요일 - 목요일
8am–7pm 중부 표준시
금요일
8:30–10am & 11am–5pm 중부 표준시
- 우선적 기술지원
- Wolfram 전문가들의 제품 지원
- Wolfram 프로그래밍
- 고급 설치 지원