Fhsim
Marine systems simulation
IBottomForceSphere.h
1
14
#ifndef IBOTTOMFORCESPHERE_H_
15
#define IBOTTOMFORCESPHERE_H_
16
17
18
class
IBottomForceSphere
19
{
20
public
:
21
// IBottomForceSphere(IBottomDepth* pBottomDepth)
22
// : IBottomForceCalc(pBottomDepth){}
23
virtual
void
CalcBottomForceSphere(
double
dDiameter,
const
double
adPos[3],
const
double
adVel[3],
double
adForce[3]) = 0;
24
};
25
#endif
/* IBOTTOMFORCESPHERE_H_ */
IBottomForceSphere
Interface for calculating the bottom force on a sphere.
Definition:
IBottomForceSphere.h:19
reloadrepos
fhsim_base
src
environment
IBottomForceSphere.h
Generated by
1.9.4