OpenFOAM-4.x/src/functionObjects
Henry Weller 35f4d2da07 functionObjects::fieldExpression: Correct and improve warning messages
postProcess -func MachNo

previously generated the warning

Executing functionObjects
--> FOAM Warning :     functionObjects::MachNo MachNo cannot find required field U

which is incorrect; the field 'U' is available but the
thermophysicalProperties is not.  Now 'postProcess' generates the
warning:

Executing functionObjects
--> FOAM Warning :     functionObjects::MachNo MachNo cannot find required object thermophysicalProperties of type fluidThermo
--> FOAM Warning :     functionObjects::MachNo MachNo failed to execute.

Resolves bug-report http://bugs.openfoam.org/view.php?id=2352
2016-11-25 21:49:56 +00:00
..
field functionObjects::fieldExpression: Correct and improve warning messages 2016-11-25 21:49:56 +00:00
forces forceCoeffs: Removed duplicate header writing 2016-08-24 16:02:53 +01:00
lagrangian Updated version to OpenFOAM-4.x 2016-06-28 11:59:45 +01:00
solvers Doxygen documentation: Standardized the 'See also' heading 2016-06-17 17:31:34 +01:00
utilities functionObjects::systemCall: Updated documentation 2016-07-09 21:55:15 +01:00
Allwmake postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities 2016-05-28 18:58:48 +01:00