https://github.com/jguarato/lagrangian-particles
Computational codes for modeling lagrangian particles in a fluid flow.
https://github.com/jguarato/lagrangian-particles
flow particles simulation
Last synced: 9 months ago
JSON representation
Computational codes for modeling lagrangian particles in a fluid flow.
- Host: GitHub
- URL: https://github.com/jguarato/lagrangian-particles
- Owner: jguarato
- Created: 2022-04-13T22:09:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T22:43:57.000Z (about 4 years ago)
- Last Synced: 2023-09-17T23:39:26.830Z (almost 3 years ago)
- Topics: flow, particles, simulation
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simulation of lagrangian particles in a fluid flow
☑️ Particles are assumed to be spherical.
☑️ One-way coupling between fluid and particles is considered, so there is no particle collision modeling in this code.
☑️ The fluid velocity field has to be pre-set.
There are two similar codes available here:
lagrangian_particles: This code is setup based on the motion of small particles in a cellular flow field (Maxey, 1987).
lagrangian_particles_bubble: This is based on a flow of air bubbles in a two-dimensional channel.
In addition to the case setup, the difference between the codes lies in the calculation of the forces acting on the particles and the types of boundary condition available.
👩🏻🎓 These codes were developed during my graduate studies.
👩🏻💻 Last modified on: November, 2018.