mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
particle: Removed the oldNormal function which is no longer needed
This commit is contained in:
@ -471,11 +471,6 @@ public:
|
||||
// current tet.
|
||||
inline vector normal() const;
|
||||
|
||||
//- Return the normal of the tri on tetFacei_ for the
|
||||
// current tet at the start of the timestep, i.e. based
|
||||
// on oldPoints
|
||||
inline vector oldNormal() const;
|
||||
|
||||
//- Is the particle on a face?
|
||||
inline bool onFace() const;
|
||||
|
||||
|
||||
@ -256,12 +256,6 @@ inline Foam::vector Foam::particle::normal() const
|
||||
}
|
||||
|
||||
|
||||
inline Foam::vector Foam::particle::oldNormal() const
|
||||
{
|
||||
return currentTetIndices().oldFaceTri(mesh_).normal();
|
||||
}
|
||||
|
||||
|
||||
inline bool Foam::particle::onFace() const
|
||||
{
|
||||
return facei_ >= 0;
|
||||
|
||||
Reference in New Issue
Block a user