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

Go to the source code of this file.

Namespaces

namespace  dvd_cavity
 

Functions

 dvd_cavity.cavity (N, Ra, Pr=0.71, mu=0.05, dt=8.0, steps=3000, tol=1e-5, verbose=False)
 

Variables

dict dvd_cavity.REF = {1e3: 2.243}
 
dict dvd_cavity.NU_REF = {1e3: 1.118, 1e4: 2.243, 1e5: 4.519}
 
 dvd_cavity.r = cavity(N, Ra)
 
dict dvd_cavity.e = abs(r['Nu'] - NU_REF[Ra]) / NU_REF[Ra] * 100