11#ifndef CInternalCableWithBottomContact_H
12#define CInternalCableWithBottomContact_H
15#include "cable/subroutines/CInternalCable.h"
16#include <SeafloorForcesInterface.h>
25 virtual void FinalSetup(
const double dT,
const double *
const adX, ISimObjectCreator*
const pCreator);
28 virtual void AddElementForce(
int iCableElement,
29 const double adPosA[3],
30 const double adVelA[3],
31 const double adPosB[3],
32 const double adVelB[3],
38 environment::EnvironmentProvider *m_environment;
39 environment::SeafloorForcesInterface *m_seafloor;
Definition CInternalCable.h:195
Contains some specifications used for simulating cables.
Definition CInternalCable.h:31