Browse Source

vault backup: 2024-08-14 15:01:31

master
Julio Biason 1 month ago
parent
commit
1d7387a683
  1. 19
      Kanban Pages/HelyxVerify.md

19
Kanban Pages/HelyxVerify.md

@ -76,7 +76,10 @@ runs
// listed files to make one follow the timesteps of the previous. The run // listed files to make one follow the timesteps of the previous. The run
// will fail if relative or absolute differences are above 0. // will fail if relative or absolute differences are above 0.
short { short {
// ********** Maybe future improvements ********** // ***********************************************
// FUTURE IDEAS
// ***********************************************
// Workspace reuse: If "restart" and there is a rundir, it will be // 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, // 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). // nothing will be changed (if it doesn't, it will be created anyway).
@ -91,6 +94,16 @@ runs
} }
} }
// 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 // Post executions: This is actually the old "comparer", but now using
// something different // something different
post { post {
@ -125,6 +138,10 @@ runs
} }
) )
// *********************************************** // ***********************************************
// END OF FUTURE IDEAS
// ***********************************************
steps 10; steps 10;
// This makes the continuations explicit, by specificing files that // This makes the continuations explicit, by specificing files that
// form a single run. // form a single run.

Loading…
Cancel
Save