#!/bin/sh
cd “${0%/*}” || exit # Run from this directory
#—————————————————————————–(cd overset-1 && ./Allrun)
(cd overset-2 && ./Allrun)
(cd background && ./Allrun)
#——————————————————————————
実行年月:02/06/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 overset-1 && ./Allrun)
(cd overset-2 && ./Allrun)
(cd background && ./Allrun)
#——————————————————————————
実行年月:02/06/2024