From c4a5be2cedf31bf0a9277ecb4be33e91db388e93 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Fri, 22 Sep 2023 07:54:09 -0700 Subject: [PATCH] Improved documentation For #1796 --- .../Interfaces/PartialEightPortInterface.mo | 11 +++++++++-- .../Interfaces/PartialFourPortInterface.mo | 12 +++++++++--- .../Interfaces/PartialTwoPortInterface.mo | 19 ++++++++++++++++--- 3 files changed, 34 insertions(+), 8 deletions(-) diff --git a/IBPSA/Fluid/Interfaces/PartialEightPortInterface.mo b/IBPSA/Fluid/Interfaces/PartialEightPortInterface.mo index d0f37c5a4c..fddc7b6dc3 100644 --- a/IBPSA/Fluid/Interfaces/PartialEightPortInterface.mo +++ b/IBPSA/Fluid/Interfaces/PartialEightPortInterface.mo @@ -1,6 +1,6 @@ within IBPSA.Fluid.Interfaces; partial model PartialEightPortInterface - "Partial model transporting fluid between eight ports without storing mass or energy" + "Partial model with eight ports and declaration of quantities that are used by many models" extends IBPSA.Fluid.Interfaces.EightPort; parameter Modelica.Units.SI.MassFlowRate m1_flow_nominal(min=0) "Nominal mass flow rate" annotation (Dialog(group="Nominal condition")); @@ -163,7 +163,8 @@ protected preferredView="info", Documentation(info="

-This component defines the interface for models that transport four fluid streams between eight ports. +This component defines the interface for models with eight fluid ports +and four fluid streams. It is similar to IBPSA.Fluid.Interfaces.PartialTwoPortInterface, but it has eight ports instead of two.

@@ -173,6 +174,12 @@ mass transfer and pressure drop equations. ", revisions="