mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
wallDist/patchDistMethods/Poisson: New method for fast calculation of an approximate wall-distance field
by solving Poisson's equation
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user