... ich habe es

) einfach ein sampleDict ertellen und mit postProcess aufrufen ...
type surfaces;
libs ("libsampling.so");
interpolationScheme cellPoint;
setFormat raw;
surfaceFormat vtk;
surfaces
(
triSurfaceSampling
{
// Sampling on triSurface
type sampledTriSurfaceMesh;
surface name.stl; // euer stl
source cells; // sample cells or boundaryFaces
interpolate true;
}
);
fields ( U UMean);
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP