Changeset 248 for palm/trunk/EXAMPLES/canyon/example_canyon_p3d
- Timestamp:
- Feb 27, 2009 3:13:37 PM (16 years ago)
- Location:
- palm/trunk/EXAMPLES/canyon
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/EXAMPLES/canyon/example_canyon_p3d
r246 r248 2 2 dx = 2.0, dy = 2.0, dz = 2.0, 3 3 4 random_generator = 'system-specific', 5 fft_method = 'temperton-algorithm', 4 fft_method = 'temperton-algorithm', ! fast, but restrictions apply 6 5 7 omega = 0.0, 8 conserve_volume_flow = .T., 9 conserve_volume_flow_mode = 'bulk_velocity', 10 u_bulk = 1.0, v_bulk = 0.0, 6 omega = 0.0, ! no Coriolis force 7 conserve_volume_flow = .T., ! maintain constant bulk velocity 11 8 12 9 initializing_actions = 'set_constant_profiles', 13 ug_surface = 1.0, vg_surface = 0.0, 14 roughness_length = 0.1, 10 ug_surface = 1.0, vg_surface = 0.0, ! implies bulk velocity 1 m/s 11 roughness_length = 0.1, ! applies to all surfaces locally 15 12 16 13 bc_pt_b = 'neumann', 17 bc_uv_t = 'neumann', 14 bc_uv_t = 'neumann', ! open channel boundary condition 18 15 19 16 topography = 'single_street_canyon',
Note: See TracChangeset
for help on using the changeset viewer.