source: palm/trunk/TESTS/cases/wind_turbine_model/INPUT/wind_turbine_model_p3d @ 4056

Last change on this file since 4056 was 4056, checked in by Giersch, 5 years ago

Redundant example files deleted, wtm example added as a test case, bugfix in wtm

File size: 1.6 KB
Line 
1 &initialization_parameters
2         nx = 63, ny = 63, nz = 64,
3   
4         dx = 15.0, dy = 15.0, dz = 15.0,
5
6         bc_lr = 'cyclic',
7         bc_ns = 'cyclic',
8
9         initializing_actions = 'set_constant_profiles',
10         ug_surface = 6.0, vg_surface = 0.0,
11
12         bc_uv_b = 'dirichlet',
13         fft_method = 'temperton-algorithm',
14         
15         constant_flux_layer = .F., /
16
17 &runtime_parameters
18         end_time = 600.0,
19         
20         create_disturbances = .T.,
21         
22         dt_run_control = 0.,
23         
24         dt_dopr = 200.0,
25         
26         data_output_pr = '#u', '#v',
27                          'u*2', 'v*2', 'w*2',
28           
29         mask_x_loop(1,:) = 200.0, 800.0, 10.0,
30         mask_y_loop(1,:) = 200.0, 800.0, 10.0,
31         mask_z_loop(1,:) = 400.0, 560.0, 20.0,
32         
33         data_output_masks(1,:) = 'u', 'v','w',
34
35         dt_domask = 20.,/
36
37 &wind_turbine_parameters
38         time_turbine_on  = 1.0,
39
40         nturbines = 4,
41         rcx =   300.0, 600.0, 300.0, 600.0,
42         rcy =   300.0, 300.0, 600.0, 600.0,
43         rcz =   480.0, 480.0, 480.0, 480.0,
44         rr  =    63.0, 63.0, 63.0, 63.0,
45         rnac =    1.5, 1.5, 1.5, 1.5,
46         dtow =    4.0, 4.0, 4.0, 4.0,
47
48         omega_rot = 0.9, 0.9, 0.9, 0.9,
49         phi_yaw = -20.0, 10.0, 0.0, 30.0,
50         tilt = 0.0,
51         rated_power = 5296610.0,
52         speed_control = .T.,
53         pitch_control = .T.,
54         pitch_add = 0.0,
55         yaw_control = .T.,
56         yaw_speed = 0.01,
57   
58         turb_cd_tower   = 1.2, 1.2, 1.2, 1.2,
59       
60         segment_length = 1.0,
61         segment_width  = 0.5,
62       
63         nairfoils = 8, /
Note: See TracBrowser for help on using the repository browser.