diff --git a/src/meshTools/cutPoly/cutPolyIntegral.H b/src/meshTools/cutPoly/cutPolyIntegral.H index 4ed0b4dffc..7967fffa89 100644 --- a/src/meshTools/cutPoly/cutPolyIntegral.H +++ b/src/meshTools/cutPoly/cutPolyIntegral.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2022 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2022-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -21,8 +21,8 @@ License You should have received a copy of the GNU General Public License along with OpenFOAM. If not, see . -Class - Foam::cutPolyIntegral +Namespace + Foam::cutPoly Description Functions for computing integrals over cut faces and cells diff --git a/src/meshTools/cutPoly/cutPolyIsoSurface.H b/src/meshTools/cutPoly/cutPolyIsoSurface.H index a2bda8a17f..dc000c2559 100644 --- a/src/meshTools/cutPoly/cutPolyIsoSurface.H +++ b/src/meshTools/cutPoly/cutPolyIsoSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2022 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2022-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -25,11 +25,11 @@ Class Foam::cutPolyIsoSurface Description + Iso-surface class based on the cutPoly cutting routines SourceFiles - cutPolyIsoSurfaceI.H cutPolyIsoSurface.C - cutPolyIsoSurfaceIO.C + cutPolyIsoSurfaceTemplates.C \*---------------------------------------------------------------------------*/ diff --git a/src/meshTools/cutPoly/cutPolyValue.H b/src/meshTools/cutPoly/cutPolyValue.H index a16621d841..fc32d52d6d 100644 --- a/src/meshTools/cutPoly/cutPolyValue.H +++ b/src/meshTools/cutPoly/cutPolyValue.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2022 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2022-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -28,6 +28,7 @@ Description Functions and classes for extracting values from cut edges, faces and cells SourceFiles + cutPolyValueI.H cutPolyValueTemplates.C \*---------------------------------------------------------------------------*/