CodedSource: Corrected documentation

Patch contributed by zhulianhua
Resolves bug-report https://bugs.openfoam.org/view.php?id=2427
This commit is contained in:
Henry Weller
2017-01-13 14:14:06 +00:00
parent 237c90820b
commit 1ddaec3fc0

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) 2012-2016 OpenFOAM Foundation \\ / A nd | Copyright (C) 2012-2017 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -57,12 +57,15 @@ Usage
{ {
type scalarCodedSource; type scalarCodedSource;
active yes;
name sourceTime;
scalarCodedSourceCoeffs scalarCodedSourceCoeffs
{ {
selectionMode all; selectionMode all;
fields (h); fields (h);
name sourceTime;
codeInclude codeInclude
#{ #{
@ -99,7 +102,7 @@ Usage
sourceTimeCoeffs sourceTimeCoeffs
{ {
// Dummy entry $scalarCodedSourceCoeffs;
} }
} }
\endverbatim \endverbatim