radiativeIntensityRayI.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-2017 OpenFOAM Foundation
9 -------------------------------------------------------------------------------
10 License
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 
26 \*---------------------------------------------------------------------------*/
27 
28 inline const Foam::volScalarField&
30 {
31  return I_;
32 }
33 
34 
35 inline const Foam::volScalarField&
37 {
38  return qr_;
39 }
40 
41 
43 {
44  return qr_;
45 }
46 
49 {
50  return qin_;
51 }
52 
53 
55 {
56  return qin_;
57 }
58 
59 
62 {
63  return qem_;
64 }
65 
66 
68 {
69  return qem_;
70 }
71 
72 
74 {
75  return d_;
76 }
77 
78 
80 {
81  return dAve_;
82 }
83 
84 
86 {
87  return d_;
88 }
89 
90 
92 {
93  return dAve_;
94 }
95 
96 
98 {
99  return nLambda_;
100 }
101 
102 
104 {
105  return phi_;
106 }
107 
108 
110 {
111  return theta_;
112 }
113 
114 
116 {
117  return omega_;
118 }
119 
120 
121 inline const Foam::volScalarField&
123 (
124  const label lambdaI
125 ) const
126 {
127  return ILambda_[lambdaI];
128 }
129 
130 
131 // ************************************************************************* //
Foam::radiation::radiativeIntensityRay::d
const vector & d() const
Return direction.
Definition: radiativeIntensityRayI.H:73
Foam::radiation::radiativeIntensityRay::qem
volScalarField & qem()
Return non-const access to the boundary emitted heat flux.
Definition: radiativeIntensityRayI.H:67
Foam::radiation::radiativeIntensityRay::qr
const volScalarField & qr() const
Return const access to the boundary heat flux.
Definition: radiativeIntensityRayI.H:36
Foam::radiation::radiativeIntensityRay::qin
volScalarField & qin()
Return non-const access to the boundary incident heat flux.
Definition: radiativeIntensityRayI.H:54
Foam::radiation::radiativeIntensityRay::phi
scalar phi() const
Return the phi angle.
Definition: radiativeIntensityRayI.H:103
Foam::radiation::radiativeIntensityRay::nLambda
scalar nLambda() const
Return the number of bands.
Definition: radiativeIntensityRayI.H:97
Foam::radiation::radiativeIntensityRay::dAve
const vector & dAve() const
Return the average vector inside the solid angle.
Definition: radiativeIntensityRayI.H:79
Foam::radiation::radiativeIntensityRay::I
const volScalarField & I() const
Return intensity.
Definition: radiativeIntensityRayI.H:29
Foam::Vector< scalar >
Foam::radiation::radiativeIntensityRay::theta
scalar theta() const
Return the theta angle.
Definition: radiativeIntensityRayI.H:109
Foam::radiation::radiativeIntensityRay::omega
scalar omega() const
Return the solid angle.
Definition: radiativeIntensityRayI.H:115
Foam::GeometricField< scalar, fvPatchField, volMesh >
Foam::radiation::radiativeIntensityRay::ILambda
const volScalarField & ILambda(const label lambdaI) const
Return the radiative intensity for a given wavelength.
Definition: radiativeIntensityRayI.H:123