wallDist/patchDistMethods/Poisson: New method for fast calculation of an approximate wall-distance field

by solving Poisson's equation
This commit is contained in:
Henry
2015-01-08 22:43:42 +00:00
parent af3fbf9095
commit 7016ad200b
7 changed files with 336 additions and 16 deletions

View File

@ -145,7 +145,7 @@ public:
//- Correct the given distance-to-patch field
virtual bool correct(volScalarField& y) = 0;
//- Correct the given distance-to-patch and reflection vector fields
//- Correct the given distance-to-patch and normal-to-patch fields
virtual bool correct(volScalarField& y, volVectorField& n) = 0;
};