Card 9 - JUNCTION_3DFLOW Ducts/Streams Junction to 3D Flow Definition
This optional card defines the ducts/streams junction to 3D flow.
Parameters: KODE
, N1
, T1
,
T2
, T3
, T4
KODE
KODE
is the code JUNCTION_3DFLOW
(or 134)
N1
N1
is the JUNCTION_3DFLOW card ID. Cards with the same ID reference
the same ducts/streams to 3D flow junction.
T1 = NAME
T1 = NAME
(or 1) indicates the name for the ducts/streams junction
that is specified in T2
.
T1 = TYPE
T1 = TYPE
(or 5) indicates the flow direction that is specified in
T2
.
T2 = INFLOW
(or 1) indicates that the flow is entering into the 3D fluid domain.T2 = OUTFLOW
(or 2) indicates that the flow is leaving the 3D fluid domain.
T1 = TRANSFER
T1 = TRANSFER
(or 6) indicates the transfer option that is specified
in T2
.
T2 = MASS
(or 1) indicates that the mass flow is transferred between the junction and the 3D fluid domain.T2 = PRESSURE
(or 2) indicates that the absolute pressure is transferred between the junction and the 3D fluid domain.T3
specifies the absolute pressure value.T4
specifies the table or expression used to calculate pressure instead of junction pressure.
T1 = DUCT_NODE
T1 = DUCT_NODE
(or 4) specifies the duct node that is connected to
the junction.
T2 = FLOW_SIDE
(or 1) indicates the node attached to the 3D CFD domain.T3
is the 0D element number.T2 = TMG_SIDE
(or 2) indicates the node attached to the 1D duct domain.T3
is the 0D element number.
T1 = DUCT_ELEMENT
T1 = DUCT_ELEMENT
(or 3)specifies the duct element, specified in
T2
, that is connected to the junction. T2
is
the element number.
T1 = ENTRY
T1 = ENTRY
(or 7) specifies that a duct or a stream, specified in
T2
, is connected to the junction.
T2 = STREAM
(or 1) indicates a stream connected to the junction.T3
is the thermal stream ID.T2 = DUCT
(or -1) indicates a duct label connected to the junction.T3
is the duct label ID.
Code example
JUNCTION_3DFLOW 1 NAME "Junction-OutM"
JUNCTION_3DFLOW 1 TYPE OUTFLOW
JUNCTION_3DFLOW 1 TRANSFER MASS
JUNCTION_3DFLOW 1 DUCT_NODE FLOW_SIDE 339472
JUNCTION_3DFLOW 1 DUCT_NODE TMG_SIDE 339473
JUNCTION_3DFLOW 1 DUCT_ELEMENT 339474
JUNCTION_3DFLOW 1 ENTRY STREAM 4
JUNCTION_3DFLOW 1 ENTRY DUCT 1