#!/bin/sh
cd “${0%/*}” || exit # Run from this directory
#——————————————————————————(cd steady && ./Allrun-parallel)
(cd transient && ./Allrun-parallel)
#——————————————————————————
実行年月:08/02/2024
OPENFOAM® is a registered trade mark of OpenCFD Limited, producer and distributor of the OpenFOAM software via www.openfoam.com
OPENFOAM® is a registered trade mark of OpenCFD Limited, producer and distributor of the OpenFOAM software via www.openfoam.com
#!/bin/sh
cd “${0%/*}” || exit # Run from this directory
#——————————————————————————(cd steady && ./Allrun-parallel)
(cd transient && ./Allrun-parallel)
#——————————————————————————
実行年月:08/02/2024