TurbineInfo Struct Reference
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
amr_wind::actuator::TurbineInfo Struct Reference
#include <turbine_types.H>
Inheritance diagram for amr_wind::actuator::TurbineInfo:
Collaboration diagram for amr_wind::actuator::TurbineInfo:
Public Member Functions | |
| TurbineInfo (const std::string &label_in, const int id_in) | |
| Public Member Functions inherited from amr_wind::actuator::ActInfo | |
| ActInfo (std::string label_in, const int id_in) | |
Public Attributes | |
| vs::Vector | base_pos |
| Base location of this turbine. | |
| amrex::Real | rotor_diameter {0.0} |
| Rotor diameter for this turbine. | |
| amrex::Real | hub_height {0.0} |
| Hub height of this turbine. | |
| Public Attributes inherited from amr_wind::actuator::ActInfo | |
| std::string | label |
| Unique string identifier for the actuator body (wing, turbine) | |
| std::set< int > | procs |
| Set of MPI ranks where this actuator source is active. | |
| amrex::RealBox | bound_box |
| Bounding box used to determine processes where this turbine has influence. | |
| int | id {-1} |
| Unique integer identifier for the turbine. | |
| int | root_proc {-1} |
| Root process where this turbine is active. | |
| bool | is_root_proc {false} |
| Flag indicating whether this is root proc. | |
| bool | actuator_in_proc {false} |
| Flag indicating whether this actuator component is active in the current MPI rank. | |
| bool | sample_vel_in_proc {false} |
| Flag indicating whether this process requires velocities sampled at actuator point. | |
Constructor & Destructor Documentation
◆ TurbineInfo()
|
inline |
Member Data Documentation
◆ base_pos
| vs::Vector amr_wind::actuator::TurbineInfo::base_pos |
Base location of this turbine.
◆ hub_height
| amrex::Real amr_wind::actuator::TurbineInfo::hub_height {0.0} |
Hub height of this turbine.
◆ rotor_diameter
| amrex::Real amr_wind::actuator::TurbineInfo::rotor_diameter {0.0} |
Rotor diameter for this turbine.
The documentation for this struct was generated from the following file:
- /home/runner/work/amr-wind/amr-wind/amr-wind/wind_energy/actuator/turbine/turbine_types.H
Generated by