AirfoilLoader Class Reference

AMR-Wind API: amr_wind::actuator::AirfoilLoader Class Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
amr_wind::actuator::AirfoilLoader Class Reference

#include <AirfoilTable.H>

Static Public Member Functions

static std::unique_ptr< AirfoilTableload_airfoil (const std::string &af_file, const std::string &type)
 
static std::unique_ptr< AirfoilTableload_text_file (const std::string &af_file)
 
template<typename IStream >
static std::unique_ptr< AirfoilTableload_text_file (IStream &affile)
 
static std::unique_ptr< AirfoilTableload_openfast_airfoil (const std::string &af_file)
 
template<typename IStream >
static std::unique_ptr< AirfoilTableload_openfast_airfoil (IStream &affile)
 

Member Function Documentation

◆ 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