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.
2 parents 4c904b0 + 3539354 commit 0480b2eCopy full SHA for 0480b2e
var/ramble/repos/builtin/base_applications/openfoam/base_application.py
@@ -131,7 +131,7 @@ class Openfoam(ExecutableApplication):
131
)
132
workload_variable(
133
"mesh_size",
134
- default="(226 96 96)",
+ default="(226 90 90)",
135
description="Mesh size for simulation",
136
workload="motorbike_200m",
137
@@ -143,7 +143,7 @@ class Openfoam(ExecutableApplication):
143
144
145
"max_global_cells",
146
- default="50000000",
+ default="300000000",
147
description="Max global cells for simulation",
148
workloads=["motorbike*"],
149
0 commit comments