From 8ebddd4084435ca46131b2ee3d00136f79edb052 Mon Sep 17 00:00:00 2001
From: Michael Wetter
-When called with dp_der=der(dp)
, this function returns
+When called with dp_der=der(dp)
, this function returns
the time derivative of m_flow
.
When called with dp_der=1
, this function returns
the derivative of m_flow
with respect to dp
.
diff --git a/IBPSA/Fluid/BaseClasses/FlowModels/basicFlowFunction_dp_der2.mo b/IBPSA/Fluid/BaseClasses/FlowModels/basicFlowFunction_dp_der2.mo
index 9956b50b24..80e32ff5b1 100644
--- a/IBPSA/Fluid/BaseClasses/FlowModels/basicFlowFunction_dp_der2.mo
+++ b/IBPSA/Fluid/BaseClasses/FlowModels/basicFlowFunction_dp_der2.mo
@@ -39,10 +39,10 @@ IBPSA.Fluid.BaseClasses.FlowModels.basicFlowFunction_dp,
assuming a constant flow coefficient.
-When called with dp_der=der(dp)
and dp_der2=der(dp_der)
,
+When called with dp_der=der(dp)
and dp_der2=der(dp_der)
,
this function returns the second order derivative of m_flow
with respect to time.
-When called with dp_der=1
and dp_der2=0
,
+When called with dp_der=1
and dp_der2=0
,
this function returns the second order derivative of m_flow
with respect to dp
.
-When called with m_flow_der=der(m_flow)
, this function returns
+When called with m_flow_der=der(m_flow)
, this function returns
the time derivative of dp
.
When called with m_flow_der=1
, this function returns
the derivative of dp
with respect to m_flow
.
diff --git a/IBPSA/Fluid/BaseClasses/FlowModels/basicFlowFunction_m_flow_der2.mo b/IBPSA/Fluid/BaseClasses/FlowModels/basicFlowFunction_m_flow_der2.mo
index a5010fea2a..df610a653a 100644
--- a/IBPSA/Fluid/BaseClasses/FlowModels/basicFlowFunction_m_flow_der2.mo
+++ b/IBPSA/Fluid/BaseClasses/FlowModels/basicFlowFunction_m_flow_der2.mo
@@ -39,11 +39,11 @@ IBPSA.Fluid.BaseClasses.FlowModels.basicFlowFunction_m_flow,
assuming a constant flow coefficient.
-When called with m_flow_der=der(m_flow)
and m_flow_der2=der(m_flow_der)
,
-this function returns the second order derivative of dp
+When called with m_flow_der=der(m_flow)
and m_flow_der2=der(m_flow_der)
,
+this function returns the second order derivative of dp
with respect to time.
-When called with m_flow_der=1
and m_flow_der2=0
,
-this function returns the second order derivative of dp
+When called with m_flow_der=1
and m_flow_der2=0
,
+this function returns the second order derivative of dp
with respect to m_flow
.