mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: residuals function object - added header documentation
This commit is contained in:
@ -42,9 +42,17 @@ Usage
|
|||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
|
Where the entries comprise:
|
||||||
|
\table
|
||||||
|
Property | Description | Required | Default value
|
||||||
|
type | Type name: residua ls | yes |
|
||||||
|
fields | List of fields to process | yes |
|
||||||
|
writeFields | Write the residual fields | no | no
|
||||||
|
\endtable
|
||||||
|
|
||||||
Output data is written to the dir postProcessing/residuals/\<timeDir\>/
|
Output data is written to the dir postProcessing/residuals/\<timeDir\>/
|
||||||
For vector/tensor fields, e.g. U, where an equation is solved for each
|
For vector/tensor fields, e.g. U, where an equation is solved for each
|
||||||
component, the largest residual of each component is written out.
|
component, the largest residual of each component is written.
|
||||||
|
|
||||||
See also
|
See also
|
||||||
Foam::functionObject
|
Foam::functionObject
|
||||||
|
|||||||
Reference in New Issue
Block a user