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

Version 1.1.0.0 (68,6 KB) von Andreas
Port the jet pump model from SimHydraulics to Simscape's thermal liquid foundation domain
350 Downloads
Aktualisiert 30 Okt 2015

Lizenz anzeigen

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.

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2015b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
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