Hello everyone,
I have a question regarding the use of viscosity and artificial viscosity in Smoothed Particle Hydrodynamics (SPH) for ABAQUS Explicit dynamic analysis.
Here's the setup I'm working with:
I have a simple wind turbine modeled as a 2-point spring-dashpot system connected to a cylindrical tank. The tank contains fluid, modeled initially as solid elements and then converted into particles using Kernel Interpolation with a PPD value of 2.
The goal of my analysis is to evaluate the system's dynamic response over time with different fluid viscosities.
Parameters I've Tried
For water:
My input file is fully generated via Python scripting for flexibility.
The Challenge
Now, I want to simulate oil instead of water, while keeping all other parameters the same except for dynamic viscosity, which I increased to 0.1 Pa·s (100× more viscous than water).
However, I encounter an issue:
My Question
How can I correctly implement the role of oil viscosity (0.1 Pa·s) in this SPH analysis? Specifically:
I’d really appreciate any suggestions or insights, especially if someone has experience with SPH and viscosity tuning in ABAQUS Explicit.
Thank you!