mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: sampleDict: updated comment
This commit is contained in:
@ -303,7 +303,9 @@ surfaces
|
|||||||
// Sampling on triSurface
|
// Sampling on triSurface
|
||||||
type sampledTriSurfaceMesh;
|
type sampledTriSurfaceMesh;
|
||||||
surface integrationPlane.stl;
|
surface integrationPlane.stl;
|
||||||
source boundaryFaces; // sample cells or boundaryFaces
|
source boundaryFaces; // What to sample: cells (nearest cell)
|
||||||
|
// insideCells (only triangles inside cell)
|
||||||
|
// boundaryFaces (nearest boundary face)
|
||||||
interpolate true;
|
interpolate true;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user