ENH: function objects - enabled 'fields' entry to use patterns for some objects

This commit is contained in:
Andrew Heather
2017-11-07 17:33:09 +00:00
parent c1b7854cf7
commit ec9a7cc016
24 changed files with 1043 additions and 69 deletions

View File

@ -860,7 +860,7 @@ bool Foam::functionObjects::regionSizeDistribution::write()
forAll(selected, i)
{
const word& fldName = scalarNames[selected[i]];
Log << " Scalar field " << fldName << endl;
Log << " Scalar field " << fldName << endl;
const scalarField& fld = obr_.lookupObject
<