Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
228c4ab2
Commit
228c4ab2
authored
Dec 06, 2010
by
mattijs
Browse files
BUG: directMapped tutorial: add missing interpolationScheme
parent
731f5231
Changes
4
Hide whitespace changes
Inline
Side-by-side
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/B
View file @
228c4ab2
...
...
@@ -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;
}
}
...
...
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/U
View file @
228c4ab2
...
...
@@ -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;
}
}
...
...
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/k
View file @
228c4ab2
...
...
@@ -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;
}
}
...
...
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/nuTilda
View file @
228c4ab2
...
...
@@ -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;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment