Changeset 1542 for palm/trunk/EXAMPLES/building/example_building_p3d
- Timestamp:
- Jan 28, 2015 12:45:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/EXAMPLES/building/example_building_p3d
r698 r1542 4 4 fft_method = 'temperton-algorithm', ! fast, but restrictions apply 5 5 6 momentum_advec = ' pw-scheme', ! topography does not work with7 scalar_advec = ' pw-scheme', ! Wicker-Skamarock advection so far6 momentum_advec = 'ws-scheme', ! default advection scheme 7 scalar_advec = 'ws-scheme', 8 8 9 9 omega = 0.0, ! no Coriolis force … … 13 13 ug_surface = 1.0, vg_surface = 0.0, ! implies bulk velocity 1 m/s 14 14 roughness_length = 0.1, ! applies to all surfaces locally 15 neutral = .T., ! strictly neutral flow 15 16 16 bc_pt_b = 'neumann',17 17 bc_uv_t = 'dirichlet_0', ! channel flow boundary condition 18 18 … … 21 21 building_height = 40.0, 22 22 building_length_x = 40.0, 23 building_length_y = 40.0, 24 25 surface_heatflux = 0.0, ! strictly neutral simulation 26 wall_heatflux = 0.0, 0.0, 0.0, 0.0, 0.0, / 23 building_length_y = 40.0, / 27 24 28 25 &d3par end_time = 7200.0,
Note: See TracChangeset
for help on using the changeset viewer.