functionObjects: Emit warning messages only for field names which do not exist for any type

Resolves bug-report https://bugs.openfoam.org/view.php?id=3583
This commit is contained in:
Henry Weller
2020-10-27 20:03:19 +00:00
parent efbf198022
commit f7848e62a1
27 changed files with 140 additions and 123 deletions

View File

@ -17,7 +17,7 @@ FoamFile
application rhoCentralFoam;
startFrom latestTime;
startFrom startTime;
startTime 0;
@ -53,7 +53,7 @@ maxDeltaT 2e-8;
functions
{
#includeFunc wallHeatFlux
#includeFunc wallHeatFlux(log = true)
#includeFunc sample
}