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

converting to refutils v10.1

parent 978f8d52
No related branches found
No related tags found
1 merge request!2Convert to refutils v0.1
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
*.dll *.dll
*_hs2.htc *_hs2.htc
*_step.htc *_step.htc
*_turb.htc
# latex stuff to ignore # latex stuff to ignore
*.pdf *.pdf
...@@ -17,5 +18,5 @@ ...@@ -17,5 +18,5 @@
# other stuff to ignore # other stuff to ignore
**/control-win32/** **/control-win32/**
dtu-10mw-rwt/git_version.txt **/git_version.txt
*.zip *.zip
\ No newline at end of file
...@@ -10,6 +10,10 @@ make_32bit_zip: ...@@ -10,6 +10,10 @@ make_32bit_zip:
tags: tags:
# - CPAV_old # - CPAV_old
- python - python
only:
- tags
- release
- test_ci
# (later) make the report # (later) make the report
# - git clone git@gitlab.windenergy.dtu.dk:HAWC2/hawc2-binary/hawc2-win32.git # - git clone git@gitlab.windenergy.dtu.dk:HAWC2/hawc2-binary/hawc2-win32.git
......
; DTU 10MW RWT. https://gitlab.windenergy.dtu.dk/hawc-reference-models/dtu-10-mw ; DTU 10MW RWT. https://gitlab.windenergy.dtu.dk/hawc-reference-models/dtu-10-mw
; ;
begin simulation; begin simulation;
time_stop 700.0; total time to simulate time_stop 100.0; total time to simulate
solvertype 1 ; 1=dense newmark, 2= sparse newmark (12.7+) solvertype 1 ; 1=dense newmark, 2= sparse newmark (12.7+)
on_no_convergence continue ; on_no_convergence continue ;
convergence_limits 1E3 1.0 1E-7 ; convergence_limits 1E3 1.0 1E-7 ;
...@@ -290,26 +290,16 @@ end new_htc_structure; ...@@ -290,26 +290,16 @@ end new_htc_structure;
;---------------------------------------------------------------------------------------------------------------------------------------------------------------- ;----------------------------------------------------------------------------------------------------------------------------------------------------------------
begin wind ; wind input to structure begin wind ; wind input to structure
density 1.225 ; density 1.225 ;
wsp 24.0 ; wsp 8.0 ;
tint 0.157 ; iec: i_ref*(0.75*U+5.6)/U tint 0.8 ; iec: i_ref*(0.75*U+5.6)/U
horizontal_input 1 ; horizontal_input 1 ;
windfield_rotations 0.0 0.0 0.0 ; yaw, tilt, rotation windfield_rotations 0.0 0.0 0.0 ; yaw, tilt, rotation
center_pos0 0.0 0.0 -119 ; hub height 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 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 turb_format 0 ; 0=none, 1=mann,2=flex
tower_shadow_method 3 ; 0=none, 1=potential flow, 2=jet, 3=potential flow 2 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 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; begin tower_shadow_potential_2;
tower_mbdy_link tower; tower_mbdy_link tower;
nsec 2; nsec 2;
......
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