Skip to content
Snippets Groups Projects
Commit 228c4ab2 authored by mattijs's avatar mattijs
Browse files

BUG: directMapped tutorial: add missing interpolationScheme

parent 731f5231
Branches
Tags
No related merge requests found
......@@ -22,32 +22,33 @@ boundaryField
{
inlet
{
type directMapped;
value uniform (0 0 0 0 0 0 0 0 0);
setAverage false;
average (0 0 0 0 0 0 0 0 0);
type directMapped;
value uniform (0 0 0 0 0 0 0 0 0);
interpolationScheme cell;
setAverage false;
average (0 0 0 0 0 0 0 0 0);
}
outlet
{
type inletOutlet;
inletValue uniform (0 0 0 0 0 0 0 0 0);
value uniform (0 0 0 0 0 0 0 0 0);
type inletOutlet;
inletValue uniform (0 0 0 0 0 0 0 0 0);
value uniform (0 0 0 0 0 0 0 0 0);
}
upperWall
{
type zeroGradient;
type zeroGradient;
}
lowerWall
{
type zeroGradient;
type zeroGradient;
}
frontAndBack
{
type empty;
type empty;
}
}
......
......@@ -22,34 +22,35 @@ boundaryField
{
inlet
{
type directMapped;
value uniform (10 0 0);
setAverage true;
average (10 0 0);
type directMapped;
value uniform (10 0 0);
interpolationScheme cell;
setAverage true;
average (10 0 0);
}
outlet
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);
}
upperWall
{
type fixedValue;
value uniform (0 0 0);
type fixedValue;
value uniform (0 0 0);
}
lowerWall
{
type fixedValue;
value uniform (0 0 0);
type fixedValue;
value uniform (0 0 0);
}
frontAndBack
{
type empty;
type empty;
}
}
......
......@@ -22,34 +22,35 @@ boundaryField
{
inlet
{
type directMapped;
value uniform 2e-05;
setAverage false;
average 2e-05;
type directMapped;
value uniform 2e-05;
interpolationScheme cell;
setAverage false;
average 2e-05;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
upperWall
{
type fixedValue;
value uniform 0;
type fixedValue;
value uniform 0;
}
lowerWall
{
type fixedValue;
value uniform 0;
type fixedValue;
value uniform 0;
}
frontAndBack
{
type empty;
type empty;
}
}
......
......@@ -22,34 +22,35 @@ boundaryField
{
inlet
{
type directMapped;
value uniform 0;
setAverage false;
average 0;
type directMapped;
value uniform 0;
interpolationScheme cell;
setAverage false;
average 0;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
upperWall
{
type fixedValue;
value uniform 0;
type fixedValue;
value uniform 0;
}
lowerWall
{
type fixedValue;
value uniform 0;
type fixedValue;
value uniform 0;
}
frontAndBack
{
type empty;
type empty;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment