Go to the documentation of this file.
21 #ifndef __rotatingAxisMotion_hpp__
22 #define __rotatingAxisMotion_hpp__
70 return axis_[
n].linTangentialVelocityPoint(p);
150 "axis name " << name <<
" does not exist. \n";
169 "out of range access to the list of axes " << i <<
endl<<
225 #endif //__rotatingAxisMotion_hpp__
INLINE_FUNCTION_H bool move(real t, real dt)
INLINE_FUNCTION_H void syncViews()
INLINE_FUNCTION_HD realx3 operator()(int32 n, const realx3 &p) const
FUNCTION_H bool write(iOstream &os) const
INLINE_FUNCTION_HD Model & operator=(const Model &)=default
FUNCTION_H rotatingAxisMotion()
INLINE_FUNCTION_H int32 nameToIndex(const word &name) const
TypeInfoNV("rotatingAxisMotion")
iOstream & endl(iOstream &os)
bool writeDictionary(dictionary &dict) const
INLINE_FUNCTION_H void modifyOnHost()
Kokkos::View< T * > deviceViewType1D
FUNCTION_H rotatingAxisMotion & operator=(const rotatingAxisMotion &)=default
FUNCTION_H ~rotatingAxisMotion()=default
int32 findi(const T &val) const
#define fatalErrorInFunction
INLINE_FUNCTION_HD realx3 transferPoint(int32 n, const realx3 p, real dt) const
#define INLINE_FUNCTION_H
INLINE_FUNCTION_HD bool isMoving() const
FUNCTION_H bool read(iIstream &is)
INLINE_FUNCTION_HD realx3 pointVelocity(int32 n, const realx3 &p) const
INLINE_FUNCTION_HD realx3 rotate(const realx3 &p, const line &ln, real theta)
INLINE_FUNCTION_HD Model(deviceViewType1D< rotatingAxis > axis, int32 numAxis)
bool readDictionary(const dictionary &dict)
INLINE_FUNCTION_H deviceViewType & deviceVector()
deviceViewType1D< rotatingAxis > axis_
INLINE_FUNCTION_HD int32 numComponents() const
#define INLINE_FUNCTION_HD
INLINE_FUNCTION_H word indexToName(label i) const