diff --git a/_projects/mesh.md b/_projects/mesh.md index 16ecdf1..60bd798 100644 --- a/_projects/mesh.md +++ b/_projects/mesh.md @@ -9,32 +9,33 @@ related_publications: ---
In multiphase flows, the key factor is the presence of an interface separating different phases. Many physical properties, for example density and viscosity, are discontinuous across the interface. The interface also possesses localised properties including the interfacial tension. Furthermore, owing to the fact that the interface is a moving boundary, the evolution of the interface is coupled with the velocity field and pressure, and all of these must be determined simultaneously. -
-
-We adopted an approach to track the interface explicitly on a unstructured triangular mesh. An adaptive moving mesh generator was developed to follow the interface evolution and to constantly refine/coarse the computational mesh. In general, finer mesh is required near the interface as interfacial tension is the driving force in problems we interested in. Applying a coarser mesh in regions far away from the interface also reduces the computing costs.
-
-{% include figure.html path="assets/img/gen_mesh.png" title="example image" class="img-fluid rounded z-depth-1" %} +{% include figure.html path="assets/img/meshing.gif" title="example image" class="img-fluid rounded z-depth-1" %}
-Mesh generation: The goal is to generate a circular interface (drawn in red). We started with just 3 nodes on the interface and gradually refined the mesh. In the final mesh, the region near the interface has much lower mesh size. +Constant remeshing to track the movement of a droplet (interface in blue).
+
+We adopted an approach to track the interface explicitly on a unstructured triangular mesh. An adaptive moving mesh generator was developed to follow the interface evolution and to constantly refine/coarse the computational mesh. In general, finer mesh is required near the interface as interfacial tension is the driving force in problems we interested in. Applying a coarser mesh in regions far away from the interface also reduces the computing costs. +
+ +
-{% include figure.html path="assets/img/meshing.gif" title="example image" class="img-fluid rounded z-depth-1" %} +{% include figure.html path="assets/img/gen_mesh.png" title="example image" class="img-fluid rounded z-depth-1" %}
-Constant remeshing to track the movement of a droplet (interface in blue). +Mesh generation: The goal is to generate a circular interface (drawn in red). We started with just 3 nodes on the interface and gradually refined the mesh. In the final mesh, the region near the interface has much lower mesh size.