Commet style consistency

This commit is contained in:
Hrvoje Jasak 2019-09-25 15:12:10 +01:00
parent 8a5ec26e0c
commit dd0f2bb14e

View file

@ -53,7 +53,7 @@ Foam::ggiFvPatch::~ggiFvPatch()
{}
// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * //
// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //
// Make patch weighting factors
void Foam::ggiFvPatch::makeWeights(fvsPatchScalarField& w) const
@ -192,6 +192,8 @@ void Foam::ggiFvPatch::makeCorrVecs(fvsPatchVectorField& cv) const
}
// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * //
// Return delta (P to N) vectors across coupled patch
Foam::tmp<Foam::vectorField> Foam::ggiFvPatch::delta() const
{