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
Commits
fcd50e63
Commit
fcd50e63
authored
4 years ago
by
Jenni Rinker
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature-refutils_v0.1' into 'develop'
Convert to refutils v0.1 See merge request
!2
parents
978f8d52
fe0745ef
No related branches found
Branches containing commit
No related tags found
2 merge requests
!6
Switching git workflows, merging develop in
,
!2
Convert to refutils v0.1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
dtu-10mw-rwt/htc/DTU_10MW_RWT.htc
+5
-15
5 additions, 15 deletions
dtu-10mw-rwt/htc/DTU_10MW_RWT.htc
with
11 additions
and
16 deletions
.gitignore
+
2
−
1
View file @
fcd50e63
...
...
@@ -8,6 +8,7 @@
*.dll
*_hs2.htc
*_step.htc
*_turb.htc
# latex stuff to ignore
*.pdf
...
...
@@ -17,5 +18,5 @@
# other stuff to ignore
**/control-win32/**
dtu-10mw-rwt
/git_version.txt
**
/git_version.txt
*.zip
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
4
−
0
View file @
fcd50e63
...
...
@@ -10,6 +10,10 @@ make_32bit_zip:
tags
:
# - CPAV_old
-
python
only
:
-
tags
-
release*
-
test_ci
# (later) make the report
# - git clone git@gitlab.windenergy.dtu.dk:HAWC2/hawc2-binary/hawc2-win32.git
...
...
This diff is collapsed.
Click to expand it.
dtu-10mw-rwt/htc/DTU_10MW_RWT.htc
+
5
−
15
View file @
fcd50e63
; 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.
0
; 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;
...
...
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