Fhsim
Marine systems simulation
IBottomForceCylinder.h
1
14
#ifndef IBOTTOMFORCECYLINDER_H_
15
#define IBOTTOMFORCECYLINDER_H_
16
17
class
IBottomForceCylinder
18
{
19
public
:
20
// IBottomForceCylinder(IBottomDepth* pBottomDepth)
21
// : IBottomForceCalc(pBottomDepth){}
22
virtual
void
AddBottomForceCylinder(
const
double
dD,
const
double
adEndAPos_ned[3],
const
double
adEndBPos_ned[3],
const
double
adEndAVel_ned[3],
const
double
adEndBVel_ned[3],
double
adForceA[3],
double
adForceB[3]) = 0;
23
};
24
25
26
#endif
/* IBOTTOMFORCECYLINDER_H_ */
IBottomForceCylinder
Interface for calculating the bottom force on a cylinder.
Definition:
IBottomForceCylinder.h:18
reloadrepos
fhsim_base
src
environment
IBottomForceCylinder.h
Generated by
1.9.4