Creating custom Simscape components in two-phase fluid domain

Flow resistance simscape component in two-phase fluid domain uses function <foundation.two_phase_fluid.normalized_internal_energy> - see below. Where I can find this and other two-phase fluid domain functions for building custom simscape blocks?
Thank you in advance,
% Normalized internal energy for inflow
unorm_A_in = foundation.two_phase_fluid.normalized_internal_energy(A.u, p_A, ...
A.u_min, A.u_max, A.p_TLU, A.u_sat_liq_TLU, A.u_sat_vap_TLU);
unorm_B_in = foundation.two_phase_fluid.normalized_internal_energy(B.u, p_B, ...
A.u_min, A.u_max, A.p_TLU, A.u_sat_liq_TLU, A.u_sat_vap_TLU);

Respuestas (0)

Categorías

Más información sobre Two-Phase Fluid Library en Centro de ayuda y File Exchange.

Productos

Versión

R2025b

Preguntada:

el 29 de En. de 2026

Community Treasure Hunt

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

Start Hunting!

Translated by