diff --git a/src/finiteVolume/fvMesh/fvPatches/constraint/ggi/ggiFvPatch.C b/src/finiteVolume/fvMesh/fvPatches/constraint/ggi/ggiFvPatch.C index e181bd205..f329aac04 100644 --- a/src/finiteVolume/fvMesh/fvPatches/constraint/ggi/ggiFvPatch.C +++ b/src/finiteVolume/fvMesh/fvPatches/constraint/ggi/ggiFvPatch.C @@ -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::ggiFvPatch::delta() const {