Commet style consistency
This commit is contained in:
parent
8a5ec26e0c
commit
dd0f2bb14e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Reference in a new issue