Formatting

This commit is contained in:
Hrvoje Jasak 2018-05-01 15:53:44 +01:00
parent a1eae83ca6
commit d490c9d9b5
3 changed files with 4 additions and 5 deletions

View file

@ -43,7 +43,7 @@ namespace Foam
{
/*---------------------------------------------------------------------------*\
Class calculatedFvPatchField Declaration
Class calculatedFvPatchField Declaration
\*---------------------------------------------------------------------------*/
template<class Type>

View file

@ -130,9 +130,8 @@ public:
}
// Destructor
~processorFvsPatchField();
//- Destructor
virtual ~processorFvsPatchField();
// Member functions

View file

@ -360,7 +360,7 @@ void fvMesh::updatePhi(const scalarField& sweptVols) const
// HJ, 22/Dec/2017
V0();
V();
// Boundary update. Used in complex geometries, eg. immersed boundary
// HJ, 29/Nov/2017
forAll (phi.boundaryField(), patchI)