meshSubsetHelper.H
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4  \\ / O peration |
5  \\ / A nd | www.openfoam.com
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8  Copyright (C) 2018 OpenCFD Ltd.
9 -------------------------------------------------------------------------------
10 License
11  This file is part of OpenFOAM, licensed under GNU General Public License
12  <http://www.gnu.org/licenses/>.
13 
14 Typedef
15  Foam::meshSubsetHelper
16 
17 Description
18  Compatibility name. Rename (JUL-2018) as Foam::fvMeshSubsetProxy
19 
20 \*---------------------------------------------------------------------------*/
21 
22 #ifndef meshSubsetHelper_H
23 #define meshSubsetHelper_H
24 
25 #include "fvMeshSubsetProxy.H"
26 
27 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
28 
29 namespace Foam
30 {
31  typedef fvMeshSubsetProxy meshSubsetHelper;
32 }
33 
34 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
35 
36 #endif
37 
38 // ************************************************************************* //
Foam::meshSubsetHelper
fvMeshSubsetProxy meshSubsetHelper
Compatibility name. Rename (JUL-2018) as Foam::fvMeshSubsetProxy.
Definition: meshSubsetHelper.H:40
Foam
Namespace for OpenFOAM.
Definition: atmBoundaryLayer.C:33
fvMeshSubsetProxy.H
Foam::fvMeshSubsetProxy
Simple proxy for holding a mesh, or mesh-subset. The subMeshes are currently limited to cellSet or ce...
Definition: fvMeshSubsetProxy.H:58