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
| Type | Name | Default | Description |
|---|---|---|---|
| FastHVAC.Media.BaseClasses.MediumSimple | medium | FastHVAC.Media.WaterSimple() | Standard charastics for water (heat capacity, density, thermal conductivity) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| FastHVAC.Interfaces.EnthalpyPort_b | enthalpyPort_b | Thermal port for output values (temperature, mass flow rate, specific enthalpy, constant specific heat capacity) | |
| Modelica.Blocks.Interfaces.RealInput | T_fluid | External real input to set the temperature of the fluid | |
| Modelica.Blocks.Interfaces.RealInput | dotm | External 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