Anton Haumer
Technical Consulting & Electrical Engineering
A-3423 St.Andrae-Woerdern, Austria
email: a.haumer@haumer.at
Dr.Christian Kral
Österreichisches Forschungs- und Prüfzentrum Arsenal Ges.m.b.H.
arsenal research
Giefinggasse 2
A-1210 Vienna, Austria
Copyright © 1998-2009, Modelica Association, Anton Haumer and arsenal research.
The Modelica package is free software; it can be redistributed and/or modified under the terms of the Modelica license, see the license conditions and the accompanying disclaimer here.
Extends from Modelica.Icons.Library2 (Icon for library where additional icon elements shall be added).
Name | Description |
---|---|
FlowPort | conector flow port |
FlowPort_a | Filled flow port (used upstream) |
FlowPort_b | Hollow flow port (used downstream) |
Partials | Partial models |
Type | Name | Default | Description |
---|---|---|---|
Medium | medium | Medium in the connector |
Type | Name | Description |
---|---|---|
Medium | medium | Medium in the connector |
Pressure | p | [Pa] |
flow MassFlowRate | m_flow | [kg/s] |
SpecificEnthalpy | h | [J/kg] |
flow EnthalpyFlowRate | H_flow | [W] |
connector FlowPort "conector flow port" parameter FluidHeatFlow.Media.Medium medium "Medium in the connector"; Modelica.SIunits.Pressure p; flow Modelica.SIunits.MassFlowRate m_flow; Modelica.SIunits.SpecificEnthalpy h; flow Modelica.SIunits.EnthalpyFlowRate H_flow;end FlowPort;
Extends from FlowPort (conector flow port).
Type | Name | Default | Description |
---|---|---|---|
Medium | medium | Medium in the connector |
Type | Name | Description |
---|---|---|
Medium | medium | Medium in the connector |
Pressure | p | [Pa] |
flow MassFlowRate | m_flow | [kg/s] |
SpecificEnthalpy | h | [J/kg] |
flow EnthalpyFlowRate | H_flow | [W] |
connector FlowPort_a "Filled flow port (used upstream)" extends FlowPort;end FlowPort_a;
Extends from FlowPort (conector flow port).
Type | Name | Default | Description |
---|---|---|---|
Medium | medium | Medium in the connector |
Type | Name | Description |
---|---|---|
Medium | medium | Medium in the connector |
Pressure | p | [Pa] |
flow MassFlowRate | m_flow | [kg/s] |
SpecificEnthalpy | h | [J/kg] |
flow EnthalpyFlowRate | H_flow | [W] |
connector FlowPort_b "Hollow flow port (used downstream)" extends FlowPort;end FlowPort_b;