This equation represents the rate of change of the cold aisle air temperature, approximated using forward Euler discretization. How can I implement it in Simulink to solve for Tcold, specifically in terms of representing Δt is my biggest challenge?

댓글 수: 1

Deepak Gupta
Deepak Gupta 2024년 9월 9일
If you have Tcold values at different time instances then
dTcold/dt should be diff(Tcold)/diff(deltaT)

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

 채택된 답변

nick
nick 2024년 9월 9일

0 개 추천

Hi Gyang,
I undrestand that you want to implement the continuous derivative of temprature using forward Euler discretization.
However, there is a 'Derivative' block in Simulink library that approximates the continuous derivative of the continuous input signal with respect to the simulation time. The mathermatical representation of the block is similar to forward Euler discretization as shown below:
You can refer to the following documentation to learn more about the 'Derivative' block:
Hope this helps.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Modeling에 대해 자세히 알아보기

태그

질문:

2024년 9월 9일

편집:

2024년 9월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by