postChannel: Moved postChannelDict from constant to system

Resolves https://bugs.openfoam.org/view.php?id=3224
This commit is contained in:
Henry Weller
2019-04-18 11:03:56 +01:00
parent 520fb8679c
commit cd656fbf9b
2 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -34,12 +34,13 @@ Description
\*---------------------------------------------------------------------------*/
#include "fvCFD.H"
#include "argList.H"
#include "timeSelector.H"
#include "volFields.H"
#include "channelIndex.H"
#include "makeGraph.H"
#include "OSspecific.H"
using namespace Foam;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -66,7 +67,7 @@ int main(int argc, char *argv[])
IOobject
(
"postChannelDict",
mesh.time().constant(),
mesh.time().system(),
mesh,
IOobject::MUST_READ_IF_MODIFIED,
IOobject::NO_WRITE