Formatting
This commit is contained in:
parent
fd52fe4584
commit
e92a02886e
3 changed files with 4 additions and 11 deletions
|
@ -117,7 +117,7 @@ void fvMesh::makeMagSf() const
|
||||||
mag(Sf()) + dimensionedScalar("vs", dimArea, VSMALL)
|
mag(Sf()) + dimensionedScalar("vs", dimArea, VSMALL)
|
||||||
);
|
);
|
||||||
|
|
||||||
// Note: boundaryupdated not required, as magSf is calculated from Sf
|
// Note: boundary update not required, as magSf is calculated from Sf
|
||||||
// HJ, 29/Nov/2017
|
// HJ, 29/Nov/2017
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -81,17 +81,11 @@ public:
|
||||||
|
|
||||||
|
|
||||||
// Destructor
|
// Destructor
|
||||||
|
virtual ~nearWallDist();
|
||||||
virtual ~nearWallDist();
|
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
const volScalarField::GeometricBoundaryField& y() const
|
|
||||||
{
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
//- Correct for mesh geom/topo changes
|
//- Correct for mesh geom/topo changes
|
||||||
virtual void correct();
|
virtual void correct();
|
||||||
};
|
};
|
||||||
|
|
|
@ -47,7 +47,7 @@ namespace Foam
|
||||||
class fvMesh;
|
class fvMesh;
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
Class nearWallDistNoSearch Declaration
|
Class nearWallDistNoSearch Declaration
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
class nearWallDistNoSearch
|
class nearWallDistNoSearch
|
||||||
|
@ -81,8 +81,7 @@ public:
|
||||||
|
|
||||||
|
|
||||||
// Destructor
|
// Destructor
|
||||||
|
virtual ~nearWallDistNoSearch();
|
||||||
virtual ~nearWallDistNoSearch();
|
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
Reference in a new issue