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

Version 1.1.0.0 (68.6 KB) by Andreas
Port the jet pump model from SimHydraulics to Simscape's thermal liquid foundation domain
346 Downloads
Updated 30 Oct 2015

View License

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.

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2015b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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