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

Versión 1.1.0.0 (68,6 KB) por Andreas
Port the jet pump model from SimHydraulics to Simscape's thermal liquid foundation domain
352 descargas
Actualizado 30 oct 2015

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2015b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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