mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: mappedPatchFieldBase: added comment
This commit is contained in:
@ -25,7 +25,18 @@ Class
|
||||
Foam::mappedPatchFieldBase
|
||||
|
||||
Description
|
||||
Functionality for sampling fields using mappedPatchBase.
|
||||
Functionality for sampling fields using mappedPatchBase. Every call to
|
||||
mappedField() returns a sampled field, optionally scaled to maintain an
|
||||
area-weighted average.
|
||||
|
||||
Example usage:
|
||||
|
||||
{
|
||||
fieldName T; // default is same as fvPatchField
|
||||
setAverage false;
|
||||
average 1.0; // only if setAverage=true
|
||||
interpolationScheme cellPoint; // default is cell
|
||||
}
|
||||
|
||||
SourceFiles
|
||||
mappedPatchFieldBase.C
|
||||
|
||||
Reference in New Issue
Block a user