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
|
\\ / 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
|
||||||
|
|||||||
Reference in New Issue
Block a user