From 9c84753e0230bd79dd1afb46320984ef7ce3e45b Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Tue, 16 Oct 2018 15:26:55 +0100 Subject: [PATCH] DOC: Updated header - see #875 --- .../field/stabilityBlendingFactor/stabilityBlendingFactor.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functionObjects/field/stabilityBlendingFactor/stabilityBlendingFactor.H b/src/functionObjects/field/stabilityBlendingFactor/stabilityBlendingFactor.H index 9d58a323fd..0b4157759a 100644 --- a/src/functionObjects/field/stabilityBlendingFactor/stabilityBlendingFactor.H +++ b/src/functionObjects/field/stabilityBlendingFactor/stabilityBlendingFactor.H @@ -39,7 +39,7 @@ Description weight = f scheme1 + (1 - f) scheme2 \f] - The factor is calculated based on five criteria: + The factor is calculated based on six criteria: 1) mesh non-orthogonality field 2) magnitude of cell centres gradient @@ -58,7 +58,7 @@ Description max ( 0.0, - (non-orthogonality - maxNonOrthogonality) + (nonOrthogonality - maxNonOrthogonality) /(minNonOrthogonality - maxNonOrthogonality) ), 1.0