|
flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
Functions | |
| test_extraction (filename) | |
| save_vtp (filename, pores) | |
Variables | |
| pores = test_extraction(sys.argv[1]) | |
| str | outfile = "pores.vtp" |
| str | default_file = "data/packing_ring.vti" |
Smoke test for pore-network extraction from an SDF.
| test_extraction.test_extraction | ( | filename | ) |
Definition at line 8 of file test_extraction.py.
| test_extraction.save_vtp | ( | filename, | |
| pores | |||
| ) |
Definition at line 30 of file test_extraction.py.
| test_extraction.pores = test_extraction(sys.argv[1]) |
Definition at line 59 of file test_extraction.py.
| str test_extraction.outfile = "pores.vtp" |
Definition at line 60 of file test_extraction.py.
| str test_extraction.default_file = "data/packing_ring.vti" |
Definition at line 64 of file test_extraction.py.