etc/caseDicts/postProcessing/probes: Renaming

Renamed boundaryPoints and internalPoints to boundaryProbes and
internalProbes to be more specific about the intended function.
This commit is contained in:
Will Bainbridge
2018-06-21 11:02:50 +01:00
parent 135e6eb8b9
commit fa12e660db
5 changed files with 17 additions and 24 deletions

View File

@ -22,6 +22,6 @@ maxDistance 0.1;
patches (".*"); patches (".*");
#includeEtc "caseDicts/postProcessing/probes/boundaryPoints.cfg" #includeEtc "caseDicts/postProcessing/probes/boundaryProbes.cfg"
// ************************************************************************* // // ************************************************************************* //

View File

@ -6,7 +6,11 @@
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#includeEtc "caseDicts/postProcessing/probes/points.cfg" type sets;
libs ("libsampling.so");
executeControl writeTime;
writeControl writeTime;
sets sets
( (

View File

@ -1,21 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeEtc "caseDicts/postProcessing/probes/points.cfg"
sets
(
points
{
type points;
axis xyz;
points $points;
}
);
// ************************************************************************* //

View File

@ -16,6 +16,6 @@ points
(0 0 0) (0 0 0)
); );
#includeEtc "caseDicts/postProcessing/probes/internalPoints.cfg" #includeEtc "caseDicts/postProcessing/probes/internalProbes.cfg"
// ************************************************************************* // // ************************************************************************* //

View File

@ -12,4 +12,14 @@ libs ("libsampling.so");
executeControl writeTime; executeControl writeTime;
writeControl writeTime; writeControl writeTime;
sets
(
points
{
type points;
axis xyz;
points $points;
}
);
// ************************************************************************* // // ************************************************************************* //