diff --git a/tutorials/incompressible/simpleFoam/squareBend/system/sampling b/tutorials/incompressible/simpleFoam/squareBend/system/sampling index 628d414aeb..7c6161ad6a 100644 --- a/tutorials/incompressible/simpleFoam/squareBend/system/sampling +++ b/tutorials/incompressible/simpleFoam/squareBend/system/sampling @@ -159,6 +159,25 @@ areaIntegrate fields ( p pTotal ); } +nonWeightedAreaAverage +{ + ${__surfaceFieldValue} + enabled false; + + regionType sampledSurface; + name sampledTriSurf; + sampledSurfaceDict + { + type sampledTriSurfaceMesh; + surface angledPlane.obj; + source insideCells; + interpolate true; + } + + operation areaAverage; + fields ( U ); +} + // Inflow uniformity UI1 {