Skip to content

Commit 1b81961

Browse files
committed
fix number of cells in angular direction
1 parent e122f70 commit 1b81961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • benchmarks/rotating-cylinders/openfoam

benchmarks/rotating-cylinders/openfoam/Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rule run_simulation_container:
1818
r0=config["domain"]["r1"],
1919
r1=config["domain"]["r2"],
2020
nr=config["grid"]["cells_radial"],
21-
ntheta=config["grid"]["cells_angular"],
21+
ntheta=config["grid"]["cells_angular"] // 4,
2222
g=config["grid"]["grading"],
2323
omega=config["problem"]["omega1"]
2424
resources:

0 commit comments

Comments
 (0)