STYLE: Remove trailing whitespace

This commit is contained in:
laurence
2012-03-30 08:53:47 +01:00
parent 187d7dee54
commit 3c6c675081
18 changed files with 28 additions and 28 deletions

View File

@ -39,7 +39,7 @@ Description
}
}
If volumeMode =
If volumeMode =
- absolute: values are given as <quantity>
- specific: values are given as <quantity>/m3

View File

@ -38,7 +38,7 @@ Description
gradPini gradPini [0 2 -2 0 0] 0; // initial pressure gradient
flowDir (1 0 0); // flow direction
}
SourceFiles
pressureGradientExplicitSource.C

View File

@ -202,7 +202,7 @@ protected:
//- Maximum radius
scalar rMax_;
// Protected Member Functions
//- Check data
@ -247,7 +247,7 @@ public:
// Constructors
//- Construct from components
rotorDiskSource
(

View File

@ -181,7 +181,7 @@ void Foam::ParticleErosion<CloudType>::postPatch
// particle direction of travel
const vector& U = p.U();
// quick reject if particle travelling away from the patch
if ((-nw & U) < 0)
{

View File

@ -112,7 +112,7 @@ public:
//- Post-move hook
virtual void postMove
(
(
const parcelType& p,
const label cellI,
const scalar dt

View File

@ -285,7 +285,7 @@ void Foam::PairCollision<CloudType>::wallInteraction()
);
flatSiteData.append(wSD);
particleHit = true;
}
}

View File

@ -26,7 +26,7 @@ functions
fields
(
R
R
);
}
}

View File

@ -28,7 +28,7 @@ Description
Calculates pressure coefficient, c_p
c_p = p/p_dyn,inf
where:
p_dyn,inf = 0.5*rho*mag(U_inf)^2