OceanWavesInfo Struct Reference

AMR-Wind API: amr_wind::ocean_waves::OceanWavesInfo Struct Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
amr_wind::ocean_waves::OceanWavesInfo Struct Reference

#include <OceanWavesTypes.H>

Collaboration diagram for amr_wind::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()

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

Member Data Documentation

◆ absorption_refion

amrex::RealBox amr_wind::ocean_waves::OceanWavesInfo::absorption_refion

◆ generation_region

amrex::RealBox amr_wind::ocean_waves::OceanWavesInfo::generation_region

Bounding box used to determine processes where this ocean waves.

◆ id

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

Unique integer identifier for the ocean waves.

◆ label

std::string amr_wind::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: