LinFlowAcouPDE
LinFlow-acoustic coupling¶
Solving the thermoviscous acoustic formulation is only necessary when thermal and viscous boundary layers have significant effects (i.e., near walls). In the regions where no viscous effects occur, the standard wave equation (Acoustic PDE) can be used, which only has one scalar unknown and is computationally more efficient than LinFlow PDE. The coupling between these two PDEs will be discussed here.
Coupling conditions¶
Following transmission conditions along the acoustic-LinFlow interface \Gamma_i have to be fulfilled
where \sigma_\mathrm{a}, \sigma_\mathrm{v}, p_\mathrm{a}, v_\mathrm{a}, and v_\mathrm{v} are acoustic stress tensor, LinFlow viscous stress tensor, acoustics pressure, acoustics velocity and LinFlow velocity, respectively. The continuity of pressure means that the net force should be zero on the (massless) interface separating the fluids. Note that this coupling transmission is not valid where the viscous boundary layer exists. The continuity of the normal component of velocity implies that the fluid should stay in contact.
We assume region \Omega_\mathrm{a} is modeled by the acoustics PDE (assuming non-viscous fluid) and \Omega_\mathrm{v} by the LinFlow PDE and the normal vectors fulfill the following relations \begin{equation} \mathbf n = \mathbf n_\mathrm{a} = - \mathbf n_\mathrm{v}\,. \end{equation}
Weak formulation¶
The first transmission equation according to \eqref{eq:trans1} can be directly used and substituted into the balance of momentum in LinFlow PDE so that the surface term gets the form
Furthermore, the conservation of momentum for acoustics in \Omega_\mathrm{a} (non-viscous fluid) reads as \begin{equation} \nabla p_\mathrm{a} = - \rho_0 \frac{\partial \mathbf v_\mathrm{a}}{\partial t}\,. \end{equation} This relation and \eqref{eq:trans2} allows to rewrite the surface term in the weak form of Acoustic PDE as follows
Analysis Types¶
Same as LinFlow PDE and Acoustic PDE, the coupling can be solved in harmonic transient studies.
- Harmonic
not validated yet: Transient
Defining the coupling¶
LinFlow-acoustics coupling benefits form non-conforming interfaces option. Therefore in the simulation xml-file, the non-conforming interface option needs to be defined as
<domain geometryType="">
<regionList>
<region name="" material=""/>
</regionList>
<surfRegionList>
<surfRegion name="LinFLow"/>
<surfRegion name="acoustics"/>
</surfRegionList>
<ncInterfaceList>
<ncInterface name="LinFLow_acou_interface" masterSide="LinFLow" slaveSide="acoustics"/>
</ncInterfaceList>
</domain>
masterSide
and the acoustics interface is considered as the slaveSide
.
In the direct coupling section the non-conforming interface defined in <ncInterfaceList>
will be entered as