timeVaryingMappedFixedValueFvPatchField: Updated documentation

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1545
This commit is contained in:
Henry 2015-02-21 21:41:48 +00:00
parent fef8853027
commit f9ea3d37f6

View File

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