2dBoundaryLayerExample/boundary-layer-RANS-keps-NN/run-python~~
2026-04-24 13:14:31 +02:00

8 lines
284 B
Bash
Executable File

#!/bin/bash
# delete forst line
sed '/setup_case()/d' setup_case.py > temp_file
# add new first line plus global declarations
cat ../global temp_file modify_case.py ../synt_fluct.py \
../pyCALC-LES.py > exec-pyCALC-LES.py;
/usr/bin/time -o out python -u exec-pyCALC-LES.py > out