Skip to content

Commit

Permalink
kernel plotted
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorkowski committed Feb 11, 2025
1 parent 1ca6e80 commit 9f27611
Show file tree
Hide file tree
Showing 3 changed files with 584 additions and 340 deletions.

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,7 @@ def get_kernel_ao2008_via_system_state(
re_threshold=0.1,
)
)
particle_velocity = np.abs(
particle_settling_velocity - relative_velocity
)
particle_velocity = np.abs(particle_settling_velocity - relative_velocity)

# 4. Turbulence scales
fluid_rms_velocity = gas_properties.get_fluid_rms_velocity(
Expand Down

0 comments on commit 9f27611

Please sign in to comment.