Aerodynamic Networks

Aerodynamic networks are made of a concatenation of network elements filled with a compressible medium which can be considered as an ideal gas. An ideal gas satisfies

$\displaystyle p=\rho R T,$ (397)

where p is the pressure, $ \rho$ is the density, $ R$ is the specific gas constant and $ T$ is the absolute temperature. A network element (see section 6.2.33) consists of three nodes: in the corner nodes the temperature and pressure are the unknowns, in the midside node the mass flow is unknown. The corner nodes play the role of crossing points in the network, whereas the midside nodes represent the flow within one element. To determine these unknowns, three types of equations are available: conservation of mass and conservation of energy in the corner nodes and conservation of momentum in the midside node. Right now, only stationary flow is considered.

The stationary form of the conservation of mass for compressible fluids is expressed by:

$\displaystyle \mathbf{\nabla} \cdot ( \rho \mathbf{v}) = 0$ (398)

where $ \mathbf{v}$ the velocity vector. Integration over all elements connected to corner node i yields:

$\displaystyle \sum_{j \in \text{in}} \dot{m}_{ij} = \sum_{j \in \text{out}} \dot{m}_{ij},$ (399)

where $ \dot{m}_{ij}$ is the mass flow from node i to node j or vice versa. In the above equation $ \dot{m}_{ij}$ is always positive.

The conservation of momentum or element equations are specific for each type of fluid section attributed to the element and are discussed in Section 6.4 on fluid sections. For an element with corner nodes i,j it is generally of the form $ f({p_{t_i}}, {T_{t_i}}, \dot{m}_{ij},{p_{t_j}})=0$ (for positive $ \dot{m}_{ij}$, where p is the total pressure and $ T_t$ is the total temperature), although more complex relationships exist. Notice in particular that the temperature pops up in this equation (this is not the case for hydraulic networks).

The conservation of energy for an ideal gas in stationary form requires ([26], see also Equation (29)):

$\displaystyle \mathbf{\nabla} \cdot (\rho h_t \mathbf{v}) = - \mathbf{\nabla} \cdot \mathbf{q} + \rho h^{\theta} + \rho \mathbf{f} \cdot \mathbf{v},$ (400)

where $ \mathbf{q}$ is the external heat flux, $ h^{\theta}$ is the body flux per unit of mass and $ \mathbf{f}$ is the body force per unit of mass. $ h_t$ is the total enthalpy satisfying:

$\displaystyle h_t = c_p T + \frac{\mathbf{v} \cdot \mathbf{v}}{2},$ (401)

where $ c_p$ is the specific heat at constant pressure and $ T$ is the absolute temperature (in Kelvin). This latter formula only applies if $ c_p$ is considered to be independent of the temperature. This is largely true for a lot of industrial applications. In this connection the reader be reminded of the definition of total temperature and total pressure (also called stagnation temperature and stagnation pressure, respectively):

$\displaystyle T_t = T + \frac{\mathbf{v} \cdot \mathbf{v}}{2 c_p},$ (402)

and

$\displaystyle \frac{p_t}{p}= \left(\frac{T_t}{T} \right) ^{\frac{\kappa}{\kappa-1}},$ (403)

where $ \kappa = c_p/c_v$. $ T$ and $ p$ are also called the static temperature and static pressure, respectively.

If the corner nodes of the elements are considered to be large chambers, the velocity $ \mathbf{v}$ is zero. In that case, the total quantities reduce to the static ones, and integration of the energy equation over all elements belonging to end node $ i$ yields [19]:

$\displaystyle c_p (T_i) \sum_{j \in \text{in}} T_j \dot{m}_{ij} - c_p (T_i) T_i...
...\text{out}} \dot{m}_{ij} + \overline{h}(T_i, T) (T - T_i) + m_i h_i^{\theta}=0,$ (404)

where $ \overline{h}(T_i,T)$ is the convection coefficient with the walls. Notice that, although this is not really correct, a slight temperature dependence of $ c_p$ is provided for. If one assumes that all flow entering a node must also leave it and taking for both the $ c_p$ value corresponding to the mean temperature value of the entering flow, one arrives at:

$\displaystyle \sum_{j \in \text{in}} c_p (T_m) (T_j-T_i) \dot{m}_{ij} + \overline{h}(T_i, T) (T - T_i) + m_i h_i^{\theta}=0.$ (405)

where $ T_m=(T_i+T_j)/2$.

The calculation of aerodynamic networks is triggered by the *HEAT TRANSFER keyword card. Indeed, such a network frequently produces convective boundary conditions for solid mechanics heat transfer calculations. However, network calculations can also be performed on their own.

A particularly delicate issue in networks is the number of boundary conditions which is necessary to get a unique solution. To avoid ending up with more or less equations than unknowns, the following rules should be obeyed:

Output variables are the mass flow (key MF on the *NODE PRINT or *NODE FILE card), the total pressure (key PN -- network pressure -- on the *NODE PRINT card and PT on the *NODE FILE card) and the total temperature (key NT on the *NODE PRINT card and TT on the *NODE FILE card). Notice that the labels for the *NODE PRINT keyword are more generic in nature, for the *NODE FILE keyword they are more specific. These are the primary variables in the network. In addition, the user can also request the static temperature (key TS on the *NODE FILE card). Internally, in network nodes, components one to three of the structural displacement field are used for the mass flow, the total pressure and the static temperature, respectively. So their output can also be obtained by requesting U on the *NODE PRINT card.