/home/runner/work/kynema-sgf/kynema-sgf/src/wind_energy/actuator/turbine/kynema/kynema_wrapper.H Source File

Kynema-SGF API: /home/runner/work/kynema-sgf/kynema-sgf/src/wind_energy/actuator/turbine/kynema/kynema_wrapper.H Source File
Kynema-SGF 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 KYNEMA_SGF_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 */