Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
fe4b18b0
Commit
fe4b18b0
authored
16 years ago
by
henry
Browse files
Options
Downloads
Patches
Plain Diff
Set the min value to 1e-8.
parent
3bd70107
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tutorials/Xoodles/pitzDaily/0/k
+5
-5
5 additions, 5 deletions
tutorials/Xoodles/pitzDaily/0/k
tutorials/Xoodles/pitzDaily3D/0/k
+8
-8
8 additions, 8 deletions
tutorials/Xoodles/pitzDaily3D/0/k
with
13 additions
and
13 deletions
tutorials/Xoodles/pitzDaily/0/k
+
5
−
5
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;
}
...
...
This diff is collapsed.
Click to expand it.
tutorials/Xoodles/pitzDaily3D/0/k
+
8
−
8
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;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment