/home/runner/work/kynema-sgf/kynema-sgf/src/wind_energy/actuator/disk/disk_types.H Source File

Kynema-SGF API: /home/runner/work/kynema-sgf/kynema-sgf/src/wind_energy/actuator/disk/disk_types.H Source File
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
disk_types.H
Go to the documentation of this file.
1#ifndef DISK_TYPES_H
2#define DISK_TYPES_H
3
5namespace kynema_sgf::actuator {
6struct DiskType : public ActuatorType
7{};
8} // namespace kynema_sgf::actuator
9#endif /* DISK_TYPES_H */
Definition ActParser.H:6
Definition actuator_types.H:27
Definition disk_types.H:7