#!/bin/sh
cd “${0%/*}” || exit # Run from this directory
#——————————————————————————(cd steady && ./Allrun-parallel)
(cd transient && ./Allrun-parallel)
#——————————————————————————
実行年月:07/18/2022
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)
#——————————————————————————
実行年月:07/18/2022