mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
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:
@ -22,6 +22,6 @@ maxDistance 0.1;
|
||||
|
||||
patches (".*");
|
||||
|
||||
#includeEtc "caseDicts/postProcessing/probes/boundaryPoints.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/probes/boundaryProbes.cfg"
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -6,7 +6,11 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeEtc "caseDicts/postProcessing/probes/points.cfg"
|
||||
type sets;
|
||||
libs ("libsampling.so");
|
||||
|
||||
executeControl writeTime;
|
||||
writeControl writeTime;
|
||||
|
||||
sets
|
||||
(
|
||||
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -16,6 +16,6 @@ points
|
||||
(0 0 0)
|
||||
);
|
||||
|
||||
#includeEtc "caseDicts/postProcessing/probes/internalPoints.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/probes/internalProbes.cfg"
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -12,4 +12,14 @@ libs ("libsampling.so");
|
||||
executeControl writeTime;
|
||||
writeControl writeTime;
|
||||
|
||||
sets
|
||||
(
|
||||
points
|
||||
{
|
||||
type points;
|
||||
axis xyz;
|
||||
points $points;
|
||||
}
|
||||
);
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user