Loading...
Searching...
No Matches
Newmark Class Reference

Newmark 2nd-order time-integrator for 6DoF solid-body motion. More...

#include <Newmark.H>

Inheritance diagram for Newmark:
Collaboration diagram for Newmark:

Public Member Functions

 TypeName ("Newmark")
 Runtime type information.
 Newmark (const dictionary &dict, sixDoFRigidBodyMotion &body)
 Construct from a dictionary and the body.
virtual autoPtr< sixDoFSolverclone () const
 Construct and return a clone.
virtual ~Newmark ()
 Destructor.
virtual void solve (bool firstIter, const vector &fGlobal, const vector &tauGlobal, scalar deltaT, scalar deltaT0)
 Drag coefficient.
Public Member Functions inherited from sixDoFSolver
 TypeName ("sixDoFSolver")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, sixDoFSolver, dictionary,(const dictionary &dict, sixDoFRigidBodyMotion &body),(dict, body))
 sixDoFSolver (const dictionary &dict, sixDoFRigidBodyMotion &body)
virtual ~sixDoFSolver ()
 Destructor.
void write (Ostream &) const
 Write.

Additional Inherited Members

Static Public Member Functions inherited from sixDoFSolver
static autoPtr< sixDoFSolverNew (const dictionary &dict, sixDoFRigidBodyMotion &body)
Protected Member Functions inherited from sixDoFSolver
pointcentreOfRotation ()
 Return the current centre of rotation.
tensorQ ()
 Return the orientation.
vectorv ()
 Return non-const access to vector.
vectora ()
 Return non-const access to acceleration.
vectorpi ()
 Return non-const access to angular momentum.
vectortau ()
 Return non-const access to torque.
const pointcentreOfRotation0 () const
 Return the centre of rotation at previous time-step.
const tensorQ0 () const
 Return the orientation at previous time-step.
const vectorv0 () const
 Return the velocity at previous time-step.
const vectora0 () const
 Return the acceleration at previous time-step.
const vectorpi0 () const
 Return the angular momentum at previous time-step.
const vectortau0 () const
 Return the torque at previous time-step.
scalar aDamp () const
 Acceleration damping coefficient (for steady-state simulations).
tensor tConstraints () const
 Translational constraint tensor.
tensor rConstraints () const
 Rotational constraint tensor.
Tuple2< tensor, vectorrotate (const tensor &Q0, const vector &pi, const scalar deltaT) const
 Apply rotation tensors to Q0 for the given torque (pi) and deltaT.
void updateAcceleration (const vector &fGlobal, const vector &tauGlobal)
 Update and relax accelerations from the force and torque.
void updateConstraints ()
 Update the constraints to the object.
Protected Attributes inherited from sixDoFSolver
sixDoFRigidBodyMotionbody_
 The rigid body.
dictionary dict_
 Model dictionary.

Detailed Description

Newmark 2nd-order time-integrator for 6DoF solid-body motion.

Reference:

    Newmark, N. M. (1959).
    A method of computation for structural dynamics.
    Journal of the Engineering Mechanics Division, 85(3), 67-94.

Example specification in dynamicMeshDict:

solver
{
    type    Newmark;
    gamma   0.5;    // Velocity integration coefficient
    beta    0.25;   // Position integration coefficient
}
Source files

Definition at line 68 of file Newmark.H.

Constructor & Destructor Documentation

◆ Newmark()

Newmark ( const dictionary & dict,
sixDoFRigidBodyMotion & body )

Construct from a dictionary and the body.

Definition at line 39 of file Newmark.C.

References dict, Foam::max(), sixDoFSolver::sixDoFSolver(), and Foam::sqr().

Here is the call graph for this function:

◆ ~Newmark()

~Newmark ( )
virtual

Destructor.

Definition at line 60 of file Newmark.C.

Member Function Documentation

◆ TypeName()

TypeName ( "Newmark" )

Runtime type information.

References dict.

◆ clone()

virtual autoPtr< sixDoFSolver > clone ( ) const
inlinevirtual

Construct and return a clone.

Implements sixDoFSolver.

Definition at line 107 of file Newmark.H.

References sixDoFSolver::body_, sixDoFSolver::dict_, and autoPtr< T >::NewFrom().

Here is the call graph for this function:

◆ solve()


The documentation for this class was generated from the following files:
  • src/sixDoFRigidBodyMotion/sixDoFSolvers/Newmark/Newmark.H
  • src/sixDoFRigidBodyMotion/sixDoFSolvers/Newmark/Newmark.C