|
flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
Functions | |
| packing_sdf (N, radius_frac=0.18) | |
| run (chebyshev, max_steps=200) | |
| main () | |
Variables | |
| N | |
| MU | |
| DT | |
| F | |
| verify_chebyshev_sdflow.packing_sdf | ( | N, | |
radius_frac = 0.18 |
|||
| ) |
Definition at line 14 of file verify_chebyshev_sdflow.py.
Referenced by run().
| verify_chebyshev_sdflow.run | ( | chebyshev, | |
max_steps = 200 |
|||
| ) |
Definition at line 30 of file verify_chebyshev_sdflow.py.
References packing_sdf().
Referenced by main().
| verify_chebyshev_sdflow.main | ( | ) |
Definition at line 56 of file verify_chebyshev_sdflow.py.
Referenced by main().
| verify_chebyshev_sdflow.N |
Definition at line 11 of file verify_chebyshev_sdflow.py.
| verify_chebyshev_sdflow.MU |
Definition at line 11 of file verify_chebyshev_sdflow.py.
| verify_chebyshev_sdflow.DT |
Definition at line 11 of file verify_chebyshev_sdflow.py.
| verify_chebyshev_sdflow.F |
Definition at line 11 of file verify_chebyshev_sdflow.py.