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 c0c1920 commit ec42490Copy full SHA for ec42490
1 file changed
benchmarks/rotating-cylinders/openfoam/Snakefile
@@ -5,15 +5,15 @@ with open("parameters.json") as f:
5
config = json.load(f)
6
7
rule all:
8
- input: "postprocessing/done"
+ input: "postProcessing/done"
9
10
11
rule run_simulation_container:
12
input:
13
template="system/blockMeshDict.template"
14
output:
15
directory("1000"),
16
- touch("postprocessing/done")
+ touch("postProcessing/done")
17
params:
18
r0=config["domain"]["r1"],
19
r1=config["domain"]["r2"],
@@ -43,5 +43,5 @@ rule run_simulation_container:
43
ls -la
44
tail log.simpleFoam
45
46
- touch postprocessing/done
+ touch postProcessing/done
47
"""
0 commit comments