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
3128561a
Commit
3128561a
authored
Sep 09, 2008
by
mattijs
Browse files
generalised directMappedPolyPatch
parent
aa15f7a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/oodles/pitzDailyDirectMapped/constant/polyMesh/boundary
View file @
3128561a
...
...
@@ -20,8 +20,9 @@ inlet
{
nFaces 30;
startFace 27238;
type directMappedPatch;
offset ( 0.05 0 0 );
offset ( 0.0495 0 0 );
sampleMode nearestCell;
samplePatch none;
}
outlet
...
...
tutorials/oodles/pitzDailyDirectMapped/system/changeDictionaryDict
View file @
3128561a
...
...
@@ -23,6 +23,8 @@ dictionaryReplacement
{
type directMappedPatch;
offset (0.0495 0 0);
sampleMode nearestCell;
samplePatch none;
}
}
}
...
...
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