/home/runner/work/kynema-sgf/kynema-sgf/src/ocean_waves/relaxation_zones/LinearWaves.H Source File

Kynema-SGF API: /home/runner/work/kynema-sgf/kynema-sgf/src/ocean_waves/relaxation_zones/LinearWaves.H Source File
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
LinearWaves.H
Go to the documentation of this file.
1#ifndef LINEARWAVES_H
2#define LINEARWAVES_H
3
5#include "AMReX_REAL.H"
6
7using namespace amrex::literals;
8
10
12{
13 amrex::Real wave_height{0.1_rt};
14 amrex::Real wave_length{1.0_rt};
15 amrex::Real wave_phase_offset{0.0_rt};
16};
17
19{
23
24 static std::string identifier() { return "LinearWaves"; }
25};
26
27} // namespace kynema_sgf::ocean_waves
28
29#endif /* LINEARWAVES_H */
Definition OceanWavesTypes.H:59
Definition OceanWaves.cpp:14
Definition LinearWaves.H:12
amrex::Real wave_phase_offset
Definition LinearWaves.H:15
amrex::Real wave_height
Definition LinearWaves.H:13
amrex::Real wave_length
Definition LinearWaves.H:14
Definition LinearWaves.H:19
OceanWavesInfo InfoType
Definition LinearWaves.H:20
static std::string identifier()
Definition LinearWaves.H:24
OceanWavesDataHolder< LinearWaves > DataType
Definition LinearWaves.H:22
LinearWavesData MetaType
Definition LinearWaves.H:21
Definition OceanWavesTypes.H:35
Definition RelaxationZones.H:19
Definition RelaxationZones.H:49