.ThermofluidStream.Processes.Internal.TurboComponent.partial_dp_tau

Information

This function computes the pressure differential and the moment needed for static operation of a partialTurboComponent in its current state.

By changing this function the partialTurboComponent implements different kinds of turbo components like fans, pumps, compressors, turbines, etc.

Interface

partial function partial_dp_tau
  extends Modelica.Icons.Function;
  replaceable package Medium = Media.myMedia.Interfaces.PartialMedium "Medium model" annotation(
    choicesAllMatching = true,
    Documentation(info = "<html>
<p>
Medium model needet to compute properties from the inlet_state.
</p>
</html>"));
  input Medium.MassFlowRate m_flow "Mass flow rate";
  input SI.AngularVelocity omega "Angular velocity";
  input Medium.ThermodynamicState state_in "Inlet state";
  input Medium.MassFlowRate m_flow_norm "Normalization mass flow rate";
  input SI.AngularVelocity omega_norm "Normalization angular velocity";
  input Medium.Density rho_min "Minimum density (relevant at p=0)";
  output SI.Pressure dp "Pressure difference";
  output SI.Torque tau_st "Steady state torque";
end partial_dp_tau;

Contents

NameDescription
 MediumMedium model

Generated at 2024-12-04T19:25:49Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos