globalIOLists.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 | Copyright (C) 2015-2017 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 filePath() scope.
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 {
49 
50  //- Template function for obtaining global status
51  template<>
53  {
54  return true;
55  }
56  template<>
58  {
59  return true;
60  }
61  template<>
63  {
64  return true;
65  }
66  template<>
68  {
69  return true;
70  }
71  template<>
73  {
74  return true;
75  }
76  template<>
78  {
79  return true;
80  }
81 
82 }
83 
84 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
85 
86 #endif
87 
88 // ************************************************************************* //
GlobalIOList< symmTensor > symmTensorGlobalIOList
Definition: globalIOLists.H:47
bool typeGlobal< vectorGlobalIOList >()
Definition: globalIOLists.H:62
GlobalIOList< sphericalTensor > sphericalTensorGlobalIOList
Definition: globalIOLists.H:46
bool typeGlobal< sphericalTensorGlobalIOList >()
Definition: globalIOLists.H:67
bool typeGlobal< scalarGlobalIOList >()
Definition: globalIOLists.H:57
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< tensorGlobalIOList >()
Definition: globalIOLists.H:77
bool typeGlobal< labelGlobalIOList >()
Template function for obtaining global status.
Definition: globalIOLists.H:52
GlobalIOList< vector > vectorGlobalIOList
Definition: globalIOLists.H:45
bool typeGlobal< symmTensorGlobalIOList >()
Definition: globalIOLists.H:72
Namespace for OpenFOAM.