This commit is contained in:
dino.celebic 2026-01-26 21:18:49 +01:00
commit 4eed90072a
2 changed files with 4 additions and 5 deletions

View file

@ -1,12 +1,11 @@
#!/bin/bash
set -e -u
. ../../tools/log.sh
. ../preCICE_tools/log.sh
exec > >(tee --append "$LOGFILE") 2>&1
blockMesh
../../tools/run-openfoam.sh "$@"
. ../../tools/openfoam-remove-empty-dirs.sh && openfoam_remove_empty_dirs
buoyantPimpleFoam
close_log