FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
InternalCableWithAttractor Class Reference

Class containing a cable object to be part of larger cable structures. More...

#include <InternalCableWithAttractor.h>

+ Inheritance diagram for InternalCableWithAttractor:
+ Collaboration diagram for InternalCableWithAttractor:

Public Member Functions

 InternalCableWithAttractor (ISimObjectCreator *creator, const SCableSpec &CableSpec, std::string attractorName)
 The constructor sets the pointer to the output object and the parser object.
 
virtual void FinalSetup (const double dT, const double *const adX, ISimObjectCreator *const creator)
 
void SetAttractor (AttractorBase *attractor)
 Sets the attractor to use.
 
virtual void OdeFcn (const double *const adPosA, const double *const adVelA, const double *const adPosB, const double *const adVelB, const double *const adX, double *const adXDot, double dT) const
 Calculates the state derivatives and the end forces.
 
- Public Member Functions inherited from InternalCableWithBottomContact
 InternalCableWithBottomContact (ISimObjectCreator *creator, const SCableSpec &CableSpec)
 The constructor sets the pointer to the output object and the parser object.
 
- Public Member Functions inherited from InternalCable
 InternalCable (ISimObjectCreator *creator, const SCableSpec &CableSpec)
 The constructor sets the pointer to the output object and the parser object.
 
 ~InternalCable ()
 The destructor deletes dynamically allocated memory.
 
void ComputeStructuralJacobian (const double *posA, const double *velA, const double *posB, const double *velB, const double *X, double *J, int nStates, int stateOffset) const
 
void AddEndpointJacobianContributions (const double *posA, const double *velA, const double *posB, const double *velB, int globalPosIdxA, int globalVelIdxA, int globalPosIdxB, int globalVelIdxB, double endInertiaA, double endInertiaB, const double *X, double *J, int nStates, int stateOffset) const
 
virtual bool InitializeStates (const double *const adPosA, const double *const adVelA, const double *const adPosB, const double *const adVelB, double *const adX)
 Method for setting initial conditions when the input is known, which may be implemented in the individual simObjects.
 
void UpdateCable (double newLength, double dT)
 Updates the cable for the next step.
 
void AddEndForcesAndInertia (double *const adEndForceA, double *const adEndForceB, double *const pdEndInertiaA, double *const pdEndInertiaB, const double *const adPosA, const double *const adVelA, const double *const adPosB, const double *const adVelB, const double *const adX, double dT)
 Adds the end forces and inertia to the supplied data structures.
 
double GetLength ()
 Calculates the length of the cable.
 

Protected Member Functions

void AddAttractorForces (const double *const adX) const
 Adds the attractor forces to each cable node.
 
void AddElementForce (int cableElement, const double adPosA[3], const double adVelA[3], const double adPosB[3], const double adVelB[3], double adForceA[3], double adForceB[3], double dT)
 Adds the forces from each cable element.
 
- Protected Member Functions inherited from InternalCableWithBottomContact
virtual void AddElementForce (int cableElement, const double adPosA[3], const double adVelA[3], const double adPosB[3], const double adVelB[3], double adForceA[3], double adForceB[3], double dT) const
 
- Protected Member Functions inherited from InternalCable
void ResetAllNodeForces () const
 
void AddAllElementForces (const double *const adPosA, const double *const adVelA, const double *const adPosB, const double *const adVelB, const double *const adX, double dT) const
 
void CalcDerivatives (const double *const adX, double *const adXDot) const
 
void UpdateInertia ()
 Updates the inertia of the cable according to the changing length.
 

Protected Attributes

std::string m_attractorName
 
AttractorBasem_attractor
 A pointer to the attractor to use.
 
- Protected Attributes inherited from InternalCableWithBottomContact
environment::EnvironmentProvider * m_environment
 
environment::SeafloorForcesInterface * m_seafloor
 
- Protected Attributes inherited from InternalCable
unsigned long * m_iStatePos
 An array of indices to the node position states.
 
unsigned long * m_iStateVel
 An array of indices to the node velocity states.
 
SCableSpec m_CableSpec
 The cable specification.
 
double m_eA
 The stiffness of the cable.
 
sfh::timers::StopWatch m_StopWatch
 
CableElDynStiff ** m_cableElements
 An array holding the cable elements.
 
double * m_inertiaA
 The inertia of the A nodes.
 
double * m_inertiaB
 The inertia of the B nodes.
 
double ** m_aadForceA
 The force on the A nodes.
 
double ** m_aadForceB
 The force on the B nodes.
 
environment::EnvironmentProvider * m_environment
 
double m_elVelWater [3]
 
double m_elMeanPos [3]
 
double m_elMeanVel [3]
 

Additional Inherited Members

- Public Attributes inherited from InternalCable
unsigned long m_numElements
 The number of elements to divide the cable into.
 
unsigned long m_numNodes
 The number of nodes of the cable.
 

Detailed Description

Author
Karl-Johan Reite

Member Function Documentation

◆ FinalSetup()

virtual void InternalCableWithAttractor::FinalSetup ( const double  dT,
const double *const  adX,
ISimObjectCreator *const  creator 
)
virtual

Reimplemented from InternalCableWithBottomContact.

◆ OdeFcn()

virtual void InternalCableWithAttractor::OdeFcn ( const double *const  adPosA,
const double *const  adVelA,
const double *const  adPosB,
const double *const  adVelB,
const double *const  adX,
double *const  adXDot,
double  dT 
) const
virtual

Reimplemented from InternalCable.


The documentation for this class was generated from the following file: