Skip to content
Snippets Groups Projects
Commit bfcf3b2a authored by Kutalmış Berçin's avatar Kutalmış Berçin Committed by Andrew Heather
Browse files

ENH: sixDoF: add underlying-motion access to constraints

parent 246d9275
No related branches found
No related tags found
1 merge request!613ENH: sixDoF: add max/min angle constraints to the axis constraint
......@@ -6,6 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2014 OpenFOAM Foundation
Copyright (C) 2023 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
......@@ -162,6 +163,12 @@ public:
return sDoFRBMCCoeffs_;
}
//- Return const access to motion
const sixDoFRigidBodyMotion& motion() const noexcept { return motion_; }
// I-O
//- Write
virtual void write(Ostream&) const;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment