code tidying

This commit is contained in:
andy
2009-09-02 11:15:02 +01:00
parent 91675bd616
commit aae0345283
13 changed files with 55 additions and 48 deletions

View File

@ -27,6 +27,8 @@ License
#include "ManualInjection.H"
#include "mathConstants.H"
using namespace Foam::constant;
// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //
template<class CloudType>
@ -106,7 +108,7 @@ Foam::ManualInjection<CloudType>::ManualInjection
}
// Determine volume of particles to inject
this->volumeTotal_ = sum(pow3(diameters_))*constant::math::pi/6.0;
this->volumeTotal_ = sum(pow3(diameters_))*math::pi/6.0;
}