Loading...
Searching...
No Matches
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-------------------------------------------------------------------------------
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.
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
28inline const Foam::volScalarField&
30{
31 return I_;
32}
33
34
37{
38 return qr_;
39}
45}
46
49{
50 return qin_;
51}
52
58
59
62{
63 return qem_;
64}
65
70}
71
74{
75 return d_;
76}
77
80{
81 return dAve_;
82}
83
88}
89
94}
95
98{
99 return nLambda_;
100}
101
103inline Foam::scalar Foam::radiation::radiativeIntensityRay::phi() const
104{
105 return phi_;
106}
107
109inline Foam::scalar Foam::radiation::radiativeIntensityRay::theta() const
110{
111 return theta_;
112}
113
114
116{
117 return omega_;
118}
119
120
121inline const Foam::volScalarField&
123(
124 const label lambdaI
125) const
126{
127 return ILambda_[lambdaI];
128}
129
130
131// ************************************************************************* //
const vector & dAve() const
Return the average vector inside the solid angle.
scalar theta() const
Return the theta angle.
const volScalarField & ILambda(const label lambdaI) const
Return the radiative intensity for a given wavelength.
const vector & d() const
Return direction.
const volScalarField & I() const
Return intensity.
scalar nLambda() const
Return the number of bands.
scalar omega() const
Return the solid angle.
const volScalarField & qr() const
Return const access to the boundary heat flux.
volScalarField & qin()
Return non-const access to the boundary incident heat flux.
scalar phi() const
Return the phi angle.
volScalarField & qem()
Return non-const access to the boundary emitted heat flux.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Vector< scalar > vector
Definition vector.H:57