[1864] | 1 | &inipar nx = 191, ny = 191, nz = 192, |
---|
| 2 | |
---|
| 3 | dx = 5.0, dy = 5.0, dz = 5.0, |
---|
| 4 | |
---|
| 5 | bc_lr = 'cyclic', |
---|
| 6 | bc_ns = 'cyclic', |
---|
| 7 | |
---|
| 8 | initializing_actions = 'set_constant_profiles', |
---|
| 9 | ug_surface = 8.0, vg_surface = 0.0, |
---|
| 10 | |
---|
| 11 | bc_uv_b = 'neumann', |
---|
| 12 | fft_method = 'temperton-algorithm', |
---|
| 13 | |
---|
| 14 | constant_flux_layer = .F., / |
---|
| 15 | |
---|
| 16 | &d3par end_time = 60.0, |
---|
| 17 | |
---|
| 18 | npex = 8, npey = 8, |
---|
| 19 | |
---|
| 20 | termination_time_needed = 600.0, |
---|
| 21 | |
---|
| 22 | create_disturbances = .F., |
---|
| 23 | |
---|
| 24 | dt_run_control = 1., |
---|
| 25 | |
---|
| 26 | mask_x_loop(1,:) = 200.0, 800.0, 5.0, |
---|
| 27 | mask_y_loop(1,:) = 200.0, 800.0, 5.0, |
---|
| 28 | mask_z_loop(1,:) = 400.0, 560.0, 15.0, |
---|
| 29 | |
---|
| 30 | data_output_masks(1,:) = 'u', 'v','w', |
---|
| 31 | |
---|
| 32 | dt_domask = 2.,/ |
---|
| 33 | |
---|
| 34 | &wind_turbine_par |
---|
| 35 | time_turbine_on = 1.0, |
---|
| 36 | |
---|
| 37 | nturbines = 4, |
---|
| 38 | rcx = 300.0, 600.0, 300.0, 600.0, |
---|
| 39 | rcy = 300.0, 300.0, 600.0, 600.0, |
---|
| 40 | rcz = 480.0, 480.0, 480.0, 480.0, |
---|
| 41 | rr = 63.0, 63.0, 63.0, 63.0, |
---|
| 42 | rnac = 1.5, 1.5, 1.5, 1.5, |
---|
| 43 | dtow = 4.0, 4.0, 4.0, 4.0, |
---|
| 44 | |
---|
| 45 | omega_rot = 0.9, 0.9, 0.9, 0.9, |
---|
| 46 | phi_yaw = -20.0, 10.0, 0.0, 30.0, |
---|
| 47 | tilt = 0.0, |
---|
| 48 | rated_power = 5296610.0, |
---|
| 49 | speed_control = .T., |
---|
[1912] | 50 | pitch_control = .T., |
---|
| 51 | pitch_add = 0.0, |
---|
[1864] | 52 | yaw_control = .T., |
---|
| 53 | yaw_speed = 0.01, |
---|
| 54 | |
---|
[1912] | 55 | turb_cd_nacelle = 0.85, 0.85, 0.85, 0.85, |
---|
| 56 | turb_cd_tower = 1.2, 1.2, 1.2, 1.2, |
---|
[1864] | 57 | |
---|
| 58 | segment_length = 1.0, |
---|
| 59 | segment_width = 0.5, |
---|
| 60 | |
---|
| 61 | nairfoils = 8, / |
---|
| 62 | |
---|
| 63 | ! mrun -d example_wtm -v -h lccrayb -q mpp1testq -K parallel -X 64 -T 24 -t 1200 -r "d3# ts# ma#" |
---|
[1912] | 64 | ! mrun -d example_wtm -v -c .mrun.config.forwind_flow -h lcflow -K parallel -X 64 -t 2000 -r "d3# ts# ma#" |
---|