Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Wavy surface generator that produces elevation grid for individual wave. More...
#include <plain_wave_generator.hh>
Public Types | |
using | wave_type = Wave |
using | grid_type = Grid< T, N > |
using | array_type = Array< T, N > |
![]() | |
using | grid_type = Grid< T, N > |
using | array_type = Array< T, N > |
Public Member Functions | |
Plain_wave_generator (const Plain_wave_generator &)=default | |
Plain_wave_generator & | operator= (const Plain_wave_generator &)=default |
Plain_wave_generator (const Wave &wave) | |
virtual void | generate (const grid_type &grid, array_type &result)=0 |
const Wave & | wave () const |
grid_type | acf_grid () const override |
![]() | |
Wavy_surface_generator (const Wavy_surface_generator &)=default | |
Wavy_surface_generator & | operator= (const Wavy_surface_generator &)=default |
array_type | generate (const grid_type &grid) |
array_type | operator() (const grid_type &grid) |
void | operator() (const grid_type &grid, array_type &result) |
Wavy surface generator that produces elevation grid for individual wave.
Wave | a function that returns wavy surface elevation for given point |
Definition at line 69 of file plain_wave_generator.hh.