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

Check particle settling velocity via inertia time #584

Open
Gorkowski opened this issue Jan 19, 2025 · 0 comments
Open

Check particle settling velocity via inertia time #584

Gorkowski opened this issue Jan 19, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Gorkowski
Copy link
Collaborator

See if we should change the base settling velocity calculation to use particle inertia, and if that gives the same answer. This would consolidate settling velocity calc and make it more a derived value.

The settling velocity (v_s) is given by:

    v_s = g * τ_p * C_c

- v_s : Settling velocity [m/s]
- g (gravitational_acceleration) : Gravitational acceleration [m/s²]
- τ_p (particle_inertia_time) : Particle inertia time [s]
- C_c (slip_correction_factor) : Cunningham slip correction factor [-]
@Gorkowski Gorkowski added the enhancement New feature or request label Jan 19, 2025
@Gorkowski Gorkowski changed the title Check particle settling velocity value via inertia time Check particle settling velocity via inertia time Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant