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

@ -6,9 +6,9 @@ FoamFile
object U; object U;
} }
dimensions [ 0 1 -1 0 0 0 0 ]; dimensions [ 0 1 -1 0 0 0 0 ]; // 0 m^1 s^-1 0 0 0 0
internalField uniform ( 0.1 0 0 ); internalField uniform ( 2 0 0 ); // x, y, z direction
boundaryField boundaryField
{ {

View file

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