Build a jet pump model in Simscape's thermal liquid domain - files

版本 1.1.0.0 (68.6 KB) 作者: Andreas
Port the jet pump model from SimHydraulics to Simscape's thermal liquid foundation domain
354.0 次下载
更新时间 2015/10/30

查看许可证

As written here:
http://www.mathworks.com/matlabcentral/answers/248377-build-a-jet-pump-model-in-simscape-s-thermal-liquid-domain
Port of the "Jet pump" block from the simhydraulics domain: http://de.mathworks.com/help/physmod/hydro/ref/jetpump.html
- written in simscape language
- no heat loss
Update: Finally working as expected.

引用格式

Andreas (2024). Build a jet pump model in Simscape's thermal liquid domain - files (https://www.mathworks.com/matlabcentral/fileexchange/53588-build-a-jet-pump-model-in-simscape-s-thermal-liquid-domain-files), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Jet pump finally working without errors.
Fixed following lines of code:
mdot_A == (An/sqrt(1+Kn))*(sqrt((2/rho_A)*(A.p-p)))*rho_A;
to
mdot_A == (An/sqrt(1+Kn))*(sqrt((2/rho_A)*(abs(A.p-p))))*rho_A*(A.p-p)/abs(A.p-p);
Same for mdot_B

1.0.0.0

updated description
updated description