mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
relocated PrimitivePatchTools -> PatchTools
This commit is contained in:
@ -26,21 +26,14 @@ Class
|
||||
Foam::polyPatch
|
||||
|
||||
Description
|
||||
A patch is a list of labels, which address the faces in the global face
|
||||
list. Based on the global faces, the patch can calculate its own edge.
|
||||
A patch is a list of labels that address the faces in the global face list.
|
||||
|
||||
The patch can calculate its own edges based on the global faces.
|
||||
Patch also contains all addressing between the faces.
|
||||
|
||||
SourceFiles
|
||||
polyPatch.C
|
||||
calcPolyPatchAddressing.C
|
||||
calcPolyPatchFaceCells.C
|
||||
calcPolyPatchIntBdryEdges.C
|
||||
calcPolyPatchMeshEdges.C
|
||||
calcPolyPatchMeshData.C
|
||||
calcPolyPatchPointAddressing.C
|
||||
clearPolyPatch.C
|
||||
newPolyPatch.C
|
||||
polyPatchTools.C
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
@ -59,10 +52,9 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
class polyBoundaryMesh;
|
||||
|
||||
// Forward declaration of friend functions and operators
|
||||
|
||||
class polyBoundaryMesh;
|
||||
class polyPatch;
|
||||
|
||||
Ostream& operator<<(Ostream&, const polyPatch&);
|
||||
|
||||
@ -24,12 +24,12 @@ License
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "PrimitivePatchTools.H"
|
||||
#include "PatchTools.H"
|
||||
|
||||
#include "PrimitivePatchToolsCheck.C"
|
||||
#include "PrimitivePatchToolsEdgeOwner.C"
|
||||
#include "PrimitivePatchToolsSearch.C"
|
||||
#include "PrimitivePatchToolsSortEdges.C"
|
||||
#include "PatchToolsCheck.C"
|
||||
#include "PatchToolsEdgeOwner.C"
|
||||
#include "PatchToolsSearch.C"
|
||||
#include "PatchToolsSortEdges.C"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -23,18 +23,24 @@ License
|
||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Class
|
||||
Foam::PrimitivePatchTools
|
||||
Foam::PatchTools
|
||||
|
||||
Description
|
||||
A collect of tools for searching, sort PrimitivePatch information.
|
||||
A collection of tools for searching, sorting PrimitivePatch information.
|
||||
|
||||
The class could also be extended to include more that just static methods.
|
||||
|
||||
SourceFiles
|
||||
PrimitivePatchTools.C
|
||||
PatchTools.C
|
||||
PatchToolsCheck.C
|
||||
PatchToolsEdgeOwner.C
|
||||
PatchToolsSearch.C
|
||||
PatchToolsSortEdges.C
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef PrimitivePatchTools_H
|
||||
#define PrimitivePatchTools_H
|
||||
#ifndef PatchTools_H
|
||||
#define PatchTools_H
|
||||
|
||||
#include "PrimitivePatch.H"
|
||||
#include "HashSet.H"
|
||||
@ -45,7 +51,7 @@ namespace Foam
|
||||
{
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class PatchTools Declaration
|
||||
Class PatchTools Declaration
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
class PatchTools
|
||||
@ -171,7 +177,7 @@ public:
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
#ifdef NoRepository
|
||||
# include "PrimitivePatchTools.C"
|
||||
# include "PatchTools.C"
|
||||
#endif
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
@ -24,7 +24,7 @@ License
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "PrimitivePatchTools.H"
|
||||
#include "PatchTools.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -24,7 +24,7 @@ License
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "PrimitivePatchTools.H"
|
||||
#include "PatchTools.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -27,7 +27,7 @@ Description
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "PrimitivePatchTools.H"
|
||||
#include "PatchTools.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -24,7 +24,7 @@ License
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "PrimitivePatchTools.H"
|
||||
#include "PatchTools.H"
|
||||
#include "SortableList.H"
|
||||
#include "transform.H"
|
||||
|
||||
@ -37,7 +37,7 @@ SourceFiles
|
||||
#define BasicMeshedSurface_H
|
||||
|
||||
#include "PrimitivePatch.H"
|
||||
#include "PrimitivePatchTools.H"
|
||||
#include "PatchTools.H"
|
||||
#include "pointField.H"
|
||||
#include "face.H"
|
||||
#include "triFace.H"
|
||||
|
||||
@ -26,7 +26,6 @@ License
|
||||
|
||||
#include "MeshedSurface.H"
|
||||
#include "UnsortedMeshedSurface.H"
|
||||
#include "PrimitivePatchTools.H"
|
||||
#include "IFstream.H"
|
||||
#include "OFstream.H"
|
||||
#include "Time.H"
|
||||
|
||||
@ -26,7 +26,6 @@ License
|
||||
|
||||
#include "MeshedSurface.H"
|
||||
#include "UnsortedMeshedSurface.H"
|
||||
#include "PrimitivePatchTools.H"
|
||||
#include "IFstream.H"
|
||||
#include "OFstream.H"
|
||||
#include "Time.H"
|
||||
|
||||
Reference in New Issue
Block a user