Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
bfcf3b2a
Commit
bfcf3b2a
authored
2 years ago
by
Kutalmış Berçin
Committed by
Andrew Heather
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ENH: sixDoF: add underlying-motion access to constraints
parent
246d9275
No related branches found
No related tags found
1 merge request
!613
ENH: sixDoF: add max/min angle constraints to the axis constraint
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.H
+7
-0
7 additions, 0 deletions
...gidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.H
with
7 additions
and
0 deletions
src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.H
+
7
−
0
View file @
bfcf3b2a
...
...
@@ -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
;
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment