Skip to content

Commit 8269db5

Browse files
committed
update open foam max cells to support larger decks
1 parent 98da2ab commit 8269db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)