mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: pointEdgePoint: improved comment
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -25,8 +25,8 @@ Class
|
|||||||
Foam::pointEdgePoint
|
Foam::pointEdgePoint
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Holds information regarding nearest wall point. Used in pointEdgeWave.
|
Holds information regarding nearest wall point. Used in PointEdgeWave.
|
||||||
(so not standard meshWave)
|
(so not standard FaceCellWave)
|
||||||
To be used in wall distance calculation.
|
To be used in wall distance calculation.
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
@ -116,7 +116,7 @@ public:
|
|||||||
inline scalar distSqr() const;
|
inline scalar distSqr() const;
|
||||||
|
|
||||||
|
|
||||||
// Needed by meshWave
|
// Needed by PointEdgeWave
|
||||||
|
|
||||||
//- Check whether origin has been changed at all or
|
//- Check whether origin has been changed at all or
|
||||||
// still contains original (invalid) value.
|
// still contains original (invalid) value.
|
||||||
|
|||||||
Reference in New Issue
Block a user