TurbineFastData Struct Reference
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
amr_wind::actuator::TurbineFastData Struct Reference
#include <TurbineFast.H>
Inheritance diagram for amr_wind::actuator::TurbineFastData:
Collaboration diagram for amr_wind::actuator::TurbineFastData:
Public Attributes | |
| amrex::Real | density {1.0} |
| ::exw_fast::FastTurbine | fast_data |
| ::exw_fast::FastIface * | fast {nullptr} |
| MPI_Comm | tcomm {MPI_COMM_NULL} |
Public Attributes inherited from amr_wind::actuator::TurbineBaseData | |
| int | num_blades {3} |
| Number of blades. | |
| int | num_pts_blade |
| Number of actuator nodes per blade. | |
| int | num_vel_pts_blade |
| Number of velocity nodes per blade. | |
| int | num_pts_tower |
| Number of actuator nodes for tower. | |
| RealList | chord |
| VecList | vel_rel |
| vs::Vector | rot_center |
| Center of rotation for the rotor. | |
| vs::Tensor | rotor_frame |
| vs::Vector | eps_inp |
| General epsilon provided. | |
| vs::Vector | eps_chord |
| Gaussian smearing factor for the blade. | |
| vs::Vector | eps_min |
| Minimum epsilon when using chord based epsilon. | |
| vs::Vector | eps_tower |
| Gaussian smearing factor for tower. | |
| amrex::Real | nacelle_cd {0.0} |
| Drag coefficient for nacelle. | |
| amrex::Real | nacelle_area {0.0} |
| Wetted surface area for nacelle. | |
| std::vector< ComponentView > | blades |
| std::vector< FLLCData > | fllc |
| ComponentView | tower |
| ComponentView | hub |
Member Data Documentation
◆ density
| amrex::Real amr_wind::actuator::TurbineFastData::density {1.0} |
◆ fast
| ::exw_fast::FastIface* amr_wind::actuator::TurbineFastData::fast {nullptr} |
◆ fast_data
| ::exw_fast::FastTurbine amr_wind::actuator::TurbineFastData::fast_data |
◆ tcomm
| MPI_Comm amr_wind::actuator::TurbineFastData::tcomm {MPI_COMM_NULL} |
The documentation for this struct was generated from the following file:
- /home/runner/work/amr-wind/amr-wind/amr-wind/wind_energy/actuator/turbine/fast/TurbineFast.H
Generated by
Public Attributes inherited from