timeVaryingMappedFixedValue: Reinstated support for AverageField

This commit is contained in:
Henry Weller
2016-07-01 10:26:20 +01:00
parent 08e941dccb
commit a623ab42a3
14 changed files with 302 additions and 372 deletions

View File

@ -25,7 +25,8 @@ Class
Foam::sampledCuttingPlane
Description
A sampledSurface defined by a plane
A sampledSurface defined by a plane using the iso-surface algorithm
to 'cut' the mesh.
SourceFiles
sampledCuttingPlane.C

View File

@ -25,7 +25,8 @@ Class
Foam::sampledPlane
Description
A sampledSurface defined by a cuttingPlane. Triangulated by default.
A sampledSurface defined by a plane which 'cuts' the mesh using the
cuttingPlane alorithm. The plane is triangulated by default.
Note
Does not actually cut until update() called.