This commit is contained in:
Hrvoje Jasak 2014-08-19 21:32:03 +01:00 committed by Dominik Christ
parent 50f2b4bb99
commit b9497d6460
8 changed files with 8 additions and 8 deletions

View file

@ -46,7 +46,7 @@ void cyclicFvPatch::makeWeights(scalarField& w) const
const scalarField& magFa = magSf(); const scalarField& magFa = magSf();
// Note: mag in the dot-product. // Note: mag in the dot-product.
// For all valid meshes, the non-orthogonality will be less that // For all valid meshes, the non-orthogonality will be less than
// 90 deg and the dot-product will be positive. For invalid // 90 deg and the dot-product will be positive. For invalid
// meshes (d & s <= 0), this will stabilise the calculation // meshes (d & s <= 0), this will stabilise the calculation
// but the result will be poor. HJ, 24/Aug/2011 // but the result will be poor. HJ, 24/Aug/2011

View file

@ -55,7 +55,7 @@ void Foam::cyclicGgiFvPatch::makeWeights(scalarField& w) const
vectorField n = nf(); vectorField n = nf();
// Note: mag in the dot-product. // Note: mag in the dot-product.
// For all valid meshes, the non-orthogonality will be less that // For all valid meshes, the non-orthogonality will be less than
// 90 deg and the dot-product will be positive. For invalid // 90 deg and the dot-product will be positive. For invalid
// meshes (d & s <= 0), this will stabilise the calculation // meshes (d & s <= 0), this will stabilise the calculation
// but the result will be poor. HJ, 24/Aug/2011 // but the result will be poor. HJ, 24/Aug/2011

View file

@ -65,7 +65,7 @@ void Foam::ggiFvPatch::makeWeights(scalarField& w) const
vectorField n = nf(); vectorField n = nf();
// Note: mag in the dot-product. // Note: mag in the dot-product.
// For all valid meshes, the non-orthogonality will be less that // For all valid meshes, the non-orthogonality will be less than
// 90 deg and the dot-product will be positive. For invalid // 90 deg and the dot-product will be positive. For invalid
// meshes (d & s <= 0), this will stabilise the calculation // meshes (d & s <= 0), this will stabilise the calculation
// but the result will be poor. HJ, 24/Aug/2011 // but the result will be poor. HJ, 24/Aug/2011

View file

@ -64,7 +64,7 @@ void Foam::mixingPlaneFvPatch::makeWeights(scalarField& w) const
vectorField n = nf(); vectorField n = nf();
// Note: mag in the dot-product. // Note: mag in the dot-product.
// For all valid meshes, the non-orthogonality will be less that // For all valid meshes, the non-orthogonality will be less than
// 90 deg and the dot-product will be positive. For invalid // 90 deg and the dot-product will be positive. For invalid
// meshes (d & s <= 0), this will stabilise the calculation // meshes (d & s <= 0), this will stabilise the calculation
// but the result will be poor. HJ, 24/Aug/2011 // but the result will be poor. HJ, 24/Aug/2011

View file

@ -52,7 +52,7 @@ void Foam::overlapGgiFvPatch::makeWeights(scalarField& w) const
vectorField n = nf(); vectorField n = nf();
// Note: mag in the dot-product. // Note: mag in the dot-product.
// For all valid meshes, the non-orthogonality will be less that // For all valid meshes, the non-orthogonality will be less than
// 90 deg and the dot-product will be positive. For invalid // 90 deg and the dot-product will be positive. For invalid
// meshes (d & s <= 0), this will stabilise the calculation // meshes (d & s <= 0), this will stabilise the calculation
// but the result will be poor. HJ, 24/Aug/2011 // but the result will be poor. HJ, 24/Aug/2011

View file

@ -47,7 +47,7 @@ void processorFvPatch::makeWeights(scalarField& w) const
// The face normals point in the opposite direction on the other side // The face normals point in the opposite direction on the other side
// Note: mag in the dot-product. // Note: mag in the dot-product.
// For all valid meshes, the non-orthogonality will be less that // For all valid meshes, the non-orthogonality will be less than
// 90 deg and the dot-product will be positive. For invalid // 90 deg and the dot-product will be positive. For invalid
// meshes (d & s <= 0), this will stabilise the calculation // meshes (d & s <= 0), this will stabilise the calculation
// but the result will be poor. HJ, 24/Aug/2011 // but the result will be poor. HJ, 24/Aug/2011

View file

@ -62,7 +62,7 @@ void Foam::regionCoupleFvPatch::makeWeights(scalarField& w) const
vectorField n = nf(); vectorField n = nf();
// Note: mag in the dot-product. // Note: mag in the dot-product.
// For all valid meshes, the non-orthogonality will be less that // For all valid meshes, the non-orthogonality will be less than
// 90 deg and the dot-product will be positive. For invalid // 90 deg and the dot-product will be positive. For invalid
// meshes (d & s <= 0), this will stabilise the calculation // meshes (d & s <= 0), this will stabilise the calculation
// but the result will be poor. HJ, 24/Aug/2011 // but the result will be poor. HJ, 24/Aug/2011

View file

@ -171,7 +171,7 @@ void Foam::surfaceInterpolation::makeWeights() const
forAll (owner, facei) forAll (owner, facei)
{ {
// Note: mag in the dot-product. // Note: mag in the dot-product.
// For all valid meshes, the non-orthogonality will be less that // For all valid meshes, the non-orthogonality will be less than
// 90 deg and the dot-product will be positive. For invalid // 90 deg and the dot-product will be positive. For invalid
// meshes (d & s <= 0), this will stabilise the calculation // meshes (d & s <= 0), this will stabilise the calculation
// but the result will be poor. // but the result will be poor.