|
Nektar++
|
#include <ForcingMovingReferenceFrame.h>
Public Member Functions | |
| FrameTransform () | |
| ~FrameTransform () | |
| void | SetAngle (const Array< OneD, NekDouble > theta) |
| void | BodyToInerital (const int dim, const Array< OneD, NekDouble > &body, Array< OneD, NekDouble > &inertial) |
| void | IneritalToBody (const int dim, Array< OneD, NekDouble > &body, const Array< OneD, NekDouble > &inertial) |
Private Attributes | |
| Array< OneD, NekDouble > | m_matrix |
Definition at line 85 of file ForcingMovingReferenceFrame.h.
| Nektar::SolverUtils::FrameTransform::FrameTransform | ( | ) |
Definition at line 1099 of file ForcingMovingReferenceFrame.cpp.
References m_matrix.
|
inline |
Definition at line 89 of file ForcingMovingReferenceFrame.h.
| void Nektar::SolverUtils::FrameTransform::BodyToInerital | ( | const int | dim, |
| const Array< OneD, NekDouble > & | body, | ||
| Array< OneD, NekDouble > & | inertial | ||
| ) |
Definition at line 1109 of file ForcingMovingReferenceFrame.cpp.
References m_matrix.
Referenced by Nektar::SolverUtils::ForcingMovingReferenceFrame::SolveBodyMotion().
| void Nektar::SolverUtils::FrameTransform::IneritalToBody | ( | const int | dim, |
| Array< OneD, NekDouble > & | body, | ||
| const Array< OneD, NekDouble > & | inertial | ||
| ) |
Definition at line 1124 of file ForcingMovingReferenceFrame.cpp.
References m_matrix.
Referenced by Nektar::SolverUtils::ForcingMovingReferenceFrame::Update(), and Nektar::SolverUtils::ForcingMovingReferenceFrame::UpdateBoundaryConditions().
Definition at line 1104 of file ForcingMovingReferenceFrame.cpp.
References m_matrix.
Referenced by Nektar::SolverUtils::ForcingMovingReferenceFrame::SolveBodyMotion(), Nektar::SolverUtils::ForcingMovingReferenceFrame::Update(), and Nektar::SolverUtils::ForcingMovingReferenceFrame::UpdateBoundaryConditions().
Definition at line 97 of file ForcingMovingReferenceFrame.h.
Referenced by BodyToInerital(), FrameTransform(), IneritalToBody(), and SetAngle().