From 01221babfcbb6662fec05913dbc9fd900bb48f6a Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Fri, 12 Jun 2020 10:03:12 +0100 Subject: [PATCH] TUT: Corrected link in README - fixes #1698 --- .../incompressible/simpleFoam/backwardFacingStep2D/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/incompressible/simpleFoam/backwardFacingStep2D/README b/tutorials/incompressible/simpleFoam/backwardFacingStep2D/README index 8971d4754cd..590db6c5b57 100644 --- a/tutorials/incompressible/simpleFoam/backwardFacingStep2D/README +++ b/tutorials/incompressible/simpleFoam/backwardFacingStep2D/README @@ -3,7 +3,7 @@ Steady flow over a 2D backward facing step This canonical case is based on the description by Driver and Seegmiller D.M. Driver and H.L. Seegmiller. Features of a reattaching turbulent shear - layer in divergent channel flow. AIAA Journal, 23(2):163–171, 1985. + layer in divergent channel flow. AIAA Journal, 23(2):163–171, 1985. where the mesh is based on the Langley Research Center Turbulence Modeling Resource set-up provided at: @@ -18,5 +18,5 @@ shear stress and velocity profiles at various cross-sections. For further information please visit: - openfoam.com/documentation/cpp-guide/html/verification-validation-turbulent-backward-facing-step.html + https://www.openfoam.com/documentation/guides/latest/doc/verification-validation-turbulent-backward-facing-step.html -- GitLab