Virtual Testbed
Ship dynamics simulator for extreme conditions
Public Types | Public Member Functions | List of all members
vtb::core::Calm_sea_generator< T, N > Class Template Reference

Calm sea generator. More...

#include <calm_sea_generator.hh>

Inheritance diagram for vtb::core::Calm_sea_generator< T, N >:
[legend]
Collaboration diagram for vtb::core::Calm_sea_generator< T, N >:
[legend]

Public Types

using grid_type = Grid< T, N >
 
using array_type = Array< T, N >
 
- Public Types inherited from vtb::core::Wavy_surface_generator< T, N >
using grid_type = Grid< T, N >
 
using array_type = Array< T, N >
 

Public Member Functions

void generate (const grid_type &grid, array_type &result) override
 
- Public Member Functions inherited from vtb::core::Wavy_surface_generator< T, N >
 Wavy_surface_generator (const Wavy_surface_generator &)=default
 
Wavy_surface_generatoroperator= (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)
 
virtual grid_type acf_grid () const
 

Detailed Description

template<class T, int N>
class vtb::core::Calm_sea_generator< T, N >

Calm sea generator.

Date
2020-04-09

Assigns nought to every point of the surface.

Definition at line 18 of file calm_sea_generator.hh.