STYLE: Minor code formatting

This commit is contained in:
andy
2011-11-07 14:14:25 +00:00
parent 6de3559b7d
commit 3a960a33f1

View File

@ -80,12 +80,12 @@ void Foam::FacePostProcessing<CloudType>::write()
const Time& time = mesh.time();
const faceZoneMesh& fzm = mesh.faceZones();
scalar timeNew = time.value();
scalar timeElapsed = timeNew-timeOld_;
scalar timeElapsed = timeNew - timeOld_;
totalTime_ += timeElapsed;
const scalar alpha = (totalTime_ - timeElapsed)/totalTime_;
const scalar beta = timeElapsed/totalTime_; //correct
const scalar beta = timeElapsed/totalTime_;
forAll(faceZoneIDs_, zoneI)
{
@ -96,7 +96,7 @@ void Foam::FacePostProcessing<CloudType>::write()
const label procI = Pstream::myProcNo();
Info<< "particleFaceFlowRate output:" << nl;
Info<< type() << " output:" << nl;
List<scalarField> zoneMassTotal(mass_.size());
List<scalarField> zoneMassFlowRate(massFlowRate_.size());