bin/multiphaseEulerFoam: Corrected redirection message

This commit is contained in:
Henry Weller
2022-11-04 10:02:33 +00:00
parent c5a2f486b5
commit 13002d8e1b

View File

@ -27,7 +27,7 @@
# #
# Description # Description
# Script to inform the user that multiphaseEulerFoam has been superseded # Script to inform the user that multiphaseEulerFoam has been superseded
# and replaced by the more general compressibleVoF solver module executed by # and replaced by the more general multiphaseEuler solver module executed by
# the foamRun application. # the foamRun application.
# #
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
@ -37,7 +37,7 @@ cat <<EOF
multiphaseEulerFoam has been superseded and replaced by the more general multiphaseEulerFoam has been superseded and replaced by the more general
multiphaseEuler solver module executed by the foamRun application: multiphaseEuler solver module executed by the foamRun application:
foamRun -solver compressibleVoF foamRun -solver multiphaseEuler
EOF EOF