mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CodedSource: Corrected documentation
Patch contributed by zhulianhua Resolves bug-report https://bugs.openfoam.org/view.php?id=2427
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user