ENH: collated support. Fixes createZeroDirectory in #675.

This commit is contained in:
mattijs
2017-12-21 15:05:10 +00:00
parent 8931e443d8
commit e97275cf12

View File

@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2015 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
\\/ M anipulation | Copyright (C) 2015-2017 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -133,7 +133,6 @@ void createFieldFiles
Info<< " Generating field files" << nl << endl;
// Create files
mkDir(runTime.path()/runTime.timeName()/regionName);
forAll(fieldNames, i)
{
const_cast<word&>(IOdictionary::typeName) =
@ -181,8 +180,8 @@ void createFieldFiles
field2.remove("initialConditions");
field2.remove("boundaryConditions");
// Construct and write field dictionary
IOdictionary fieldOut
// Construct and write field dictionary. Note use of localIOdictionary
localIOdictionary fieldOut
(
IOobject
(