Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / src / thermophysicalModels / radiationModels / radiationModel / fvDOM / radiativeIntensityRay / radiativeIntensityRayI.H
blob5c24c279c631c7e3cddacf050b3074d58e220a70
1 /*---------------------------------------------------------------------------*\
2   =========                 |
3   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
4    \\    /   O peration     |
5     \\  /    A nd           | Copyright (C) 2008-2011 OpenCFD Ltd.
6      \\/     M anipulation  |
7 -------------------------------------------------------------------------------
8 License
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
19     for more details.
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
29     return I_;
33 inline const Foam::volScalarField&
34 Foam::radiation::radiativeIntensityRay::Qr() const
36     return Qr_;
40 inline Foam::volScalarField& Foam::radiation::radiativeIntensityRay::Qr()
42     return Qr_;
45 inline const Foam::volScalarField& Foam::radiation::
46 radiativeIntensityRay::Qin() const
48     return Qin_;
52 inline Foam::volScalarField& Foam::radiation::radiativeIntensityRay::Qin()
54     return Qin_;
58 inline const Foam::volScalarField& Foam::radiation::
59 radiativeIntensityRay::Qem() const
61     return Qem_;
65 inline Foam::volScalarField& Foam::radiation::radiativeIntensityRay::Qem()
67     return Qem_;
71 inline const Foam::vector& Foam::radiation::radiativeIntensityRay::d() const
73     return d_;
77 inline const Foam::vector& Foam::radiation::radiativeIntensityRay::dAve() const
79     return dAve_;
83 inline Foam::scalar Foam::radiation::radiativeIntensityRay::nLambda() const
85     return nLambda_;
89 inline Foam::scalar Foam::radiation::radiativeIntensityRay::phi() const
91     return phi_;
95 inline Foam::scalar Foam::radiation::radiativeIntensityRay::theta() const
97     return theta_;
101 inline Foam::scalar Foam::radiation::radiativeIntensityRay::omega() const
103     return omega_;
107 inline const Foam::volScalarField&
108 Foam::radiation::radiativeIntensityRay::ILambda
110     const label lambdaI
111 ) const
113     return ILambda_[lambdaI];
117 // ************************************************************************* //