Files
OpenFOAM-6/etc/caseDicts/postProcessing/probes/boundaryProbes
Will Bainbridge fa12e660db etc/caseDicts/postProcessing/probes: Renaming
Renamed boundaryPoints and internalPoints to boundaryProbes and
internalProbes to be more specific about the intended function.
2018-06-21 11:02:50 +01:00

28 lines
805 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Web: www.OpenFOAM.org
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Writes out values of fields at a specified list of points, interpolated to
specified boundary patches.
\*---------------------------------------------------------------------------*/
fields (p U);
points
(
(0 0 0)
);
maxDistance 0.1;
patches (".*");
#includeEtc "caseDicts/postProcessing/probes/boundaryProbes.cfg"
// ************************************************************************* //