mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Supports separate turbulence models for each phase Complete Lahey k-epsilon model provided kineticTheory and particle-pressure models folded into same turbulence framework by the addition of phase-pressure functions
11 lines
264 B
Bash
Executable File
11 lines
264 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # run from this directory
|
|
set -x
|
|
|
|
wclean libso twoPhaseSystem
|
|
wclean libso interfacialModels
|
|
wclean libso phaseIncompressibleTurbulenceModels
|
|
wclean
|
|
|
|
# ----------------------------------------------------------------- end-of-file
|