Skip to content
Snippets Groups Projects
Commit 01cd7c70 authored by Jenni Rinker's avatar Jenni Rinker
Browse files

updating to version 0.2.0 of interface

parent 2765b6bc
Branches master
No related tags found
No related merge requests found
Pipeline #22742 passed
; NREL_5MW_reference_wind_turbine
;
begin simulation;
time_stop 50;
time_stop 100;
solvertype 1 ; (newmark)
on_no_convergence continue ;
logfile ./log/nrel_5mw_rwt.log ;
......@@ -343,7 +343,7 @@ begin dll;
begin init ; parameters needed to initialize DLL
constant 1 97 ; Gear ratio [-]
constant 2 3 ; Number of blades [-]
constant 3 1 ; Enable DLL log [0=disable, 1=enable]
constant 3 0 ; Enable DLL log [0=disable, 1=enable]
end init ;
;
begin output; HAWC2 channels passed to the interface DLL
......
......@@ -13,9 +13,9 @@ class NREL5MWRWT(ReferenceModel):
tb_wid=130, tb_ht=130) # rotor diameter is 126 m
model_kwargs['tint'] = 0.14*(0.75*model_kwargs['wsp'] + 5.6) / model_kwargs['wsp'] # class 1B
dll_list = [('damper_5mw.dll', 'damper.dll'),
('DISCON_NREL5MW_v0.1.0.dll', 'DISCON.dll'),
('hss_convert_5mw.dll', 'hss_convert.dll'),
('nrel_5mw_interface_v0.1.0.dll', 'nrel_5mw_interface.dll')]
('DISCON_NREL5MW_v0.2.0.dll', 'DISCON.dll'),
('nrel_5mw_interface_v0.2.0.dll', 'nrel_5mw_interface.dll')]
ReferenceModel.__init__(self,
model_path_name='nrel-5mw-rwt',
htc_basename='nrel_5mw_rwt',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment