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

change dll names to version-specific

parent 6a6bf6c0
No related branches found
No related tags found
No related merge requests found
Pipeline #22697 failed
......@@ -13,9 +13,9 @@ class NREL5MWRWT(ReferenceModel):
tb_wid=180, tb_ht=180)
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.dll',
('DISCON_NREL5MW_Monopile_v0.1.0.dll', 'DISCON.dll'),
('hss_convert_5mw.dll', 'hss_convert.dll'),
'nrel_5mw_interface.dll']
('nrel_5mw_interface_v0.1.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