setTimeStepFunctionObject: Corrected typo
Resolves bug-report https://bugs.openfoam.org/view.php?id=2507
This commit is contained in:
parent
2da9c7f2b5
commit
d7e54d5c92
1 changed files with 2 additions and 2 deletions
|
|
@ -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) 2013-2016 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2013-2017 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
|
|
@ -31,7 +31,7 @@ Description
|
||||||
Overrides the timeStep. Can only be used with
|
Overrides the timeStep. Can only be used with
|
||||||
solvers with adjustTimeStep control (e.g. pimpleFoam). Makes no attempt
|
solvers with adjustTimeStep control (e.g. pimpleFoam). Makes no attempt
|
||||||
to cooperate with other timeStep 'controllers' (maxCo, other
|
to cooperate with other timeStep 'controllers' (maxCo, other
|
||||||
functionObjects). Supports 'enabled' flag but none of othe other ones
|
functionObjects). Supports 'enabled' flag but none of the other ones
|
||||||
'timeStart', 'timeEnd', 'writeControl' etc.
|
'timeStart', 'timeEnd', 'writeControl' etc.
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue