functionObjects:🔍 Removed redundant warning
This commit is contained in:
parent
640b38bbce
commit
5c6a393ead
2 changed files with 3 additions and 8 deletions
|
|
@ -50,12 +50,6 @@ bool Foam::functionObjects::mag::calc()
|
|||
processed = processed || calcMag<symmTensor>();
|
||||
processed = processed || calcMag<tensor>();
|
||||
|
||||
if (!processed)
|
||||
{
|
||||
WarningInFunction
|
||||
<< "Unprocessed field " << fieldName_ << endl;
|
||||
}
|
||||
|
||||
return processed;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -28,8 +28,9 @@ Group
|
|||
grpFieldFunctionObjects
|
||||
|
||||
Description
|
||||
This function object calculates the magnitude of a field. The operation
|
||||
can be applied to any volume or surface fieldsm and the output is a
|
||||
This function object calculates the magnitude of a field.
|
||||
|
||||
The operation can be applied to any volume or surface fields generating a
|
||||
volume or surface scalar field.
|
||||
|
||||
SeeAlso
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue