generalised directMappedPolyPatch

This commit is contained in:
mattijs
2008-09-09 17:22:37 +01:00
parent aa15f7a5dd
commit 3128561a4a
2 changed files with 5 additions and 2 deletions

View File

@ -20,8 +20,9 @@ inlet
{ {
nFaces 30; nFaces 30;
startFace 27238; startFace 27238;
type directMappedPatch; offset ( 0.0495 0 0 );
offset ( 0.05 0 0 ); sampleMode nearestCell;
samplePatch none;
} }
outlet outlet

View File

@ -23,6 +23,8 @@ dictionaryReplacement
{ {
type directMappedPatch; type directMappedPatch;
offset (0.0495 0 0); offset (0.0495 0 0);
sampleMode nearestCell;
samplePatch none;
} }
} }
} }