필터 지우기
필터 지우기

Li-ion battery pack cooling using Phase changing material

조회 수: 6 (최근 30일)
Chinmaya
Chinmaya 2024년 1월 28일
댓글: Chinmaya 2024년 2월 1일
Hello,
I am planning to implement battery pack cooling using phase changing material using Simscape, Could anyone please pointout or refer any example files or reference models from Mathworks.
It will help me a lot to start with.
Regards
Chinmaya
  댓글 수: 2
Yifeng Tang
Yifeng Tang 2024년 1월 30일
Hi Chinmaya,
Just to get some clarification: does the material change phase between solid and liquid, or liquid and gas? And, when it's in liquid and/or gas phase, does it flow or it stays in place and provide more effective thermal inertia?
Chinmaya
Chinmaya 2024년 1월 31일
Hi Yifeng,
The material changes from solid tp liquid, and when its in liquid phase it stay in place.
Regards
Chinmaya

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

답변 (1개)

Yifeng Tang
Yifeng Tang 2024년 1월 31일
편집: Yifeng Tang 2024년 1월 31일
Hi Chinmaya,
This will involve some customization in Simscape language.
The simpliest implementation is to make a custom block based on the .ssc code of a thermal mass block, and make the specific heat an input instead of a parameter. Then use a PS lookup table to map temperature to the specific heat, where the Cp shoots up over a narrow range of temperature near the melting temperature and then comes down to single-phase Cp values. The integral of Cp*dT needs to match the latent heat.
Below are a few possible further enhancements, ordered by levels of difficulty in my opinion:
  1. make Cp(T) a parameter for the custom block and put the lookup function inside the .ssc code.
  2. define specific enthalpy vector h(T) instead of Cp(T) inside the custom block. You'll rewrite the governing equation as something like: Q == m * h.der
  3. instead of "faking" the phase change as a sudden jump in enthalpy over a small range, use "modechart" in Simscape language to define the melting and solidification behavior AT the phase change temperature.
Hope this helps.
  댓글 수: 1
Chinmaya
Chinmaya 2024년 2월 1일
Thank you for the insights Yifeng, I will try one of the above method, which is more feasible.

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

카테고리

Help CenterFile Exchange에서 Thermal Liquid Library에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by