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 be9f4f5 + ca3f91b commit 5d31bdaCopy full SHA for 5d31bda
var/ramble/repos/builtin/base_applications/openfoam/base_application.py
@@ -421,6 +421,13 @@ class Openfoam(ExecutableApplication):
421
file="{experiment_run_dir}/log.simpleFoam",
422
)
423
424
+ success_criteria(
425
+ "nan",
426
+ mode="string",
427
+ anti_match=r".*?[+-=\s]nan",
428
+ file="{experiment_run_dir}/log.simpleFoam",
429
+ )
430
+
431
def _prepare_analysis(self, workspace, app_inst=None):
432
conf_path = self.expander.expand_var(self.config_file)
433
0 commit comments