From 3d4220581499fb5ce193ef8cd8a35052796b46ed Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Mon, 3 Feb 2014 12:34:54 +0000 Subject: [PATCH] ENH: Updated documentation --- .../surfaceNormalFixedValueFvPatchVectorField.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.H index e0068654fd0..77876be49ac 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -43,7 +43,7 @@ Description myPatch { type surfaceNormalFixedValue; - refValue -10; // 10 INTO the domain + refValue uniform -10; // 10 INTO the domain } \endverbatim -- GitLab