fillSammCellShapeTable.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 | Copyright (C) 2011-2015 OpenFOAM Foundation
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8 License
9  This file is part of OpenFOAM.
10 
11  OpenFOAM is free software: you can redistribute it and/or modify it
12  under the terms of the GNU General Public License as published by
13  the Free Software Foundation, either version 3 of the License, or
14  (at your option) any later version.
15 
16  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
17  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
19  for more details.
20 
21  You should have received a copy of the GNU General Public License
22  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
23 
24 Description
25  SAMM cell shape lookup table
26 
27 \*---------------------------------------------------------------------------*/
28 
29 #include "sammMesh.H"
30 
31 // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
32 
34 {
35  // Fill the list by hand
36 
37  // SAMM trim type 1: 8 models
46 
47  //SAMM trim type 2: 12 models
60 
61  // SAMM trim type 3: 24 models
86 
87  // SAMM trim type 4: 8 models
96 
97  // SAMM trim type 5: 24 models
122 
123  // SAMM hexagonal prism (trim type 8): 1 model
125 }
126 
127 
128 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
129 
130 
131 // ************************************************************************* //
Foam::sammMesh::sammTrim1Ptr_
static const cellModel * sammTrim1Ptr_
Definition: sammMesh.H:127
Foam::sammMesh::sammTrim2Ptr_
static const cellModel * sammTrim2Ptr_
Definition: sammMesh.H:128
Foam::sammMesh::sammTrim3Ptr_
static const cellModel * sammTrim3Ptr_
Definition: sammMesh.H:129
Foam::sammMesh::sammTrim8Ptr_
static const cellModel * sammTrim8Ptr_
Definition: sammMesh.H:132
Foam::sammMesh::fillSammCellShapeTable
void fillSammCellShapeTable()
Fill SAMM lookup tables.
sammMesh.H
Foam::sammMesh::sammShapeLookup
static List< const cellModel * > sammShapeLookup
SAMM addressing data.
Definition: sammMesh.H:138
Foam::sammMesh::sammTrim5Ptr_
static const cellModel * sammTrim5Ptr_
Definition: sammMesh.H:131
Foam::sammMesh::sammTrim4Ptr_
static const cellModel * sammTrim4Ptr_
Definition: sammMesh.H:130