From f9ea3d37f603d27473dc80f2108a5b84ff8271c3 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Sat, 21 Feb 2015 21:41:48 +0000
Subject: [PATCH] timeVaryingMappedFixedValueFvPatchField: Updated
 documentation Resolves bug-report
 http://www.openfoam.org/mantisbt/view.php?id=1545

---
 .../timeVaryingMappedFixedValueFvPatchField.H             | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.H
index 8237cdde6f8..389b965b99b 100644
--- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.H
+++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.H
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011-2014 OpenFOAM Foundation
+    \\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -51,17 +51,19 @@ Description
         perturb      | perturb points for regular geometries | no | 1e-5
         fieldTableName | alternative field name to sample | no| this field name
         mapMethod    | type of mapping | no | planarInterpolation
+        offset   | for applying offset to mapped values  | no | constant 0.0
     \endtable
 
-    /verbatim
+    \verbatim
     myPatch
     {
         type            timeVaryingMappedFixedValue;
         setAverage      false;
         //perturb       0.0;
         //fieldTableName samples;
+        //offset    constant 0.2;
     }
-    /endverbatim
+    \endverbatim
 
 SeeAlso
     Foam::fixedValueFvPatchField
-- 
GitLab