#include <AirfoilTable.H>
◆ load_airfoil()
std::unique_ptr< AirfoilTable > amr_wind::actuator::AirfoilLoader::load_airfoil |
( |
const std::string & | af_file, |
|
|
const std::string & | type ) |
|
static |
◆ load_openfast_airfoil() [1/2]
std::unique_ptr< AirfoilTable > amr_wind::actuator::AirfoilLoader::load_openfast_airfoil |
( |
const std::string & | af_file | ) |
|
|
static |
◆ load_openfast_airfoil() [2/2]
template<typename IStream >
std::unique_ptr< AirfoilTable > amr_wind::actuator::AirfoilLoader::load_openfast_airfoil |
( |
IStream & | affile | ) |
|
|
static |
◆ load_text_file() [1/2]
std::unique_ptr< AirfoilTable > amr_wind::actuator::AirfoilLoader::load_text_file |
( |
const std::string & | af_file | ) |
|
|
static |
◆ load_text_file() [2/2]
template<typename IStream >
std::unique_ptr< AirfoilTable > amr_wind::actuator::AirfoilLoader::load_text_file |
( |
IStream & | affile | ) |
|
|
static |
The documentation for this class was generated from the following files:
- /home/runner/work/amr-wind/amr-wind/amr-wind/wind_energy/actuator/aero/AirfoilTable.H
- /home/runner/work/amr-wind/amr-wind/amr-wind/wind_energy/actuator/aero/AirfoilTable.cpp
- /home/runner/work/amr-wind/amr-wind/amr-wind/wind_energy/actuator/aero/AirfoilTableI.H