STYLE: minor code formatting updates

This commit is contained in:
andy
2012-07-06 15:44:04 +01:00
parent 5b364fae9b
commit b09f2a6499
2 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -29,8 +29,6 @@ License
#include "volFields.H"
#include "surfaceFields.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
Foam::fluxCorrectedVelocityFvPatchVectorField::

View File

@ -34,14 +34,16 @@ Description
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
}
\verbatim
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
solverFreq 1; // Number of flow iterations per radiation iteration
\endverbatim
The total number of solid angles is 4*nPhi*nTheta.