Changes between Version 325 and Version 326 of doc/app/initialization_parameters


Ignore:
Timestamp:
Jun 6, 2017 3:40:07 PM (8 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v325 v326  
    26952695  The height of the tunnel outer top wall can be specified by [#tunnel_height tunnel_height].
    26962696  The tunnel length and width can be specified via [#tunnel_length tunnel_length] and either [#tunnel_width_x tunnel_width_x] or [#tunnel_width_y tunnel_width_y].
    2697   Furthermore, the depth of tunnel walls can be specified by [#tunnel_wall_depth tunnel_wall_depth]. \\\\
     2697  Furthermore, the depth of tunnel walls can be specified by [#tunnel_wall_depth tunnel_wall_depth].
     2698  Note, tunnels are always centered in the model domain along x- and y-direction. \\\\
    26982699Alternatively, the user may add code to the user interface subroutine [#user_init_grid user_init_grid] to allow further topography modes. These require to explicitly set the [#topography_grid_convention topography_grid_convention] to either '' 'cell_edge' '' or '' 'cell_center' ''.\\\\
    26992700Non-flat '''topography''' modes may assign a kinematic sensible [#wall_heatflux wall_heatflux] and a kinematic [#wall_humidityflux wall_humidityflux] (requires [#humidity humidity] = .T.) or a [#wall_scalarflux wall_scalarflux] (requires [#passive_scalar passive_scalar] = .T.) at the five topography faces.\\\\
     
    27292730    * For PALM simulations using a user-defined topography, the '''topography_grid_convention''' must be explicitly set to either '' 'cell_edge' '' or '' 'cell_center'.''\\
    27302731    * For PALM simulations using a standard topography ('' 'single_building','' '' 'single_street_canyon' '' or '' 'read_from_file' ''), it is possible but not required to set the '''topography_grid_convention''' because appropriate default values apply.
     2732}}}
     2733|----------------
     2734{{{#!td style="vertical-align:top"
     2735[=#tunnel_height '''tunnel_height''']
     2736}}}
     2737{{{#!td style="vertical-align:top"
     2738R
     2739}}}
     2740{{{#!td style="vertical-align:top"
     27410.2 * nz
     2742}}}
     2743{{{#!td
     2744Height of tunnel top (outer wall).
     2745}}}
     2746|----------------
     2747{{{#!td style="vertical-align:top"
     2748[=#tunnel_length '''tunnel_length''']
     2749}}}
     2750{{{#!td style="vertical-align:top"
     2751R
     2752}}}
     2753{{{#!td style="vertical-align:top"
     27549999999.9
     2755}}}
     2756{{{#!td
     2757Length of the tunnel. ''tunnel_length'' can be smaller (open tunnel) or larger (infinite tunnel) than the model-domain extents along the tunnel axis. 
     2758}}}
     2759|----------------
     2760{{{#!td style="vertical-align:top"
     2761[=#tunnel_width_x '''tunnel_width_x''']
     2762}}}
     2763{{{#!td style="vertical-align:top"
     2764R
     2765}}}
     2766{{{#!td style="vertical-align:top"
     27679999999.9
     2768}}}
     2769{{{#!td
     2770Width of the tunnel along x-direction with respect to the tunnel outer walls. A non-default value indicates a tunnel orientation along y. The tunnel width must be at least larger than 2 * [#dx dx] + 2 * [#tunnel_wall_depth tunnel_wall_depth].
     2771}}}
     2772|----------------
     2773{{{#!td style="vertical-align:top"
     2774[=#tunnel_width_y '''tunnel_width_y''']
     2775}}}
     2776{{{#!td style="vertical-align:top"
     2777R
     2778}}}
     2779{{{#!td style="vertical-align:top"
     27809999999.9
     2781}}}
     2782{{{#!td
     2783Width of the tunnel along x-direction with respect to the tunnel outer walls. A non-default value indicates a tunnel orientation along x. The tunnel width must be at least larger than 2 * [#dy dy] + 2 * [#tunnel_wall_depth tunnel_wall_depth].
     2784}}}
     2785|----------------
     2786{{{#!td style="vertical-align:top"
     2787[=#tunnel_wall_depth '''tunnel_wall_depth''']
     2788}}}
     2789{{{#!td style="vertical-align:top"
     2790R
     2791}}}
     2792{{{#!td style="vertical-align:top"
     2793max( dx, dy, dz )
     2794}}}
     2795{{{#!td
     2796Depth of the tunnel walls.
    27312797}}}
    27322798|----------------