Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs
2009-04-02 13:29:42 +01:00
22 changed files with 140 additions and 3 deletions

View File

@ -30,6 +30,9 @@ Description
\*---------------------------------------------------------------------------*/
#ifndef radiationConstants_H
#define radiationConstants_H
#include "dimensionedScalar.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -43,5 +46,8 @@ namespace radiation
}
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#endif
// ************************************************************************* //

View File

@ -265,10 +265,10 @@ bool Foam::radiation::fvDOM::read()
{
if (radiationModel::read())
{
// nothing to read
// Only reading solution parameters - not changing ray geometry
// coeffs_.lookup("nTheta") >> nTheta_;
// coeffs_.lookup("nPhi") >> nPhi_;
coeffs_.readIfPresent("convergence", convergence_);
coeffs_.readIfPresent("maxIter", maxIter_);
return true;
}