AMR-Wind API: amr_wind::actuator Namespace Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Toggle main menu visibility
Loading...
Searching...
No Matches
void fllc_init (FLLCData &data, const ComponentView &view, const amrex::Real eps_chord)
Initialize FLLC data structure. This should be called at the end of the first ComputeForceOp to ensure the data is fully populated.
void fllc_parse (const utils::ActParser &pp, FLLCData &data)
Function to capture common parsing requirements for the filtered lifting line correction.
static constexpr int NumPStructReal = AMREX_SPACEDIM + 1
Number or real entries in Array of Structs (AOS)
static constexpr int NumPStructInt = 1
Number of integer entries in Array of Structs (AOS)
static constexpr int NumPArrayReal = 0
Number of real entries in Struct of Arrays (SOA)
static constexpr int NumPArrayInt = 0
Number of int entries in Struct of Arrays (SOA)
static std::map< std::string, FLLCType > FLLCTypeMap
◆ DeviceTensorList
◆ DeviceVecComponent
◆ DeviceVecList
◆ RealList
◆ RealSlice
◆ TensorList
◆ TensorSlice
◆ VecList
◆ VecSlice
◆ FLLCType
Enumerator ConstantChord
VariableChord
◆ fllc_init()
void amr_wind::actuator::fllc_init
(
FLLCData & data ,
const ComponentView & view ,
const amrex::Real eps_chord )
Initialize FLLC data structure. This should be called at the end of the first ComputeForceOp to ensure the data is fully populated.
Parameters
data FLLC specific data and scratch fields
view Component view that has references to the grid data
eps_chord epsilon chord
◆ fllc_parse()
Function to capture common parsing requirements for the filtered lifting line correction.
Parameters
pp Parser
data Data to be populated from parser
◆ FLLCTypeMap
std::map<std::string, FLLCType > amr_wind::actuator::FLLCTypeMap
static
Initial value: {
{"constant_chord" , FLLCType::ConstantChord},
{"variable_chord" , FLLCType::VariableChord}}
◆ NumPArrayInt
int amr_wind::actuator::NumPArrayInt = 0
static constexpr
Number of int entries in Struct of Arrays (SOA)
◆ NumPArrayReal
int amr_wind::actuator::NumPArrayReal = 0
static constexpr
Number of real entries in Struct of Arrays (SOA)
◆ NumPStructInt
int amr_wind::actuator::NumPStructInt = 1
static constexpr
Number of integer entries in Array of Structs (AOS)
◆ NumPStructReal
int amr_wind::actuator::NumPStructReal = AMREX_SPACEDIM + 1
static constexpr
Number or real entries in Array of Structs (AOS)