mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
phaseSystemModels function objects are relocated within functionObjects in order to enable broader usage. ENH: multiphaseInterHtcModel: new heatTransferCoeff function object model COMP: createExternalCoupledPatchGeometry: add new dependencies COMP: alphaContactAngle: avoid duplicate entries between multiphaseEuler and reactingEuler TUT: damBreak4Phase: rename alphaContactAngle as multiphaseEuler::alphaContactAngle
17 lines
517 B
Bash
Executable File
17 lines
517 B
Bash
Executable File
#!/bin/sh
|
|
cd "${0%/*}" || exit # Run from this directory
|
|
. ${WM_PROJECT_DIR:?}/wmake/scripts/AllwmakeParseArguments
|
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
wmake $targetType field
|
|
wmake $targetType forces
|
|
wmake $targetType initialisation
|
|
wmake $targetType utilities
|
|
wmake $targetType solvers
|
|
wmake $targetType phaseSystems
|
|
|
|
./randomProcesses/Allwmake $targetType
|
|
|
|
#------------------------------------------------------------------------------
|