Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
fe4b18b0
Commit
fe4b18b0
authored
Aug 04, 2008
by
henry
Browse files
Set the min value to 1e-8.
parent
3bd70107
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/Xoodles/pitzDaily/0/k
View file @
fe4b18b0
...
...
@@ -20,32 +20,32 @@ internalField uniform 2e-05;
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform 2e-05;
}
outlet
outlet
{
type inletOutlet;
inletValue uniform 2e-05;
value uniform 2e-05;
}
upperWall
upperWall
{
type fixedValue;
value uniform 1e-8;
}
lowerWall
lowerWall
{
type fixedValue;
value uniform 1e-8;
}
frontAndBack
frontAndBack
{
type empty;
}
...
...
tutorials/Xoodles/pitzDaily3D/0/k
View file @
fe4b18b0
...
...
@@ -16,36 +16,36 @@ FoamFile
dimensions [0 2 -2 0 0 0 0];
internalField uniform
0
;
internalField uniform
2e-05
;
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform 2e-05;
}
outlet
outlet
{
type inletOutlet;
inletValue uniform 2e-05;
value uniform 2e-05;
}
upperWall
upperWall
{
type fixedValue;
value uniform
0
;
value uniform
1e-8
;
}
lowerWall
lowerWall
{
type fixedValue;
value uniform
0
;
value uniform
1e-8
;
}
frontAndBack
frontAndBack
{
type cyclic;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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