1 /*---------------------------------------------------------------------------*\
3 \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
5 \\ / A nd | Copyright (C) 2008-2011 OpenCFD Ltd.
7 -------------------------------------------------------------------------------
9 This file is part of OpenFOAM.
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.
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
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/>.
24 \*---------------------------------------------------------------------------*/
26 inline const Foam::volScalarField&
27 Foam::radiation::radiativeIntensityRay::I() const
33 inline const Foam::volScalarField&
34 Foam::radiation::radiativeIntensityRay::Qr() const
40 inline Foam::volScalarField& Foam::radiation::radiativeIntensityRay::Qr()
45 inline const Foam::volScalarField& Foam::radiation::
46 radiativeIntensityRay::Qin() const
52 inline Foam::volScalarField& Foam::radiation::radiativeIntensityRay::Qin()
58 inline const Foam::volScalarField& Foam::radiation::
59 radiativeIntensityRay::Qem() const
65 inline Foam::volScalarField& Foam::radiation::radiativeIntensityRay::Qem()
71 inline const Foam::vector& Foam::radiation::radiativeIntensityRay::d() const
77 inline const Foam::vector& Foam::radiation::radiativeIntensityRay::dAve() const
83 inline Foam::scalar Foam::radiation::radiativeIntensityRay::nLambda() const
89 inline Foam::scalar Foam::radiation::radiativeIntensityRay::phi() const
95 inline Foam::scalar Foam::radiation::radiativeIntensityRay::theta() const
101 inline Foam::scalar Foam::radiation::radiativeIntensityRay::omega() const
107 inline const Foam::volScalarField&
108 Foam::radiation::radiativeIntensityRay::ILambda
113 return ILambda_[lambdaI];
117 // ************************************************************************* //