- Arrhenius viscocity model for incompressible viscocity. - energyTransport FO for incompressible single and multiple phase flows and viscousDissipation fvOption source. - Tutorial to show the use of energyTransport: multiphase/multiphaseInterFoam/laminar/mixerVessel2D - Tutorial to show viscousDissipation: compressible/rhoPimpleFoam/RAS/TJunction
8 lines
244 B
Bash
Executable File
8 lines
244 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # Run from this directory
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions
|
|
|
|
cleanCase0
|
|
|
|
#------------------------------------------------------------------------------
|