mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: functionObjects - updated writing to file
This commit is contained in:
@ -39,7 +39,10 @@ defineTypeNameAndDebug(cloudInfo, 0);
|
||||
|
||||
void Foam::cloudInfo::writeFileHeader(const label i)
|
||||
{
|
||||
file(i) << "# Time" << tab << "nParcels" << tab << "mass" << endl;
|
||||
writeHeader(file(), "Cloud information");
|
||||
writeCommented(file(), "Time");
|
||||
writeTabbed(file(), "nParcels");
|
||||
writeTabbed(file(), "mass");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user