diff --git a/IBPSA/Fluid/FMI/Adaptors/Inlet.mo b/IBPSA/Fluid/FMI/Adaptors/Inlet.mo index 8a62ad8866..ce04dc37cd 100644 --- a/IBPSA/Fluid/FMI/Adaptors/Inlet.mo +++ b/IBPSA/Fluid/FMI/Adaptors/Inlet.mo @@ -35,14 +35,14 @@ model Inlet "Adaptor for connecting a fluid inlet to the FMI interface" rotation=270, origin={0,-110}))); protected - IBPSA.Fluid.FMI.Interfaces.FluidProperties bacPro_internal( + input IBPSA.Fluid.FMI.Interfaces.FluidProperties bacPro_internal( redeclare final package Medium = Medium) "Internal connector for fluid properties for back flow"; IBPSA.Fluid.FMI.Interfaces.PressureOutput p_in_internal "Internal connector for pressure"; - IBPSA.Fluid.FMI.Interfaces.MassFractionConnector X_w_in_internal + output IBPSA.Fluid.FMI.Interfaces.MassFractionConnector X_w_in_internal "Internal connector for mass fraction of forward flow properties"; - IBPSA.Fluid.FMI.Interfaces.MassFractionConnector X_w_out_internal + output IBPSA.Fluid.FMI.Interfaces.MassFractionConnector X_w_out_internal "Internal connector for mass fraction of backward flow properties"; initial equation assert(Medium.nXi < 2, @@ -170,6 +170,11 @@ for how to use this model. ", revisions="