Deleted multiphaseEulerFoam: Replaced by the multiphaseEuler solver module

This commit is contained in:
Henry Weller
2022-11-03 15:01:38 +00:00
parent 392b1fd911
commit 488ffd9fd1
1624 changed files with 24 additions and 127089 deletions

View File

@ -2280,31 +2280,6 @@ _mshToFoam_ ()
}
complete -o filenames -o nospace -F _mshToFoam_ mshToFoam
_multiphaseEulerFoam_ ()
{
local cur="${COMP_WORDS[COMP_CWORD]}"
local prev="${COMP_WORDS[COMP_CWORD-1]}"
local line=${COMP_LINE}
local used=$(echo "$line" | grep -oE "\-[a-zA-Z]+ ")
opts="-case -doc -fileHandler -help -hostRoots -libs -listFunctionObjects -listFvConstraints -listFvModels -listScalarBCs -listSwitches -listVectorBCs -noFunctionObjects -parallel -postProcess -roots -srcDoc"
for o in $used ; do opts="${opts/$o/}" ; done
extra=""
[ "$COMP_CWORD" = 1 ] || \
case "$prev" in
-case)
opts="" ; extra="-d" ;;
-fileHandler)
opts="uncollated collated masterUncollated" ; extra="" ;;
-hostRoots|-libs|-roots)
opts="" ; extra="" ;;
*) ;;
esac
COMPREPLY=( $(compgen -W "${opts}" $extra -- ${cur}) )
}
complete -o filenames -o nospace -F _multiphaseEulerFoam_ multiphaseEulerFoam
_multiphaseInterFoam_ ()
{
local cur="${COMP_WORDS[COMP_CWORD]}"