35 void Foam::sixDoFRigidBodyMotion::applyRestraints()
37 if (restraints_.empty())
48 Info<<
"Restraint " << restraints_[rI].name() <<
": ";
61 restraints_[rI].restrain(*
this, rP, rF, rM);
85 initialCentreOfMass_(
Zero),
86 initialCentreOfRotation_(
Zero),
105 motionState_(stateDict),
115 "initialCentreOfMass",
119 initialCentreOfRotation_(initialCentreOfMass_),
124 "initialOrientation",
128 mass_(
dict.
get<scalar>(
"mass")),
130 aRelax_(
dict.getOrDefault<scalar>(
"accelerationRelaxation", 1)),
131 aDamp_(
dict.getOrDefault<scalar>(
"accelerationDamping", 1)),
132 report_(
dict.getOrDefault(
"report", false)),
142 vector R(initialCentreOfMass_ - initialCentreOfRotation_);
150 if (!stateDict.
found(
"centreOfRotation"))
157 motionState0_ = motionState_;
166 time_(sDoFRBM.time_),
167 motionState_(sDoFRBM.motionState_),
168 motionState0_(sDoFRBM.motionState0_),
169 restraints_(sDoFRBM.restraints_),
170 constraints_(sDoFRBM.constraints_),
171 tConstraints_(sDoFRBM.tConstraints_),
172 rConstraints_(sDoFRBM.rConstraints_),
173 initialCentreOfMass_(sDoFRBM.initialCentreOfMass_),
174 initialCentreOfRotation_(sDoFRBM.initialCentreOfRotation_),
175 initialQ_(sDoFRBM.initialQ_),
176 mass_(sDoFRBM.mass_),
177 momentOfInertia_(sDoFRBM.momentOfInertia_),
178 aRelax_(sDoFRBM.aRelax_),
179 aDamp_(sDoFRBM.aDamp_),
180 report_(sDoFRBM.report_),
181 solver_(sDoFRBM.solver_.clone())
204 restraints_.setSize(restraintDict.size());
206 for (
const entry& dEntry : restraintDict)
222 restraints_.setSize(i);
229 const dictionary&
dict 234 const dictionary& constraintDict =
dict.
subDict(
"constraints");
238 constraints_.setSize(constraintDict.size());
243 for (
const entry& dEntry : constraintDict)
258 constraints_[i].setCentreOfRotation(initialCentreOfRotation_);
259 constraints_[i].constrainTranslation(pct);
260 constraints_[i].constrainRotation(pcr);
266 constraints_.setSize(i);
268 tConstraints_ = pct.constraintTransformation();
269 rConstraints_ = pcr.constraintTransformation();
271 Info<<
"Translational constraint tensor " << tConstraints_ <<
nl 272 <<
"Rotational constraint tensor " << rConstraints_ <<
endl;
277 void Foam::sixDoFRigidBodyMotion::updateAcceleration
283 static bool first =
true;
287 vector tauPrevIter = tau();
291 tau() = (Q().T() & tauGlobal);
297 a() = aRelax_*a() + (1 - aRelax_)*aPrevIter;
298 tau() = aRelax_*tau() + (1 - aRelax_)*tauPrevIter;
318 solver_->solve(firstIter, fGlobal, tauGlobal, deltaT, deltaT0);
332 Info<<
"6-DoF rigid body motion" <<
nl 333 <<
" Centre of rotation: " << centreOfRotation() <<
nl 334 <<
" Centre of mass: " << centreOfMass() <<
nl 335 <<
" Orientation: " << orientation() <<
nl 336 <<
" Linear velocity: " << v() <<
nl 337 <<
" Angular velocity: " << omega()
350 + (Q() & initialQ_.T() & (initialPoints - initialCentreOfRotation_))
364 centreOfRotation() - initialCentreOfRotation(),
374 if (scale[pointi] > SMALL)
377 if (scale[pointi] > 1 - SMALL)
387 initialCentreOfRotation()
390 initialPoints[pointi]
391 - initialCentreOfRotation()
Six degree of freedom motion for a rigid body.
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
List of values generated by applying the access operation to each list item.
~sixDoFRigidBodyMotion()
Destructor.
void addConstraints(const dictionary &dict)
Add restraints to the motion, public to allow external.
DiagTensor< scalar > diagTensor
DiagTensor of scalars, i.e. DiagTensor<scalar>.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
const point & centreOfRotation() const
Return the current centre of rotation.
T & ref() const
Return non-const reference to the contents of a non-null managed pointer.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
constexpr char nl
The newline '\n' character (0x0a)
Ostream & endl(Ostream &os)
Add newline and flush stream.
point transform(const point &initialPoints) const
Transform the given initial state point by the current motion.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions, const bool initCopy=false)
Global function forwards to reuseTmpDimensionedField::New.
Septernion class used to perform translations and rotations in 3D space.
const dictionary & subDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
Find and return a sub-dictionary.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
static void broadcast(Type &value, const label comm=UPstream::worldComm)
Broadcast content (contiguous or non-contiguous) to all processes in communicator.
bool found(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
Find an entry (const access) with the given keyword.
#define forAll(list, i)
Loop across all elements in list.
void diag(pointPatchField< vector > &, const pointPatchField< tensor > &)
vectorField pointField
pointField is a vectorField.
const point & centreOfRotation() const
Return access to the centre of mass.
static const Identity< scalar > I
Quaternion class used to perform rotations in 3D space.
static const septernion I
void status() const
Report the status of the motion.
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
vector invTransformPoint(const vector &v) const
Inverse Transform the given coordinate point.
static autoPtr< sixDoFRigidBodyMotionRestraint > New(const word &name, const dictionary &sDoFRBMRDict)
Select constructed from the sDoFRBMRDict dictionary and Time.
vector point
Point is a vector.
#define R(A, B, C, D, E, F, K, M)
quaternion slerp(const quaternion &qa, const quaternion &qb, const scalar t)
Spherical linear interpolation of quaternions.
static bool master(const label communicator=worldComm)
Am I the master rank.
messageStream Info
Information stream (stdout output on master, null elsewhere)
static autoPtr< sixDoFRigidBodyMotionConstraint > New(const word &name, const dictionary &sDoFRBMCDict, const sixDoFRigidBodyMotion &motion)
Select constructed from the sDoFRBMCDict dictionary and Time.
entry * set(entry *entryPtr)
Assign a new entry, overwriting any existing entry.
sixDoFRigidBodyMotion(const Time &)
Construct null.
A class for managing temporary objects.
gmvFile<< "tracers "<< particles.size()<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().x()<< " ";}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().y()<< " ";}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){ word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
dimensionSet transform(const dimensionSet &ds)
Return the argument; transformations do not change the dimensions.
Tensor of scalars, i.e. Tensor<scalar>.
void update(bool firstIter, const vector &fGlobal, const vector &tauGlobal, scalar deltaT, scalar deltaT0)
Symplectic integration of velocities, orientation and position.
dimensioned< typename typeOfMag< Type >::type > magSqr(const dimensioned< Type > &dt)
void addRestraints(const dictionary &dict)
Add restraints to the motion, public to allow external.
A keyword and a list of tokens is an 'entry'.
static constexpr const zero Zero
Global zero (0)