uniformDimensionedFields.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) 2011-2014 OpenFOAM Foundation
9-------------------------------------------------------------------------------
10License
11 This file is part of OpenFOAM.
12
13 OpenFOAM is free software: you can redistribute it and/or modify it
14 under the terms of the GNU General Public License as published by
15 the Free Software Foundation, either version 3 of the License, or
16 (at your option) any later version.
17
18 OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
19 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21 for more details.
22
23 You should have received a copy of the GNU General Public License
24 along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
25
26InClass
27 Foam::UniformDimensionedField
28
29Description
30
31SourceFiles
32 uniformDimensionedFields.C
33
34\*---------------------------------------------------------------------------*/
35
36#ifndef UniformDimensionedFields_H
37#define UniformDimensionedFields_H
38
40#include "fieldTypes.H"
41
42// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
43
44namespace Foam
45{
46
47// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
48
55
56//- Template function for obtaining global status
57template<>
59{
60 return true;
61}
62template<>
64{
65 return true;
66}
67template<>
69{
70 return true;
71}
72template<>
74{
75 return true;
76}
77template<>
79{
80 return true;
81}
82
83
84// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
85
86} // End namespace Foam
87
88// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
89
90#endif
91
92// ************************************************************************* //
Dimensioned<Type> registered with the database as a registered IOobject which has the functionality o...
Header files for all the primitive types that Fields are instantiated for.
Namespace for OpenFOAM.
UniformDimensionedField< sphericalTensor > uniformDimensionedSphericalTensorField
UniformDimensionedField< symmTensor > uniformDimensionedSymmTensorField
UniformDimensionedField< scalar > uniformDimensionedScalarField
bool typeGlobal< uniformDimensionedSymmTensorField >()
bool typeGlobal< uniformDimensionedSphericalTensorField >()
UniformDimensionedField< tensor > uniformDimensionedTensorField
UniformDimensionedField< vector > uniformDimensionedVectorField
bool typeGlobal< uniformDimensionedVectorField >()
bool typeGlobal< uniformDimensionedTensorField >()
bool typeGlobal< uniformDimensionedScalarField >()
Template function for obtaining global status.