ENH: faceSource : updated sample dictionary

This commit is contained in:
mattijs
2010-11-09 17:54:20 +00:00
parent 012178576d
commit b3e023bda2
2 changed files with 7 additions and 0 deletions

View File

@ -68,6 +68,8 @@ functions
sourceName movingWall;
//// if sampledSurface: dictionary with a sampledSurface
//// Note: the sampledSurfaces will have cell-values, i.e.
//// non-interpolated. Also will not sample surface fields.
//sampledSurfaceDict
//{
// type cuttingPlane;

View File

@ -69,6 +69,11 @@ Description
faces.
- all fields get oriented according to the faceZone (so you might e.g. see
negative pressure)
- using sampledSurfaces:
- they do not do surface fields
- they use cell values - they do not do any interpolation.
- take care when using isoSurfaces - these might have duplicate
triangles so integration might be wrong
SourceFiles
faceSource.C