modelEvaporatorCondenserWithCapacity

Extends from AixLib.Obsolete.YearIndependent.FastHVAC.Interfaces.TwoPortHeatMassExchanger (Model transporting one enthalpy stream with storing mass or energy).

Information

Overview

Evaporator/Condenser model adapted to FastHAVC library.
This model is based on the Fluid model AixLib.Fluid.HeatPumps.BaseClasses.EvaporatorCondenserWithCapacity. It includes heat losses to the environment.

Parameters

TypeNameDefaultDescription
Modelica.Media.Interfaces.Types.TemperatureT_start (from TwoPortHeatMassExchanger)workingFluid.T0
Modelica.Units.SI.Massm_fluid (from TwoPortHeatMassExchanger)Mass of working fluid
Media.BaseClasses.MediumSimplemedium (from TwoPortHeatMassExchanger)AixLib.Obsolete.YearIndependent.FastHVAC.Media.WaterSimple()Mediums charastics (heat capacity, density, thermal conductivity)
Modelica.Units.SI.MassFlowRatem_flow_start (from TwoPortHeatMassExchanger)0Start value for m_flow, used to avoid a warning if not set in m_flow, and to avoid m_flow.start in parameter window
Booleanis_conType of heat exchanger
Modelica.Units.SI.VolumeVVolume in condenser
Nominal condition
Modelica.Units.SI.MassFlowRatem_flow_nominal (from TwoPortHeatMassExchanger)Nominal mass flow rate
Advanced
Modelica.Units.SI.MassFlowRatem_flow_small (from TwoPortHeatMassExchanger)1E-4*abs(m_flow_nominal)Small mass flow rate for regularization of zero flow
Heat losses
Booleanuse_captrueFalse if capacity and heat losses are neglected
Modelica.Units.SI.HeatCapacityCCapacity of heat exchanger
Modelica.Units.SI.ThermalConductancekAOut_nominalNominal value for thermal conductance to the ambient

Connectors

TypeNameDefaultDescription
Interfaces.EnthalpyPort_aenthalpyPort_a (from TwoPortHeatMassExchanger)FastHVAC connector a (positive design flow direction is from port_a to port_b)
Interfaces.EnthalpyPort_benthalpyPort_b (from TwoPortHeatMassExchanger)FastHVAC connector b (positive design flow direction is from port_a to port_b)
Modelica.Blocks.Interfaces.RealOutputkAInnFormular for calculation of heat transfer coefficient on the inside
Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_aport_outTemperature and heat flow to the ambient
Modelica.Blocks.Interfaces.RealInputQFlow_inHeat flow rate to the medium

Components

TypeNameDefaultDescription
Modelica.Units.SI.MassFlowRatem_flow (from TwoPortHeatMassExchanger)enthalpyPort_a.m_flowMass flow rate from port_a to port_b (m_flow > 0 is design flow direction)
BaseClasses.WorkingFluidworkingFluid (from TwoPortHeatMassExchanger)
Modelica.Thermal.HeatTransfer.Components.ConvectionconInsConvection between fluid and solid
Modelica.Thermal.HeatTransfer.Components.ConvectionconOutConvection and conduction between solid and ambient air
Modelica.Thermal.HeatTransfer.Components.HeatCapacitorheatCapHeat Capacity
Modelica.Blocks.Sources.RealExpressionheatLossInsNominal heat loss coefficient to the inside
Modelica.Blocks.Sources.RealExpressionheatLossOutNominal heat loss coefficient to the inside
Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlowpreHeaHeat flow rate of the condenser

Revisions

  • January 22, 2019  Niklas Hülsenbeck:
    Moved into AixLib