Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nrel-5mw-rwt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HAWC Reference Models
nrel-5mw-rwt
Commits
01cd7c70
Commit
01cd7c70
authored
3 years ago
by
Jenni Rinker
Browse files
Options
Downloads
Patches
Plain Diff
updating to version 0.2.0 of interface
parent
2765b6bc
Branches
master
No related tags found
No related merge requests found
Pipeline
#22742
passed
3 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nrel-5mw-rwt/htc/nrel_5mw_rwt.htc
+2
-2
2 additions, 2 deletions
nrel-5mw-rwt/htc/nrel_5mw_rwt.htc
utils/prepare_model.py
+2
-2
2 additions, 2 deletions
utils/prepare_model.py
with
4 additions
and
4 deletions
nrel-5mw-rwt/htc/nrel_5mw_rwt.htc
+
2
−
2
View file @
01cd7c70
; NREL_5MW_reference_wind_turbine
;
begin simulation;
time_stop
5
0;
time_stop
10
0;
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
...
...
This diff is collapsed.
Click to expand it.
utils/prepare_model.py
+
2
−
2
View file @
01cd7c70
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment