|
FhSim
3.1.0
Marine systems simulation
|
Simulation of a center weight for double trawl systems.
Collaboration diagram for Center weight mass:A submerged mass object acted on by its submerged weight, three external forces, quadratic hydrodynamic drag and seafloor contact forces.
\begin{eqnarray*} \dot{\vec{x_1}} &=& \vec{x_2} \\ \dot{\vec{x_2}} &=& \frac{\sum \vec{F}}{m} \end{eqnarray*}
, where
The weight is modelled as a sphere whose radius follows from Mass and Density. The drag acts on the velocity relative to the water, so the weight is swept by currents and waves:
\begin{eqnarray*} \vec{v}_r &=& \vec{x_2} - \vec{v}_w \\ \vec{F}_d &=& -\frac{1}{2} \rho \, \pi r^2 \, C_d \, |\vec{v}_r| \, \vec{v}_r \end{eqnarray*}
, where \(\vec{v}_w\) is the water particle velocity at the position of the weight, \(r\) the sphere radius, \(\rho = 1025\) kg/m \(^3\) the water density and \(C_d = 1.2\) the drag coefficient. Everything is expressed in the NED frame; the weight has no orientation. An Environment and a seafloor forces element are required shared resources — the former supplies \(\vec{v}_w\), the latter the bottom contact forces.
| Name | Width | Description |
|---|---|---|
| Force1 | 3 | A force acting on the center weight. |
| Force2 | 3 | A force acting on the center weight. |
| Force3 | 3 | A force acting on the center weight. |
| Name | Width | Description |
|---|---|---|
| Pos | 3 | Position. |
| Vel | 3 | Velocity. |
| Name | Width | Description |
|---|---|---|
| Mass | 1 | The mass of the center weight object. |
| Density | 1 | The density of the center weight object. |
| Material | 1 | The visualization material of the center weight, specified by its name. |
| Mesh | 1 | The visualization mesh (geometry) of the center weight, specified by its filename (Default: fhSphere.mesh). |
| Scale | 1 | The scale of the center weight, related to the mesh. (Default: 1) |
| Name | Width | Description |
|---|---|---|
| Pos | 3 | Initial Position. |
| Vel | 3 | Initial Velocity. |
This SimObject is referred to as Trawl/CenterWeight