/home/runner/work/amr-wind/amr-wind/amr-wind/wind_energy/actuator/turbine/kynema/kynema_wrapper.H Source File

AMR-Wind API: /home/runner/work/amr-wind/amr-wind/amr-wind/wind_energy/actuator/turbine/kynema/kynema_wrapper.H Source File
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
kynema_wrapper.H
Go to the documentation of this file.
1#ifndef KYNEMA_WRAPPER_H
2#define KYNEMA_WRAPPER_H
3
4#ifdef AMR_WIND_USE_KYNEMA
5#include <array>
6#include <numbers>
7#include <ranges>
8#include <yaml-cpp/yaml.h>
9
10#include "elements/beams/hollow_circle_properties.hpp"
11#include "interfaces/components/aerodynamics.hpp"
12#include "interfaces/components/inflow.hpp"
13#include "interfaces/turbine/turbine_interface.hpp"
14#include "interfaces/turbine/turbine_interface_builder.hpp"
15#else
16#endif
17
18#endif /* KYNEMA_WRAPPER_H */