.Buildings.Fluid.BaseClasses.FlowModels.basicFlowFunction_m_flow_der2

Information

Function that implements the second order derivative of Buildings.Fluid.BaseClasses.FlowModels.basicFlowFunction_m_flow with respect to the mass flow rate.

Interface

function basicFlowFunction_m_flow_der2
  extends Modelica.Icons.Function;
  input Modelica.Units.SI.MassFlowRate m_flow "Mass flow rate in design flow direction";
  input Real k(unit = "") "Flow coefficient, k=m_flow/sqrt(dp), with unit=(kg.m)^(1/2)";
  input Modelica.Units.SI.MassFlowRate m_flow_turbulent(min = 0) "Mass flow rate where transition to turbulent flow occurs";
  input Real m_flow_der(unit = "kg/s2") "1st derivative of mass flow rate in design flow direction";
  input Real m_flow_der2(unit = "kg/s3") "2nd derivative of mass flow rate in design flow direction";
  output Real dp_der2 "2nd derivative of pressure difference between port_a and port_b (= port_a.p - port_b.p)";
end basicFlowFunction_m_flow_der2;

Revisions


Generated at 2024-04-23T18:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos