mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
remove trailing space from some files
This commit is contained in:
@ -328,7 +328,7 @@ void Foam::displacementComponentLaplacianFvMotionSolver::updateMesh
|
||||
forAll(newPoints0, pointI)
|
||||
{
|
||||
label oldPointI = mpm.pointMap()[pointI];
|
||||
|
||||
|
||||
if (oldPointI >= 0)
|
||||
{
|
||||
label masterPointI = mpm.reversePointMap()[oldPointI];
|
||||
|
||||
@ -113,7 +113,7 @@ void cellMotionFvPatchField<Type>::updateCoeffs()
|
||||
word pfName = this->dimensionedInternalField().name();
|
||||
pfName.replace("cell", "point");
|
||||
|
||||
const GeometricField<Type, pointPatchField, pointMesh>& pointMotion =
|
||||
const GeometricField<Type, pointPatchField, pointMesh>& pointMotion =
|
||||
this->db().objectRegistry::
|
||||
lookupObject<GeometricField<Type, pointPatchField, pointMesh> >
|
||||
(
|
||||
|
||||
@ -52,7 +52,7 @@ class inverseDistanceDiffusivity
|
||||
public uniformDiffusivity
|
||||
{
|
||||
// Private data
|
||||
|
||||
|
||||
//- Patches selected to base the distance on
|
||||
// These can contain regular expressions and the actuallt patch names
|
||||
// will be searched for.
|
||||
|
||||
@ -52,7 +52,7 @@ class inverseFaceDistanceDiffusivity
|
||||
public uniformDiffusivity
|
||||
{
|
||||
// Private data
|
||||
|
||||
|
||||
//- Patches selected to base the distance on
|
||||
wordList patchNames_;
|
||||
|
||||
|
||||
@ -52,7 +52,7 @@ class inversePointDistanceDiffusivity
|
||||
public uniformDiffusivity
|
||||
{
|
||||
// Private data
|
||||
|
||||
|
||||
//- Patches selected to base the distance on
|
||||
wordList patchNames_;
|
||||
|
||||
|
||||
@ -73,7 +73,7 @@ void Foam::motionDirectionalDiffusivity::correct()
|
||||
|
||||
if (!first)
|
||||
{
|
||||
const volVectorField& cellMotionU =
|
||||
const volVectorField& cellMotionU =
|
||||
mesh.lookupObject<volVectorField>("cellMotionU");
|
||||
|
||||
volVectorField D
|
||||
|
||||
@ -198,7 +198,7 @@ void surfaceDisplacementPointPatchVectorField::calcProjection
|
||||
rightHit
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
List<pointIndexHit> leftHit;
|
||||
{
|
||||
labelList leftSurf;
|
||||
|
||||
@ -197,7 +197,7 @@ void surfaceSlipDisplacementPointPatchVectorField::calcProjection
|
||||
rightHit
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
List<pointIndexHit> leftHit;
|
||||
{
|
||||
labelList leftSurf;
|
||||
|
||||
Reference in New Issue
Block a user