flow 0.4.0
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
Loading...
Searching...
No Matches
ghost_collocated_apriori.py File Reference

Go to the source code of this file.

Namespaces

namespace  ghost_collocated_apriori
 

Functions

 ghost_collocated_apriori.phi_man_grad (x, y, z)
 
 ghost_collocated_apriori.cell_fields (geo, ufun)
 
 ghost_collocated_apriori.face_avg (U3)
 
 ghost_collocated_apriori.face_openness (geo, ns=6)
 
 ghost_collocated_apriori.cell_grad (geo, P, mode, o_real=None)
 
 ghost_collocated_apriori.order (prev, cur, Nprev, N)
 
 ghost_collocated_apriori.test_constraint (Ns)
 
 ghost_collocated_apriori.test_grad_ladder (Ns)
 
 ghost_collocated_apriori.pinned_solve (A, b, activef)
 
 ghost_collocated_apriori.run_chain (geo, cc_mode)
 
 ghost_collocated_apriori.test_chain (Ns, modes=("ghost", "open", "pcc"))
 

Variables

float ghost_collocated_apriori.TP = 2.0 * np.pi
 
 ghost_collocated_apriori.ap = argparse.ArgumentParser()
 
 ghost_collocated_apriori.action
 
 ghost_collocated_apriori.args = ap.parse_args()
 
list ghost_collocated_apriori.Ns_eval = [16, 32, 64] if args.quick else [16, 32, 64, 128]
 
list ghost_collocated_apriori.Ns_solve = [16, 24, 32] if args.quick else [16, 24, 32, 48]
 
 ghost_collocated_apriori.c1 = test_constraint(Ns_eval)
 
 ghost_collocated_apriori.c2
 
 ghost_collocated_apriori.gauge_ok
 
 ghost_collocated_apriori.c3 = test_chain(Ns_solve)
 
 ghost_collocated_apriori.g = c3["ghost"]
 
list ghost_collocated_apriori.gates
 
int ghost_collocated_apriori.npass = 0