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-------------------------------------------------------------------------------
10License
11 This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
12
13Typedef
14 Foam::meshSubsetHelper
15
16Description
17 Compatibility name. Renamed (JUL-2018) as Foam::fvMeshSubsetProxy
18
19\*---------------------------------------------------------------------------*/
20
21#ifndef meshSubsetHelper_H
22#define meshSubsetHelper_H
23
24#include "fvMeshSubsetProxy.H"
25
26// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27
28namespace Foam
29{
30 typedef fvMeshSubsetProxy meshSubsetHelper;
31}
32
33// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
34
35#endif
36
37// ************************************************************************* //
Simple proxy for holding a mesh, or mesh-subset. The subMeshes are currently limited to cellSet or ce...
Namespace for OpenFOAM.
fvMeshSubsetProxy meshSubsetHelper