mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
twoPhaseEulerFoam/mixerVessel2D tutorial: make laminar and clean-up
This commit is contained in:
@ -17,20 +17,20 @@ FoamFile
|
|||||||
|
|
||||||
dimensions [ 0 2 -2 0 0 0 0 ];
|
dimensions [ 0 2 -2 0 0 0 0 ];
|
||||||
|
|
||||||
internalField uniform 0.1;
|
internalField uniform 0;
|
||||||
|
|
||||||
boundaryField
|
boundaryField
|
||||||
{
|
{
|
||||||
rotor
|
rotor
|
||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
value uniform 0.1;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
stator
|
stator
|
||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
value uniform 0.1;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
front
|
front
|
||||||
|
|||||||
@ -17,7 +17,7 @@ FoamFile
|
|||||||
|
|
||||||
RASModel kEpsilon;
|
RASModel kEpsilon;
|
||||||
|
|
||||||
turbulence on;
|
turbulence off;
|
||||||
|
|
||||||
printCoeffs on;
|
printCoeffs on;
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,7 @@ FoamFile
|
|||||||
|
|
||||||
dimensions [1 -1 -2 0 0 0 0];
|
dimensions [1 -1 -2 0 0 0 0];
|
||||||
|
|
||||||
internalField uniform 1e5;
|
internalField uniform 0;
|
||||||
|
|
||||||
boundaryField
|
boundaryField
|
||||||
{
|
{
|
||||||
|
|||||||
@ -17,37 +17,16 @@ FoamFile
|
|||||||
|
|
||||||
phase1
|
phase1
|
||||||
{
|
{
|
||||||
rho0 0;
|
|
||||||
rho 0.88;
|
rho 0.88;
|
||||||
R 287;
|
|
||||||
Cp 1007;
|
|
||||||
nu 2.46e-05;
|
nu 2.46e-05;
|
||||||
d 4e-3;
|
d 3e-3;
|
||||||
|
|
||||||
kappa 2.63e-2;
|
|
||||||
diameterModel isothermal;
|
|
||||||
isothermalCoeffs
|
|
||||||
{
|
|
||||||
d0 3e-3;
|
|
||||||
p0 1e5;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
phase2
|
phase2
|
||||||
{
|
{
|
||||||
rho 733;
|
rho 733;
|
||||||
rho0 733;
|
|
||||||
R 1e10;
|
|
||||||
Cp 4195;
|
|
||||||
nu 2.73e-6;
|
nu 2.73e-6;
|
||||||
d 1e-4;
|
d 1e-4;
|
||||||
|
|
||||||
kappa 0.668;
|
|
||||||
diameterModel constant;
|
|
||||||
constantCoeffs
|
|
||||||
{
|
|
||||||
d 1e-4;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Virtual-mass ceofficient
|
// Virtual-mass ceofficient
|
||||||
|
|||||||
Reference in New Issue
Block a user