From 6834dc23ed50eda1ca9a87ff141b8473ad8840c6 Mon Sep 17 00:00:00 2001 From: cz295 Date: Thu, 16 Nov 2023 15:22:45 +0000 Subject: [PATCH] test --- _projects/dripping.md | 2 +- _projects/mesh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_projects/dripping.md b/_projects/dripping.md index 288a5d2..b2262e2 100644 --- a/_projects/dripping.md +++ b/_projects/dripping.md @@ -14,7 +14,7 @@ The formation of droplets from a faucet is widely observed in everyday life. At its size exceeds a certain limit. The droplet elongates, forms a neck in the middle and eventually detachs from the faucet. The final breakup process is a critical phenomenon connected to a singularity of the nonlinear Navier-Stokes equation with interface. It is a challenging issue to address for a numerical or analytical method. - +
A numerical treatment for interface topology change has been implemented to solve issues like this and we successfully simulated an experiment of water droplet formation from a faucet. diff --git a/_projects/mesh.md b/_projects/mesh.md index 5845fdb..471b761 100644 --- a/_projects/mesh.md +++ b/_projects/mesh.md @@ -11,7 +11,7 @@ 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 developped to follow the interface evolution and to constanly refine/coarse the compuational 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.