Skip to content

Commit 0480b2e

Browse files
Merge pull request #1084 from rfbgo/openfoam_maxcells
update open foam max cells to support larger decks
2 parents 4c904b0 + 3539354 commit 0480b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

var/ramble/repos/builtin/base_applications/openfoam/base_application.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class Openfoam(ExecutableApplication):
131131
)
132132
workload_variable(
133133
"mesh_size",
134-
default="(226 96 96)",
134+
default="(226 90 90)",
135135
description="Mesh size for simulation",
136136
workload="motorbike_200m",
137137
)
@@ -143,7 +143,7 @@ class Openfoam(ExecutableApplication):
143143
)
144144
workload_variable(
145145
"max_global_cells",
146-
default="50000000",
146+
default="300000000",
147147
description="Max global cells for simulation",
148148
workloads=["motorbike*"],
149149
)

0 commit comments

Comments
 (0)