-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Hamid, If you want to change the pitch of the blades (either collectively or individually) as a function of time while keeping the rotational speed of the turbine constant, you would need to do some minor modifications in the code. In particular, in acl_model.f90, you would need to add the pitch control routines (e.g., lines 547-557) in the Is_constant_rotation_operated condition (line 490). The pitch can then be expressed as a function of time, as for example is done in line 578. Alternatively, to read this info from a file, you would need to add this capability yourself, Best, |
Beta Was this translation helpful? Give feedback.
Hi Hamid,
If you want to change the pitch of the blades (either collectively or individually) as a function of time while keeping the rotational speed of the turbine constant, you would need to do some minor modifications in the code. In particular, in acl_model.f90, you would need to add the pitch control routines (e.g., lines 547-557) in the Is_constant_rotation_operated condition (line 490). The pitch can then be expressed as a function of time, as for example is done in line 578. Alternatively, to read this info from a file, you would need to add this capability yourself,
Best,
Nikos