|
TrioCFD 1.9.8
TrioCFD documentation
|
The Homogeneous Equilibrium Model (HEM) is an approximation of a multiphase flow where the phases are mechanically and thermally coupled: they move at the same velocity and have the same temperature (which may not be their saturation temperature if the fluids are not of the same type). It is based on the Pb_Multiphase problem and uses instantaneous relaxation of a fully unequilibrated model rather than a direct approach as in [69].
The Pb_Multiphase framework can model a mixture by taking advantage of the evanescence operator. By choosing alpha_res = 1 and alpha_res_min = 0.5, the system reduces to the three partial differential equations of a mixture. Without any further model, this is the Homogeneous Equilibrium Model (the two phases are dynamically locked and at the same temperature); it can be the starting point of a homogeneous relaxation model. These values simplify the evanescence momentum relation to:
\[\begin{pmatrix}\mathcal{Q}_{\text{pred}}\\ \mathcal{Q}_{\text{mino}}\end{pmatrix}\Longrightarrow\begin{pmatrix}\mathcal{Q}_{\text{pred}}+\mathcal{Q}_{\text{mino}}\\ v_{\text{mino}}=v_{\text{pred}}+v_{\text{drift}}\end{pmatrix} \]
A non-viscous two-phase flow can be described by Euler's equations, where every thermodynamic variable describes the mixture as the sum of each phase's contributions:
\[\begin{aligned} &\partial_t \rho +\partial_x (\rho u) = 0,\\ &\partial_t (\rho u) +\partial_x (\rho u^2 + P) = 0,\\ &\partial_t (\rho E) +\partial_x (\rho uH) = 0, \end{aligned} \]
with \(E=e+\frac{u^2}{2}\) the total energy and \(H=h+\frac{u^2}{2}\) the total enthalpy. The internal energy and enthalpy of the mixture depend on the volume fraction and the properties of each phase: \(\rho e=\alpha_G\rho_G e_G+(1-\alpha_G)\rho_L e_L\), \(\rho h=\alpha_G\rho_G h_G+(1-\alpha_G)\rho_L h_L\), and the mixture density is \(\rho=\alpha_G\rho_G+(1-\alpha_G)\rho_L\), with \(\alpha_G\in[0,1]\) the gas void fraction. The simplifications \(P_G=P_L\), \(T_G=T_L\), \(v_G=v_L\) reduce the number of equations; to close the system, an equation of state (EOS) for each phase is needed plus a thermodynamic relationship for the mixture.
The following EOS choices are available in Pb_HEM:
Source terms are added to the Euler system, \(\partial_t W+\nabla(F_c-F_v)=S\), with conservative variables \(W=(\rho,\ \rho U,\ \rho E,\ \varepsilon_{turb})^T\), convective flux \(F_c=(\rho U,\ \rho V\otimes U,\ (\rho E+P)U,\ \varepsilon_{turb}U)^T\), and viscous flux \(F_v=(0,\ \bar{\bar{\tau^v}}+\bar{\bar{\tau^t}},\ (\bar{\bar{\tau^v}}+\bar{\bar{\tau^t}})\cdot U-Q^v-Q^t,\ S_{turb})^T\), \(S\) the source terms and \(\varepsilon_{turb}\) the turbulence-model variables. The viscous stress tensor follows the Boussinesq hypothesis, and several turbulence models can be used.
The drift-flux model is appropriate when the two-phase flow is strongly coupled with only a small kinematic disequilibrium [77]. Zuber and Findlay [192] expressed the void-fraction-weighted mean gas velocity as \(\overrightarrow{V_g}=\frac{\langle\alpha_g\overrightarrow{v_g}\rangle}{\langle\alpha_g\rangle}=C_0\overrightarrow{J}+\overrightarrow{V_{g0}}\), with \(C_0\) the distribution parameter, \(\overrightarrow{V_{g0}}\) the mean drift velocity and \(\overrightarrow{J}=\langle\overrightarrow{j}\rangle\) the area-averaged mixture velocity ( \(\overrightarrow{j}=\alpha_g\overrightarrow{v_g}+\alpha_l\overrightarrow{v_l}\)). The constitutive equations, originally for vertical upward flows [192], [82], were extended to 3D [114], [113].
The drift velocity is implemented in Vitesse_derive_base (filling the relative-velocity table vr and its derivative dvr). Available models:
| Model | Used | Validated | Test case |
|---|---|---|---|
| Constant bubble | Yes | Yes | TRUST: canal bouillant drift & TrioCFD: Drift flux |
| Ishii-Hibiki | Yes | Yes | TRUST: canal bouillant drift & TrioCFD: Drift flux |
| Spelt | Yes | No | |
| Forces | Yes | Yes | TRUST: canal bouillant drift & TrioCFD: Drift flux |
At the component scale (e.g. nuclear core, steam generator), a porous-medium equivalent is used and the drift parameters \(C_0\), \(\overrightarrow{V_{g0}}\) are either user-defined constants or fitted (Hibiki-Ishii). At the local scale, the 3D drift velocity is derived (Manninen [114]) from a zero force balance on the dispersed phase (lift + buoyancy + dispersion + drag), currently for a dispersed gas phase in a continuous liquid phase in a vertical pipe (centrifugal acceleration neglected).
The frictional pressure drop in gas-liquid flow is expressed through a two-phase friction multiplier [51], \(\Phi_{k}^2=\frac{(\partial p/\partial z)|_{\text{two-phase}}}{(\partial p/\partial z)|_{\text{single phase }k}}\), based on the pure-liquid friction \(f_l\) and pure-gas friction \(f_g\). The base class (Multiplicateur_diphasique_base) fills a coeff table (multipliers for the single-phase and mix friction factors). Available models:
(The exact coeff matrix-filling and the void-fraction blending fractions Frag_l/Frag_g for each multiplier are given in the source / implementation.)