fvDOM Class Reference
Finite Volume Discrete Ordinates Method. Solves the RTE equation for n
directions in a participating media, not including scatter.
More...
List of all members.
Detailed Description
Finite Volume Discrete Ordinates Method. Solves the RTE equation for n
directions in a participating media, not including scatter.
Available absorption models: greyMeanAbsoprtionEmission wideBandAbsorptionEmission
i.e. dictionary fvDOMCoeffs { nPhi 1; // azimuthal angles in PI/2 on X-Y.(from Y to X) nTheta 2; // polar angles in PI (from Z to X-Y plane) convergence 1e-4; // convergence criteria for radiation iteration }
solverFreq 1; // Number of flow iterations per radiation iteration
The total number of solid angles is 4*nPhi*nTheta.
In 1D the direction of the rays is X (nPhi and nTheta are ignored) In 2D the direction of the rays is on X-Y plane (only nPhi is considered) In 3D (nPhi and nTheta are considered)
- Source files
-
Definition at line 69 of file fvDOM.H.
Constructor & Destructor Documentation
Construct from components.
Definition at line 47 of file fvDOM.C.
Destructor.
Definition at line 258 of file fvDOM.C.
Member Function Documentation
Runtime type information.
| void calculate |
( |
|
) |
[virtual] |
| void setRayIdLambdaId |
( |
const word & |
name, |
|
|
label & |
rayId, |
|
|
label & |
lambdaId | |
|
) |
| | const |
Set the rayId and lambdaId from by decomposing an intensity.
field name
Definition at line 369 of file fvDOM.C.
Ray intensity for rayI.
Definition at line 19 of file fvDOMI.H.
Ray intensity for rayI and lambda bandwidth.
Definition at line 27 of file fvDOMI.H.
Number of angles in theta.
Definition at line 36 of file fvDOMI.H.
Number of angles in phi.
Definition at line 42 of file fvDOMI.H.
Number of rays.
Definition at line 48 of file fvDOMI.H.
Number of wavelengths.
Definition at line 54 of file fvDOMI.H.
Const access to total absorption coefficient.
Definition at line 60 of file fvDOMI.H.
Const access to wavelength total absorption coefficient.
Definition at line 67 of file fvDOMI.H.
Const access to total radiative heat flux field.
Definition at line 81 of file fvDOMI.H.
Const access to black body.
Definition at line 88 of file fvDOMI.H.
The documentation for this class was generated from the following files:
- src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOM.H
- src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOM.C
- src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOMI.H
Copyright © 2000-2009 OpenCFD Ltd