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
更新 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