MRF tutorials: Change rotor velocity boundary condition to fixedValue

Using the noSlip boundary condition for rotating wall in an MRF region
interferes with post-processing by resetting the wall velocity to 0 rather than
preserving the value set by the MRF zone.
This commit is contained in:
Henry Weller
2018-01-05 15:13:46 +00:00
parent 9f54506fbf
commit 8b44230384
17 changed files with 45 additions and 18 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -43,7 +43,6 @@ Usage
See also
Foam::fixedValueFvPatchVectorField
Foam::MRFZone
SourceFiles
movingWallVelocityFvPatchVectorField.C

View File

@ -22,7 +22,8 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator

View File

@ -25,20 +25,24 @@ boundaryField
{
type noSlip;
}
inlet
{
type fixedValue;
value uniform (0 0 5);
}
outlet
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);
}
blades
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
}

View File

@ -22,7 +22,8 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator

View File

@ -23,16 +23,20 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator
{
type noSlip;
}
front
{
type empty;
}
back
{
type empty;

View File

@ -23,16 +23,20 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator
{
type noSlip;
}
front
{
type empty;
}
back
{
type empty;

View File

@ -22,7 +22,8 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator

View File

@ -22,7 +22,8 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator

View File

@ -22,7 +22,8 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator

View File

@ -22,7 +22,8 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator

View File

@ -23,16 +23,20 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator
{
type noSlip;
}
front
{
type empty;
}
back
{
type empty;

View File

@ -22,7 +22,8 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator

View File

@ -22,7 +22,8 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator

View File

@ -22,7 +22,8 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator

View File

@ -22,7 +22,8 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator

View File

@ -22,7 +22,8 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator

View File

@ -22,7 +22,8 @@ boundaryField
{
rotor
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
stator