OpenFOAM
10
The OpenFOAM Foundation
Rxyz.H
Go to the documentation of this file.
1
/*---------------------------------------------------------------------------*\
2
========= |
3
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4
\\ / O peration | Website: https://openfoam.org
5
\\ / A nd | Copyright (C) 2016-2020 OpenFOAM Foundation
6
\\/ M anipulation |
7
-------------------------------------------------------------------------------
8
License
9
This file is part of OpenFOAM.
10
11
OpenFOAM is free software: you can redistribute it and/or modify it
12
under the terms of the GNU General Public License as published by
13
the Free Software Foundation, either version 3 of the License, or
14
(at your option) any later version.
15
16
OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
17
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
19
for more details.
20
21
You should have received a copy of the GNU General Public License
22
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
23
24
Class
25
Foam::RBD::joints::Rxyz
26
27
Description
28
Spherical joint for rotation about the x/y/z-axes using Euler-angles
29
in the order x, y, z.
30
31
Reference:
32
\verbatim
33
Featherstone, R. (2008).
34
Rigid body dynamics algorithms.
35
Springer.
36
Chapter 4.
37
\endverbatim
38
39
SourceFiles
40
Rxyz.C
41
42
\*---------------------------------------------------------------------------*/
43
44
#ifndef RBD_joints_Rxyz_H
45
#define RBD_joints_Rxyz_H
46
47
#include "
joint.H
"
48
49
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
50
51
namespace
Foam
52
{
53
namespace
RBD
54
{
55
namespace
joints
56
{
57
58
/*---------------------------------------------------------------------------*\
59
Class Rxyz Declaration
60
\*---------------------------------------------------------------------------*/
61
62
class
Rxyz
63
:
64
public
joint
65
{
66
67
public
:
68
69
//- Runtime type information
70
TypeName
(
"Rxyz"
);
71
72
73
// Constructors
74
75
//- Construct for given model
76
Rxyz
(
const
rigidBodyModel
& model);
77
78
//- Construct for given model from dictionary
79
Rxyz
(
const
rigidBodyModel
& model,
const
dictionary
&
dict
);
80
81
//- Clone this joint
82
virtual
autoPtr<joint>
clone
()
const
;
83
84
85
//- Destructor
86
virtual
~Rxyz
();
87
88
89
// Member Functions
90
91
//- Update the model state for this joint
92
virtual
void
jcalc
93
(
94
joint::XSvc
& J,
95
const
rigidBodyModelState
& state
96
)
const
;
97
};
98
99
100
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
101
102
}
// End namespace joints
103
}
// End namespace RBD
104
}
// End namespace Foam
105
106
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
107
108
#endif
109
110
// ************************************************************************* //
Foam::RBD::joint
Abstract base-class for all rigid-body joints.
Definition:
joint.H:80
dict
dictionary dict
Definition:
searchingEngine.H:14
Foam::dictionary
A list of keyword definitions, which are a keyword followed by any number of values (e...
Definition:
dictionary.H:156
Foam::RBD::rigidBodyModelState
Holds the motion state of rigid-body model.
Definition:
rigidBodyModelState.H:65
Foam::RBD::joints::Rxyz::Rxyz
Rxyz(const rigidBodyModel &model)
Construct for given model.
Definition:
Rxyz.C:53
Foam::RBD::joint::XSvc
Joint state returned by jcalc.
Definition:
joint.H:123
Foam::RBD::joints::Rxyz::TypeName
TypeName("Rxyz")
Runtime type information.
joint.H
Foam::RBD::joints::Rxyz::~Rxyz
virtual ~Rxyz()
Destructor.
Definition:
Rxyz.C:85
Foam::RBD::joints::Rxyz::clone
virtual autoPtr< joint > clone() const
Clone this joint.
Definition:
Rxyz.C:77
Foam::RBD::joints::Rxyz::jcalc
virtual void jcalc(joint::XSvc &J, const rigidBodyModelState &state) const
Update the model state for this joint.
Definition:
Rxyz.C:92
Foam::autoPtr
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Definition:
PtrList.H:52
Foam::RBD::rigidBodyModel
Basic rigid-body model representing a system of rigid-bodies connected by 1-6 DoF joints...
Definition:
rigidBodyModel.H:76
Foam
Namespace for OpenFOAM.
Definition:
atmBoundaryLayer.H:213
Foam::RBD::joints::Rxyz
Spherical joint for rotation about the x/y/z-axes using Euler-angles in the order x...
Definition:
Rxyz.H:61
src
rigidBodyDynamics
joints
Rxyz
Rxyz.H
Generated by
1.8.13