mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Remove trailing whitespace
This commit is contained in:
@ -39,7 +39,7 @@ Description
|
||||
}
|
||||
}
|
||||
|
||||
If volumeMode =
|
||||
If volumeMode =
|
||||
- absolute: values are given as <quantity>
|
||||
- specific: values are given as <quantity>/m3
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -202,7 +202,7 @@ protected:
|
||||
//- Maximum radius
|
||||
scalar rMax_;
|
||||
|
||||
|
||||
|
||||
// Protected Member Functions
|
||||
|
||||
//- Check data
|
||||
@ -247,7 +247,7 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
|
||||
|
||||
//- Construct from components
|
||||
rotorDiskSource
|
||||
(
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
@ -112,7 +112,7 @@ public:
|
||||
|
||||
//- Post-move hook
|
||||
virtual void postMove
|
||||
(
|
||||
(
|
||||
const parcelType& p,
|
||||
const label cellI,
|
||||
const scalar dt
|
||||
|
||||
@ -285,7 +285,7 @@ void Foam::PairCollision<CloudType>::wallInteraction()
|
||||
);
|
||||
|
||||
flatSiteData.append(wSD);
|
||||
|
||||
|
||||
particleHit = true;
|
||||
}
|
||||
}
|
||||
|
||||
@ -26,7 +26,7 @@ functions
|
||||
|
||||
fields
|
||||
(
|
||||
R
|
||||
R
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user