modelFluidSource

Ideal fluid source

Extends from AixLib.Obsolete.BaseClasses.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions).

Information

Overview

Model for an ideal fluid source with real input connectors to set the mass flow and the temperature of the fluid.

Concept

The output of the fluid source includes following values:

  • mass flow rate
  • temperature
  • specific enthalpy
  • specific heat capacity


The fluid source uses the real input to set the flow mass rate and the temperature of the fluid. The specific heat capacity of the medium is referred to the record SimpleMedium. The specific enthalpy is a dependent variable (h=T*cp).

Example Results

Examples can be found in FluidSource

Parameters

TypeNameDefaultDescription
FastHVAC.Media.BaseClasses.MediumSimplemediumFastHVAC.Media.WaterSimple()Standard charastics for water (heat capacity, density, thermal conductivity)

Connectors

TypeNameDefaultDescription
FastHVAC.Interfaces.EnthalpyPort_benthalpyPort_bThermal port for output values (temperature, mass flow rate, specific enthalpy, constant specific heat capacity)
Modelica.Blocks.Interfaces.RealInputT_fluidExternal real input to set the temperature of the fluid
Modelica.Blocks.Interfaces.RealInputdotmExternal real input to set the mass flow rate

Revisions

  • April 25, 2017  by Tobias Blacha:
    Moved into AixLib
  • December 16, 2014  by Konstantin Finkbeiner:
    Implemented