Skip to content
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

Discretizing Laplace operator #394

Open
LasNikas opened this issue Feb 23, 2024 · 1 comment
Open

Discretizing Laplace operator #394

LasNikas opened this issue Feb 23, 2024 · 1 comment

Comments

@LasNikas
Copy link
Collaborator

Assuming incompressibility of the fluid, the viscous acceleration simplifies to
$$\frac{d\textbf{v}}{dt} = \frac{\eta}{\rho} \nabla^2 \textbf{v}$$

In Price 2012 the second derivative of a vector is given as
image

where
image

Why is Adami 2012 discretizing the above viscous acceleration this way:
image

Is this the same? Where is the factor of 2?

@svchb
Copy link
Collaborator

svchb commented Apr 23, 2024

Another formulation can also be found here:
J. Morris et al., "Modeling Low Reynolds Number Incompressible Flows Using SPH",
In: Journal of Computational Physics, Volume 136, Issue 1, 1997, Pages 214-226.
doi: doi.org/10.1006/jcph.1997.5776

which is also used here:
G. Fourtakas et al., "Local uniform stencil (LUST) boundary condition for arbitrary
3-D boundaries in parallel smoothed particle hydrodynamics (SPH) models",
In: Computers & Fluids, 2019.
doi: doi.org/10.1016/j.compfluid.2019.06.009

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants