regionModels::kinematicSingleLayer: Rationalised and simplified the handling of the film surface and wall velocities
This commit is contained in:
@ -491,7 +491,7 @@ namespace Foam
|
||||
{
|
||||
Pair<tmp<triSurfacePointScalarField >> closenessFields
|
||||
(
|
||||
searchSurf.extractPointCloseness()
|
||||
searchSurf.extractPointCloseness(10, 10)
|
||||
);
|
||||
|
||||
Info<< " writing "
|
||||
|
||||
Reference in New Issue
Block a user