ENH: writeFile - add newFile function

ENH: writeFile - renamed createFile functions
     to newFileAtTime and newFileAtStartTime
This commit is contained in:
Andrew Heather
2022-09-22 14:22:14 +01:00
committed by Mark OLESEN
parent c59b6db3c4
commit f87f0040b8
15 changed files with 99 additions and 31 deletions

View File

@ -190,7 +190,7 @@ bool Foam::binModel::read(const dictionary& dict)
filePtrs_.setSize(fieldNames_.size());
forAll(filePtrs_, i)
{
filePtrs_.set(i, createFile(fieldNames_[i] + "Bin"));
filePtrs_.set(i, newFileAtStartTime(fieldNames_[i] + "Bin"));
}
setCoordinateSystem(dict);