OpenFOAM
v2512
The open source CFD toolbox
Loading...
Searching...
No Matches
OppositeFaceCellWaveBase.C
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) 2016 OpenFOAM Foundation
9
Copyright (C) 2022 OpenCFD Ltd.
10
-------------------------------------------------------------------------------
11
License
12
This file is part of OpenFOAM.
13
14
OpenFOAM is free software: you can redistribute it and/or modify it
15
under the terms of the GNU General Public License as published by
16
the Free Software Foundation, either version 3 of the License, or
17
(at your option) any later version.
18
19
OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
20
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
21
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
22
for more details.
23
24
You should have received a copy of the GNU General Public License
25
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
26
27
\*---------------------------------------------------------------------------*/
28
29
#include "
OppositeFaceCellWave.H
"
30
#include "
polyMesh.H
"
31
32
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
33
34
namespace
Foam
35
{
36
defineTypeNameAndDebug
(
OppositeFaceCellWaveBase
, 0);
37
}
38
39
40
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
41
42
Foam::OppositeFaceCellWaveBase::OppositeFaceCellWaveBase
43
(
44
const
polyMesh
&
mesh
45
)
46
:
47
changedOppositeFaces_(
mesh
.nCells())
48
{}
49
50
51
// ************************************************************************* //
OppositeFaceCellWave.H
Foam::OppositeFaceCellWaveBase
Definition
OppositeFaceCellWave.H:57
Foam::OppositeFaceCellWaveBase::changedOppositeFaces_
DynamicList< label > changedOppositeFaces_
For every entry in changedCells (i.e. the cell front) gives.
Definition
OppositeFaceCellWave.H:67
Foam::OppositeFaceCellWaveBase::OppositeFaceCellWaveBase
OppositeFaceCellWaveBase(const polyMesh &mesh)
Construct with mesh reference (for sizing).
Definition
OppositeFaceCellWaveBase.C:36
Foam::polyMesh
Mesh consisting of general polyhedral cells.
Definition
polyMesh.H:79
defineTypeNameAndDebug
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
Definition
className.H:142
mesh
dynamicFvMesh & mesh
Definition
createDynamicFvMesh.H:6
Foam
Namespace for OpenFOAM.
Definition
atmBoundaryLayer.C:27
polyMesh.H
src
renumber
renumberMethods
structuredRenumber
OppositeFaceCellWaveBase.C
Generated by
1.16.1