mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
generalised directMappedPolyPatch
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -23,6 +23,8 @@ dictionaryReplacement
|
|||||||
{
|
{
|
||||||
type directMappedPatch;
|
type directMappedPatch;
|
||||||
offset (0.0495 0 0);
|
offset (0.0495 0 0);
|
||||||
|
sampleMode nearestCell;
|
||||||
|
samplePatch none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user