|
Marine systems simulation
|
Describes a wave field to be activated at a specified simulation time.
#include <TestDynamicWaves.h>
Public Attributes | |
| int | id |
| Unique identifier for this sea state. | |
| double | time |
| Time when this sea state becomes active. | |
| std::shared_ptr< marenv::wave::WaveField > | waveField |
| Wave field for this sea state. | |
| bool | applied = false |
| Whether this state has been applied. | |