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