/home/runner/work/amr-wind/amr-wind/amr-wind/wind_energy/actuator/disk/disk_types.H Source File

AMR-Wind API: /home/runner/work/amr-wind/amr-wind/amr-wind/wind_energy/actuator/disk/disk_types.H Source File
AMR-Wind 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 amr_wind::actuator {
6struct DiskType : public ActuatorType
7{};
8} // namespace amr_wind::actuator
9#endif /* DISK_TYPES_H_ */
Definition ActParser.H:6
Definition actuator_types.H:24
Definition disk_types.H:7