From 1d7387a683de2ad989b1703676d4bd7d4278a248 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 14 Aug 2024 15:01:31 -0300 Subject: [PATCH] vault backup: 2024-08-14 15:01:31 --- Kanban Pages/HelyxVerify.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/Kanban Pages/HelyxVerify.md b/Kanban Pages/HelyxVerify.md index d025b5d..3663996 100644 --- a/Kanban Pages/HelyxVerify.md +++ b/Kanban Pages/HelyxVerify.md @@ -76,7 +76,10 @@ runs // listed files to make one follow the timesteps of the previous. The run // will fail if relative or absolute differences are above 0. short { - // ********** Maybe future improvements ********** + // *********************************************** + // FUTURE IDEAS + // *********************************************** + // Workspace reuse: If "restart" and there is a rundir, it will be // deleted and a new one build; if "reuse" and there is a rundir, // nothing will be changed (if it doesn't, it will be created anyway). @@ -90,7 +93,17 @@ runs "system/controlDict/timestep" 0.2; } } - + + // Commands that are run to prepare to run the example + pre ( + "blockMesh" + "decomposeParDict" + ); + + // Solver. If not specified, will be picked from + // caseSetupDict/controlDict + solver "helyxSolve"; + // Post executions: This is actually the old "comparer", but now using // something different post { @@ -125,6 +138,10 @@ runs } ) // *********************************************** + // END OF FUTURE IDEAS + // *********************************************** + + steps 10; // This makes the continuations explicit, by specificing files that // form a single run.