flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
Loading...
Searching...
No Matches
test_ibm_exactness Namespace Reference

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 ()
 

Function Documentation

◆ poly_D_pt()

test_ibm_exactness.poly_D_pt (   xi)

Definition at line 3 of file test_ibm_exactness.py.

Referenced by apply_ibm_1d().

◆ poly_Nnb_pt()

test_ibm_exactness.poly_Nnb_pt (   xi)

Definition at line 4 of file test_ibm_exactness.py.

Referenced by apply_ibm_1d().

◆ poly_Nc_pt()

test_ibm_exactness.poly_Nc_pt (   xi)

Definition at line 5 of file test_ibm_exactness.py.

Referenced by apply_ibm_1d().

◆ poly_Nbc_pt()

test_ibm_exactness.poly_Nbc_pt (   xi)

Definition at line 6 of file test_ibm_exactness.py.

Referenced by apply_ibm_1d().

◆ poly_D_avg()

test_ibm_exactness.poly_D_avg (   xi)

Definition at line 8 of file test_ibm_exactness.py.

Referenced by apply_ibm_1d().

◆ poly_Nnb_avg()

test_ibm_exactness.poly_Nnb_avg (   xi)

Definition at line 9 of file test_ibm_exactness.py.

Referenced by apply_ibm_1d().

◆ poly_Nc_avg()

test_ibm_exactness.poly_Nc_avg (   xi)

Definition at line 10 of file test_ibm_exactness.py.

Referenced by apply_ibm_1d().

◆ poly_Nbc_avg()

test_ibm_exactness.poly_Nbc_avg (   xi)

Definition at line 11 of file test_ibm_exactness.py.

Referenced by apply_ibm_1d().

◆ apply_ibm_1d()

test_ibm_exactness.apply_ibm_1d (   u_c,
  u_nb,
  u_bc,
  xi,
  mu,
  dx,
  scheme = 'point' 
)

◆ 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().