/home/runner/work/kynema/kynema/kynema/src/utilities/controllers/discon.hpp Source File

Kynema API: /home/runner/work/kynema/kynema/kynema/src/utilities/controllers/discon.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
Loading...
Searching...
No Matches
discon.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace kynema::util {
4
5extern "C" {
6
23void DISCON(float avrSWAP[], int* aviFAIL, const char* accINFILE, char* avcOUTNAME, char* avcMSG);
24
25} // extern "C"
26
27} // namespace kynema::util
Definition aerodyn_inflow.hpp:15
void DISCON(float avrSWAP[], int *aviFAIL, const char *const accINFILE, char *const, char *const avcMSG)
This Bladed-style DLL controller is used to implement a variable-speed generator-torque controller an...
Definition discon.cpp:418