diff --git a/IBPSA/Fluid/BaseClasses/FlowModels/basicFlowFunction_dp_der2.mo b/IBPSA/Fluid/BaseClasses/FlowModels/basicFlowFunction_dp_der2.mo index 80e32ff5b1..eb9fbdfb33 100644 --- a/IBPSA/Fluid/BaseClasses/FlowModels/basicFlowFunction_dp_der2.mo +++ b/IBPSA/Fluid/BaseClasses/FlowModels/basicFlowFunction_dp_der2.mo @@ -40,10 +40,10 @@ assuming a constant flow coefficient.
When called with dp_der=der(dp)
and dp_der2=der(dp_der)
,
-this function returns the second order derivative of m_flow
+this function returns the second order derivative of m_flow
with respect to time.
When called with dp_der=1
and dp_der2=0
,
-this function returns the second order derivative of m_flow
+this function returns the second order derivative of m_flow
with respect to dp
.