-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extending square droplet example at high Re to droplet impact on a solid surface #497
Comments
Hi Nilot, thx for sharing the results. |
@ChiZhangatTUM, sure.
|
Hi all, |
Hi Nilot-pal, thx for sharing your results. |
In the Ref, the time step seems VERY small, compared with that of SPHinXsys. You can try to change the time step size of SPHinxsys, to see if the simulation can be stable. In SPHinXsys, the Re number is determined by the viscosity with predefined characteristic length and velocity. |
FYI, in SPHinXsys, the U_max or U_ref should be 10 times of the characteristic velocity, following the weakly-compressible assumption. |
@ChiZhangatTUM , well thank you for the replies. So I did a quick check with the Riemann solver and am getting similar results for the 2D case (I am sure the same can be inferred for 3D). My goal is to reproduce the plot from experiments and/or the Iowa State paper, but currently you can see the results do not match beyond a certain value of the non-dimensional time. There are more details which I am finding difficult to explain without a meeting. |
@nilot-pal Have you ever test the oscillation frequency of the droplet to make the surface tension parameter is correctly implemented? |
@Xiangyu-Hu, I understand your concern and hence want to clarify it. I think there are two different surface tension models used in the Iowa State paper (Yang, X., & Kong, S. C. (2018). 3D simulation of drop impact on dry surface using SPH method. International Journal of Computational Methods, 15(03), 1850011) . One of them (let's call it S1) is for the droplet-wall interaction and the other (let's call it S2) is for treatment of the air-water interphase. Whether the authors actually used S2 is not clear from their paper, as their problem setup doesn't show air or the properties table doesn't contain physical properties of air. So, the results that I shared are from the simulation of a water droplet (no surrounding air) impacting a solid wall (with S1 implemented). Now when I implemented S1 for the droplet oscillation problem (refer #378), I get the following plots for the X and Y coordinates of the center of mass of upper left quarter:
|
@nilot-pal I am quite confused. Are you using the new surface tension model in SPHinXsys or you are still using the old one? |
@nilot-pal Also, in the reference paper you referred, they are not using an explicit surface tension at al. The surface tension is implicit given from the EOS, therefore, they obtain the surface tension after the simulation by measure the pressure drop. |
@nilot-pal Sorry that I missed that the new reference paper. It is using a explicit surface tension model. |
Hi all,
$Re = \rho_w U_{max} l/\mu_w$ $\rho_w$ = density of heavier fluid (here water)
$U_{max}$ = maximum anticipated flow speed
$l$ = characteristic length = smoothing length = 1.3 * particle ref. spacing
$\mu_w$ = dynamic viscosity of heavier fluid$U_{max}$ :
$U_{max} = max (v1,v2,v3)$ $\sqrt(\sigma/(\rho_w*l))$ ; v2 = $\sigma/\mu_w$ ; v3 = $\mu_w/(\rho_w*l)$ $\eta = 3$ for these tests. My results were as follows:
I am experiencing a problem in SPHinXsys which I will attempt to describe in a single issue. However, if you want me to create additional issues, let me know and I will do likewise.
I was trying to extend the square droplet deformation example to circular droplet impact at high Re and We nos. For this, I was first trying to get the square droplet example to work at high Re. Although the equations in SPHinXsys are not non-dimensionalized, my naive understanding of the calculation of Re is as follows:
where
For the square droplet example, this is how I calculated
where v1, v2 and v3 are found using the balance of inertial, viscous and surface tension forces as follows:
v1 =
Before setting up the parameters to get a high Re, I changed each from it's default value one at a time to look at the effect on the droplet behavior. Note that I've been using the acoustic Riemann solver with
The red colored values indicate they've been changed from their default values. In the result column, the red particles are water, blue particles are air and white is solid. One thing I noted in all these simulations is that the advective and acoustic time steps are equal. Also, for high Re cases, the particles just disappear. For low Re cases, the droplet behavior is quite stable (for the 2nd case, the droplet changes shape and then doesn't move at all. High dissipation, maybe?)
My questions are:
30.11.2023_21.09.35_REC (screenrec.com)
For a droplet impact experiment, I thought my constraints would be the Re and We nos. I have done one such experiment with the following values of parameters:
1. From my table, I thought that a high value of
2. A small value of
3. The only parameters left were
My result was as follows:
https://screenrec.com/share/79XJkLjaVx
Here, the droplet first spreads on the bottom wall and then the film moves upwards along the side walls. Till the formation of this film, the droplet seems to behave as expected (spreading at high Re and We is recorded in literature). After that it seems like there is not enough dissipation to stop this film from moving along the side walls.
What might be causing this issue?
The text was updated successfully, but these errors were encountered: