GlobalIOLists.H
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4  \\ / O peration | Website: https://openfoam.org
5  \\ / A nd | Copyright (C) 2015-2021 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 Typedef
25  Foam::GlobalIOLists
26 
27 Description
28  Typedefs for GlobalIOLists of primitive types. These are fully compatible
29  with 'normal' IOLists except have global files.
30 
31 \*---------------------------------------------------------------------------*/
32 
33 #ifndef GlobalIOLists_H
34 #define GlobalIOLists_H
35 
36 #include "primitiveFields.H"
37 #include "GlobalIOList.H"
38 
39 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
40 
41 namespace Foam
42 {
50 
51  //- Template function for obtaining global status
52  template<>
54  {
55  return true;
56  }
57  template<>
59  {
60  return true;
61  }
62  template<>
64  {
65  return true;
66  }
67  template<>
69  {
70  return true;
71  }
72  template<>
74  {
75  return true;
76  }
77  template<>
79  {
80  return true;
81  }
82  template<>
84  {
85  return true;
86  }
87 }
88 
89 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
90 
91 #endif
92 
93 // ************************************************************************* //
GlobalIOList< symmTensor > symmTensorGlobalIOList
Definition: GlobalIOLists.H:47
bool typeGlobal< vectorGlobalIOList >()
Definition: GlobalIOLists.H:63
GlobalIOList< sphericalTensor > sphericalTensorGlobalIOList
Definition: GlobalIOLists.H:46
bool typeGlobal< sphericalTensorGlobalIOList >()
Definition: GlobalIOLists.H:68
GlobalIOList< word > wordGlobalIOList
Definition: GlobalIOLists.H:49
bool typeGlobal< scalarGlobalIOList >()
Definition: GlobalIOLists.H:58
GlobalIOList< label > labelGlobalIOList
Definition: GlobalIOLists.H:43
GlobalIOList< scalar > scalarGlobalIOList
Definition: GlobalIOLists.H:44
IOList with global data (so optionally read from master)
Definition: GlobalIOList.H:50
GlobalIOList< tensor > tensorGlobalIOList
Definition: GlobalIOLists.H:48
Specialisations of Field<T> for scalar, vector and tensor.
bool typeGlobal< wordGlobalIOList >()
Definition: GlobalIOLists.H:83
bool typeGlobal< tensorGlobalIOList >()
Definition: GlobalIOLists.H:78
bool typeGlobal< labelGlobalIOList >()
Template function for obtaining global status.
Definition: GlobalIOLists.H:53
GlobalIOList< vector > vectorGlobalIOList
Definition: GlobalIOLists.H:45
bool typeGlobal< symmTensorGlobalIOList >()
Definition: GlobalIOLists.H:73
Namespace for OpenFOAM.