mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: faceSource : updated sample dictionary
This commit is contained in:
@ -68,6 +68,8 @@ functions
|
|||||||
sourceName movingWall;
|
sourceName movingWall;
|
||||||
|
|
||||||
//// if sampledSurface: dictionary with a sampledSurface
|
//// if sampledSurface: dictionary with a sampledSurface
|
||||||
|
//// Note: the sampledSurfaces will have cell-values, i.e.
|
||||||
|
//// non-interpolated. Also will not sample surface fields.
|
||||||
//sampledSurfaceDict
|
//sampledSurfaceDict
|
||||||
//{
|
//{
|
||||||
// type cuttingPlane;
|
// type cuttingPlane;
|
||||||
|
|||||||
@ -69,6 +69,11 @@ Description
|
|||||||
faces.
|
faces.
|
||||||
- all fields get oriented according to the faceZone (so you might e.g. see
|
- all fields get oriented according to the faceZone (so you might e.g. see
|
||||||
negative pressure)
|
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
|
SourceFiles
|
||||||
faceSource.C
|
faceSource.C
|
||||||
|
|||||||
Reference in New Issue
Block a user