access method to geometry_ attribute

This commit is contained in:
ignis 2018-04-26 17:36:56 +09:00
parent dfc868000c
commit 94662c272c
2 changed files with 9 additions and 0 deletions

View file

@ -129,6 +129,8 @@ public:
inline scalar z();
inline Geometry geometry();
// Check
// Edit

View file

@ -53,6 +53,13 @@ inline Foam::scalar Foam::Particle::z()
return z_;
}
inline Foam::Particle::Geometry Foam::Particle::geometry()
{
return geometry_;
}
// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //