3.13. Arbitrary Lagrangian-Eulerian
Aria supports solving general transport equations on grids with arbitrary grid motion using an Arbitrary Lagrangian-Eulerian formulation. The following is a brief introduction based on a series of detailed lecture notes [32].
Consider a region undergoing arbitrary mesh motion described by the mapping , where
is a spatial coordinate and
is the referential coordinate. For this region, conservation of mass written with respect to the current spatial configuration is
Here, is the density,
is the convective velocity with
the material velocity and
the mesh velocity. The time derivative here is with
held fixed i.e., it is the referential time derivative. The gradient operator
, unless otherwise stated, is with respect to the spatial coordinate
. The determinant of the mesh Jacobian
is defined as
where the mesh Jacobian is . Using the following relation for referential time derivative of the determinant of the mesh Jacobian
the strong form, with the advective term written in terms of the divergence of the relative mass flux is
The equivalent strong form with an advective term written in non-relative mass flux divergence form is
Note that in either form, the last term that appears is a mesh motion correction term. For the relative mass flux formulation, this term corrects the mass term, whereas for the non-relative form it corrects both the mass term and advective term i.e., boundary mesh fluxes are not explicitly included.
Lastly, a third form is the so called advective form, i.e.,
Given that the equivalent conservation of mass with respect to a material particle is
we can obtain the following ALE relation between the material time derivative of some quantity (here the density) and the referential time derivative of the quantity
This ALE relation can be used to derive advective forms for other equations e.g., for the energy equation
Depending on the equation, Aria supports either one or more of these forms.