OceanWavesInfo Struct Reference

Kynema-SGF API: kynema_sgf::ocean_waves::OceanWavesInfo Struct Reference
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
kynema_sgf::ocean_waves::OceanWavesInfo Struct Reference

#include <OceanWavesTypes.H>

Collaboration diagram for kynema_sgf::ocean_waves::OceanWavesInfo:
[legend]

Public Member Functions

 OceanWavesInfo (std::string label_in, const int id_in)

Public Attributes

std::string label
 Unique string identifier for the ocean waves body (wing, turbine)
amrex::RealBox generation_region
 Bounding box used to determine processes where this ocean waves.
amrex::RealBox absorption_refion
int id {-1}
 Unique integer identifier for the ocean waves.

Detailed Description

Basic information that is common to all wave models

Constructor & Destructor Documentation

◆ OceanWavesInfo()

kynema_sgf::ocean_waves::OceanWavesInfo::OceanWavesInfo ( std::string label_in,
const int id_in )
inline

Member Data Documentation

◆ absorption_refion

amrex::RealBox kynema_sgf::ocean_waves::OceanWavesInfo::absorption_refion

◆ generation_region

amrex::RealBox kynema_sgf::ocean_waves::OceanWavesInfo::generation_region

Bounding box used to determine processes where this ocean waves.

◆ id

int kynema_sgf::ocean_waves::OceanWavesInfo::id {-1}

Unique integer identifier for the ocean waves.

◆ label

std::string kynema_sgf::ocean_waves::OceanWavesInfo::label

Unique string identifier for the ocean waves body (wing, turbine)


The documentation for this struct was generated from the following file: