|
flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
Functions | |
| poly_D_pt (xi) | |
| poly_Nnb_pt (xi) | |
| poly_Nc_pt (xi) | |
| poly_Nbc_pt (xi) | |
| poly_D_avg (xi) | |
| poly_Nnb_avg (xi) | |
| poly_Nc_avg (xi) | |
| poly_Nbc_avg (xi) | |
| apply_ibm_1d (u_c, u_nb, u_bc, xi, mu, dx, scheme='point') | |
| test_exactness () | |
| test_ibm_exactness.poly_D_pt | ( | xi | ) |
Definition at line 3 of file test_ibm_exactness.py.
Referenced by apply_ibm_1d().
| test_ibm_exactness.poly_Nnb_pt | ( | xi | ) |
Definition at line 4 of file test_ibm_exactness.py.
Referenced by apply_ibm_1d().
| test_ibm_exactness.poly_Nc_pt | ( | xi | ) |
Definition at line 5 of file test_ibm_exactness.py.
Referenced by apply_ibm_1d().
| test_ibm_exactness.poly_Nbc_pt | ( | xi | ) |
Definition at line 6 of file test_ibm_exactness.py.
Referenced by apply_ibm_1d().
| test_ibm_exactness.poly_D_avg | ( | xi | ) |
Definition at line 8 of file test_ibm_exactness.py.
Referenced by apply_ibm_1d().
| test_ibm_exactness.poly_Nnb_avg | ( | xi | ) |
Definition at line 9 of file test_ibm_exactness.py.
Referenced by apply_ibm_1d().
| test_ibm_exactness.poly_Nc_avg | ( | xi | ) |
Definition at line 10 of file test_ibm_exactness.py.
Referenced by apply_ibm_1d().
| test_ibm_exactness.poly_Nbc_avg | ( | xi | ) |
Definition at line 11 of file test_ibm_exactness.py.
Referenced by apply_ibm_1d().
| test_ibm_exactness.apply_ibm_1d | ( | u_c, | |
| u_nb, | |||
| u_bc, | |||
| xi, | |||
| mu, | |||
| dx, | |||
scheme = 'point' |
|||
| ) |
Definition at line 13 of file test_ibm_exactness.py.
References poly_D_avg(), poly_D_pt(), poly_Nbc_avg(), poly_Nbc_pt(), poly_Nc_avg(), poly_Nc_pt(), poly_Nnb_avg(), and poly_Nnb_pt().
Referenced by test_exactness().
| test_ibm_exactness.test_exactness | ( | ) |
Definition at line 45 of file test_ibm_exactness.py.
References apply_ibm_1d(), and test_exactness().
Referenced by test_exactness().