Fhsim
Marine systems simulation
NetTensionCable.h
1
#pragma once
2
#include <Eigen/Eigen>
3
4
#include "SupergridCable.h"
5
#include "LineStructureGravityHydro.h"
6
#include <cmath>
7
8
class
NetTensionCable
:
public
LineStructureGravityHydro
{
9
public
:
10
EIGEN_MAKE_ALIGNED_OPERATOR_NEW;
11
NetTensionCable
(
CoRiBoDynamics::ConstraintSolver
* solver, ISimObjectCreator* creator,
double
beta,
double
length, std::string name);
12
virtual
void
ComputeConstraints
(
const
double
T,
const
double
*
const
X);
13
protected
:
14
};
15
CoRiBoDynamics::ConstraintSolver
Definition:
ConstraintSolver.h:31
LineStructureGravityHydro
Definition:
LineStructureGravityHydro.h:12
NetTensionCable
Definition:
NetTensionCable.h:8
NetTensionCable::ComputeConstraints
virtual void ComputeConstraints(const double T, const double *const X)
reloadrepos
fhsim_fishery
src
netcage
CoRiBoStructures
Cable
NetTensionCable.h
Generated by
1.9.4