/home/runner/work/kynema-sgf/kynema-sgf/src/wind_energy/actuator/FLLC.H File Reference

Kynema-SGF API: /home/runner/work/kynema-sgf/kynema-sgf/src/wind_energy/actuator/FLLC.H File Reference
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
FLLC.H File Reference
#include <cstdint>
#include "src/wind_energy/actuator/actuator_types.H"
#include "src/wind_energy/actuator/ActParser.H"
#include "AMReX_REAL.H"
Include dependency graph for FLLC.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kynema_sgf::actuator::FLLCData

Namespaces

namespace  kynema_sgf
 This test case is intended as an evaluation of the momentum advection scheme.
namespace  kynema_sgf::actuator

Enumerations

enum class  kynema_sgf::actuator::FLLCType : std::uint8_t { kynema_sgf::actuator::ConstantChord , kynema_sgf::actuator::VariableChord }

Functions

void kynema_sgf::actuator::fllc_parse (const utils::ActParser &pp, FLLCData &data)
 Function to capture common parsing requirements for the filtered lifting line correction.
void kynema_sgf::actuator::fllc_init (FLLCData &data, const ComponentView &view, 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.

Variables

static std::map< std::string, FLLCTypekynema_sgf::actuator::FLLCTypeMap