mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: Adjusting settings for tutorials climbingRod and mixerVessel2D
This commit is contained in:
@ -94,7 +94,8 @@ blending
|
||||
minPartlyContinuousAlpha.mercury 0.3;
|
||||
minFullyContinuousAlpha.air 0.7;
|
||||
minPartlyContinuousAlpha.air 0.3;
|
||||
}*/
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
surfaceTension
|
||||
@ -102,17 +103,17 @@ surfaceTension
|
||||
(air and water)
|
||||
{
|
||||
type constant;
|
||||
sigma 0.07;
|
||||
sigma 0.0;
|
||||
}
|
||||
(air and oil)
|
||||
{
|
||||
type constant;
|
||||
sigma 0.07;
|
||||
sigma 0.0;
|
||||
}
|
||||
(air and mercury)
|
||||
{
|
||||
type constant;
|
||||
sigma 0.07;
|
||||
sigma 0.0;
|
||||
}
|
||||
(water and oil)
|
||||
{
|
||||
|
||||
@ -17,9 +17,9 @@ FoamFile
|
||||
|
||||
application reactingMultiphaseEulerFoam;
|
||||
|
||||
startFrom latestTime;
|
||||
startFrom startTime;
|
||||
|
||||
startTime 0.6;
|
||||
startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
|
||||
@ -30,8 +30,8 @@ divSchemes
|
||||
"div\(phi,alpha.*\)" Gauss vanLeer;
|
||||
"div\(phir,alpha.*,alpha.*\)" Gauss vanLeer;
|
||||
|
||||
"div\(alphaRhoPhi.*,U.*\)" Gauss limitedLinear 1;
|
||||
"div\(phi.*,U.*\)" Gauss limitedLinear 1;
|
||||
"div\(alphaRhoPhi.*,U.*\)" Gauss upwind;
|
||||
"div\(phi.*,U.*\)" Gauss upwind;
|
||||
|
||||
"div\(alphaRhoPhi.*,(h|e).*\)" Gauss limitedLinear 1;
|
||||
"div\(alphaRhoPhi.*,K.*\)" Gauss limitedLinear 1;
|
||||
@ -42,7 +42,7 @@ divSchemes
|
||||
|
||||
laplacianSchemes
|
||||
{
|
||||
default Gauss linear corrected;
|
||||
default Gauss linear uncorrected;
|
||||
}
|
||||
|
||||
interpolationSchemes
|
||||
@ -52,7 +52,7 @@ interpolationSchemes
|
||||
|
||||
snGradSchemes
|
||||
{
|
||||
default corrected;
|
||||
default uncorrected;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user