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:
@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user