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
Showing
- src/functionObjects/field/MachNo/MachNo.C 2 additions, 2 deletionssrc/functionObjects/field/MachNo/MachNo.C
- src/functionObjects/field/fieldExpression/fieldExpression.C 1 addition, 1 deletionsrc/functionObjects/field/fieldExpression/fieldExpression.C
- src/functionObjects/field/fieldExpression/fieldExpression.H 9 additions, 0 deletionssrc/functionObjects/field/fieldExpression/fieldExpression.H
- src/functionObjects/field/fieldExpression/fieldExpressionTemplates.C 52 additions, 0 deletions...nObjects/field/fieldExpression/fieldExpressionTemplates.C
Please register or sign in to comment