Formatting
This commit is contained in:
parent
a1eae83ca6
commit
d490c9d9b5
3 changed files with 4 additions and 5 deletions
|
@ -43,7 +43,7 @@ namespace Foam
|
|||
{
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class calculatedFvPatchField Declaration
|
||||
Class calculatedFvPatchField Declaration
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
template<class Type>
|
||||
|
|
|
@ -130,9 +130,8 @@ public:
|
|||
}
|
||||
|
||||
|
||||
// Destructor
|
||||
|
||||
~processorFvsPatchField();
|
||||
//- Destructor
|
||||
virtual ~processorFvsPatchField();
|
||||
|
||||
|
||||
// Member functions
|
||||
|
|
|
@ -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)
|
||||
|
|
Reference in a new issue