Go to the documentation of this file.
21 #ifndef __rotatingAxis_hpp__
22 #define __rotatingAxis_hpp__
FUNCTION_HD real setOmega(real omega)
Set omega.
FUNCTION_H bool write(dictionary &dict) const
Write to dictionary.
bool rotating_
is rotating
INLINE_FUNCTION_HD bool isRotating() const
Is rotating.
real omega_
rotation speed
An axis which rotates around itself at specified speed.
INLINE_FUNCTION iIstream & operator>>(iIstream &str, AB3History &ab3)
INLINE_FUNCTION_HD real omega() const
Return omega.
INLINE_FUNCTION iOstream & operator<<(iOstream &str, const AB3History &ab3)
FUNCTION_H bool read(const dictionary &dict)
Read from dictionary.
INLINE_FUNCTION_HD realx3 linTangentialVelocityPoint(const realx3 &p) const
Linear tangential velocity at point p.
#define INLINE_FUNCTION_HD
rotatingAxis & operator=(const rotatingAxis &)=default
Copy asssignment.
FUNCTION_HD rotatingAxis()
Empty constructor.