We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e122f70 commit 1b81961Copy full SHA for 1b81961
1 file changed
benchmarks/rotating-cylinders/openfoam/Snakefile
@@ -18,7 +18,7 @@ rule run_simulation_container:
18
r0=config["domain"]["r1"],
19
r1=config["domain"]["r2"],
20
nr=config["grid"]["cells_radial"],
21
- ntheta=config["grid"]["cells_angular"],
+ ntheta=config["grid"]["cells_angular"] // 4,
22
g=config["grid"]["grading"],
23
omega=config["problem"]["omega1"]
24
resources:
0 commit comments