Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dtu-10mw-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
dtu-10mw-rwt
Merge requests
!2
Convert to refutils v0.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Convert to refutils v0.1
feature-refutils_v0.1
into
develop
Overview
0
Commits
3
Pipelines
0
Changes
3
Merged
Jenni Rinker
requested to merge
feature-refutils_v0.1
into
develop
4 years ago
Overview
0
Commits
3
Pipelines
0
Changes
3
Expand
Gitignore to ignore turb files and git version
Make zip file on release, test_ci and tags
Base htc file to 100-s steady wind
0
0
Merge request reports
Viewing commit
69ab8c9f
Prev
Next
Show latest version
3 files
+
11
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
69ab8c9f
converting to refutils v10.1
· 69ab8c9f
Jenni Rinker
authored
4 years ago
dtu-10mw-rwt/htc/DTU_10MW_RWT.htc
+
5
−
15
Options
; DTU 10MW RWT. https://gitlab.windenergy.dtu.dk/hawc-reference-models/dtu-10-mw
;
begin simulation;
time_stop
7
00.0; total time to simulate
time_stop
1
00.0; total time to simulate
solvertype 1 ; 1=dense newmark, 2= sparse newmark (12.7+)
on_no_convergence continue ;
convergence_limits 1E3 1.0 1E-7 ;
@@ -290,26 +290,16 @@ end new_htc_structure;
;----------------------------------------------------------------------------------------------------------------------------------------------------------------
begin wind ; wind input to structure
density 1.225 ;
wsp
24
.0 ;
tint 0.
157
; iec: i_ref*(0.75*U+5.6)/U
wsp
8
.0 ;
tint 0.
8
; iec: i_ref*(0.75*U+5.6)/U
horizontal_input 1 ;
windfield_rotations 0.0 0.0 0.0 ; yaw, tilt, rotation
center_pos0 0.0 0.0 -119 ; hub height
shear_format 3 0.2 ; 0=no mean wind, 1=constant, 2=log, 3=power, 4=linear
turb_format
1
; 0=none, 1=mann,2=flex
tower_shadow_method
3
; 0=none, 1=potential flow, 2=jet, 3=potential flow 2
turb_format
0
; 0=none, 1=mann,2=flex
tower_shadow_method
0
; 0=none, 1=potential flow, 2=jet, 3=potential flow 2
wind_ramp_factor 0.0 40.0 0.5 1.0 ; ramp wind from 50% to 100% starting at 0s and ending at 40s
;
begin mann; mann turbulence parameters
create_turb_parameters 29.4 1.0 3.9 1001 0 ;
filename_u ./turb/DTU_10MW_RWT_turb_u.bin ;
filename_v ./turb/DTU_10MW_RWT_turb_v.bin ;
filename_w ./turb/DTU_10MW_RWT_turb_w.bin ;
box_dim_u 8192 1.7578125 ; U*T/n_u
box_dim_v 32 5.80645 ; wid/(n_v-1)
box_dim_w 32 5.80645 ; ht/(n_w-1)
end mann;
;
begin tower_shadow_potential_2;
tower_mbdy_link tower;
nsec 2;
Loading