|
Marine systems simulation
|
Struct for containing the data for a environment query.
#include <Environment.h>
Public Member Functions | |
| void | SetZero () noexcept |
| Sets all fields to default values. | |
Public Attributes | |
| double | surface_elevation = 0.0 |
| Surface elevation. | |
| double | surface_unit_normal [3] = {0.0, 0.0, -1.0} |
| Surface unit normal. | |
| double | particle_velocity [3] = {0.0, 0.0, 0.0} |
| Particle velocity. | |
| double | particle_acceleration [3] = {0.0, 0.0, 0.0} |
| Particle acceleration. | |
| double | current_velocity [3] = {0.0, 0.0, 0.0} |
| Ocean current velocity. | |
| double | pressure = 0.0 |
| Pressure. | |
| double | density = 1025.0 |
| double marenv::Environment::EnvironmentQuery::density = 1025.0 |
Water density