Product: Abaqus/Standard
Fluid pipe connector elements:
allow you to simulate discrete viscous pressure loss terms in a fluid pipe network; and
can be used to simulate control valves allowing you to reduce and/or increase the resistance to flow or alternatively to turn the flow off.
Fluid pipe connectors in Abaqus/Standard use a pure pressure formulation to model steady-state flow of a single-phase, incompressible fluid through a fully filled junction in a pipe network.
Fluid pipe connector elements are typically used to simulate the junction between two or more fluid pipe elements (see “Fluid pipe elements,” Section 32.15.1) such as a valve, T-connector, diffuser, etc.
Two types of fluid pipe connector elements are provided. For two-dimensional and axisymmetric analyses use element type FPC2D2. For three-dimensional analyses use element type FPC3D2.
You must associate a material definition with each connector element section property.
The material that is defined for the fluid pipe connector section refers to the fluid that is flowing through the connector. The properties that must be defined for the fluid are the pore fluid density and viscosity. For the viscosity definition fluid pipe connector elements support only Newtonian fluids (see “Viscosity,” Section 26.1.4).
Input File Usage: | Use all of the following options: |
*FLUID PIPE CONNECTOR SECTION, MATERIAL=material name *MATERIAL, NAME=material name *DENSITY, PORE FLUID *VISCOSITY, DEFINITION=NEWTONIAN |
The geometry of a fluid pipe connector element is expressed in terms of hydraulic area and hydraulic diameter. The hydraulic diameter is expressed in terms of the cross-sectional area (A) and the wetted perimeter (P) as . A fluid pipe connector element is defined by two nodes. Unlike the fluid pipe elements, the geometric length of fluid pipe connector elements play no role in the fluid equilibrium equations and, therefore, the nodes are usually modeled as being coincident. The viscous pressure loss across a fluid pipe connector in Abaqus/Standard is given as
are the pressures at the nodes and
;
is the fluid velocity in the pipe.
is the fluid density, and;
is a loss term.
Abaqus/Standard supports four different types of fluid pipe connector loss terms:
Standard connection type with bidirectional loss terms;
a Hooper2K connector;
a Darby3K connector, and;
a user subroutine that you can use to define bidirectional loss terms.
The standard fluid pipe connector uses constant bidirectional loss terms and
that you define. If the flow is from local node 1 to node 2, the total pressure loss is
Input File Usage: | *FLUID PIPE CONNECTOR LOSS, TYPE=CONNECTION |
This method utilizes the Hooper 2K parameters or Darby 3K parameters. The K values for different types of connectors and valves can be found in the literature. The 2K parameter or 3K parameter methods are sometimes preferable to constant bidirectional loss terms because they include a Reynold's number dependence. Irrespective of the flow direction, a flow-dependent loss value is computed during the analysis and is given by
Input File Usage: | *FLUID PIPE CONNECTOR LOSS, TYPE=HOOPER2K *FLUID PIPE CONNECTOR LOSS, TYPE=DARBY3K |
You can specify bidirectional connector loss terms ( and
) for fluid pipe connector elements using user subroutine UFLUIDCONNECTORLOSS. As with the standard connector, if the flow is from local node 1 to node 2, the total pressure loss is
Input File Usage: | *FLUID PIPE CONNECTOR LOSS, TYPE=USER |
You can specify the laminar flow transition parameter that is used to switch flow computations from a purely laminar, linear formulation to a nonlinear iterative formulation. The Hooper 2K and Darby 3K methods include Reynold's number dependence. Therefore, the laminar flow transition can be used only when the connector loss is defined by either one of these types. This ensures better convergence when the flow in the connector is zero or close to zero in magnitude. The default laminar transition flow Reynold's number is 1.0. User subroutine UFLUIDCONNECTORLOSS is not called when the computed Re is less than the default or specified value.
Input File Usage: | *FLUID PIPE CONNECTOR LOSS, LAMINAR FLOW TRANSITION=Reynold's number value |
You can control the flow in the connector by simulating the presence of a control valve. By default, no valve behavior is defined and the fluid is fully flowing. When activated, user subroutine UFLUIDCONNECTORVALVE is called to determine the valve opening whose value must be between 0.0 and 1.0. The valve control option is valid only with the Hooper 2K and Darby 3K connector loss methods. This is because the flow in the connector can be set to zero, and the use of laminar flow transition gives better convergence behavior under these conditions.
Input File Usage: | *FLUID PIPE CONNECTOR LOSS, VALVE CONTROL=USER |
You can define an initial temperature or field distribution over the nodes of the fluid pipe connector elements.
Input File Usage: | Use one or both of the following options: |
*INITIAL CONDITIONS, TYPE=TEMPERATURE *INITIAL CONDITIONS, TYPE=FIELD |
Fluid pipe connector elements allow for the specification of pressure boundary conditions and volumetric flow rates at the nodes. The flow rate must be a nonzero value. At a particular node, either a pressure or flow rate can be specified but not both. Since the fluid pipe connectors do not use the geometric length in the fluid equilibrium equations, gravity loads are not supported for these elements.