Changes between Version 129 and Version 130 of doc/app/initialization_parameters
- Timestamp:
- Nov 7, 2010 10:53:16 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/initialization_parameters
v129 v130 61 61 }}} 62 62 {{{#!td 63 Conservation of volume flow in x- and y-direction.\\\\ 64 '''conserve_volume_flow''' = ''.T.'' guarantees that the volume flow through the xz- and yz-cross-sections of the total model domain remains constant throughout the run depending on the chosen [#conserve_volume_flow_mode conserve_volume_flow_mode].\\\\ 63 Conservation of volume flow in x- and y-direction.\\\\ In case of lateral cyclic boundary conditions (bc_lr = '' 'cyclic' '' and bc_ns = '' 'cyclic{{{'}}}'') '''conserve_volume_flow''' = ''.T.'' guarantees that the volume flow through the xz- and yz-cross-sections of the total model domain remains constant throughout the run depending on the chosen [#conserve_volume_flow_mode conserve_volume_flow_mode]. In case of non-cyclic lateral boundary conditions (bc_lr /= '' 'cyclic' '' or bc_ns /= '' 'cyclic{{{'}}}'') this option guarantees that the volume flow at the inflow boundary equals at each time step the volume flow at the outflow. \\\\ 65 64 Note that '''conserve_volume_flow''' = ''.T.'' requires [#dp_external dp_external] = ''.F.''. 66 65 }}} … … 79 78 The following values are allowed:\\\\ 80 79 '' 'default' ''\\\\ 81 Per default, PALM uses '' 'initial_profiles' ''. This option is also used for non-cyclic lateral boundary conditions (bc_lr /= '' 'cyclic' '' or bc_ns /= '' 'cyclic{{{'}}}'') because the (spanwise averaged) inflow profiles do not vary with time and are identical with the initial profiles.\\\\80 Per default, PALM uses '' 'initial_profiles' ''. \\\\ 82 81 '' 'initial_profiles' ''\\\\ 83 The target volume flow is calculated at t=0 from the initial profiles of u and v. \\\\82 The target volume flow is calculated at t=0 from the initial profiles of u and v. This option is also standard for non-cyclic lateral boundary conditions (bc_lr /= '' 'cyclic' '' or bc_ns /= '' 'cyclic{{{'}}}'') because the (spanwise averaged) inflow profiles do not vary with time and are identical with the initial profiles.\\\\ 84 83 '' 'inflow_profile' ''\\\\ 85 84 The target volume flow is calculated at every timestep from the inflow profile of u or v, respectively. This setting is only allowed for non-cyclic lateral boundary conditions (bc_lr /= '' 'cyclic' '' or bc_ns /= '' 'cyclic{{{'}}}''). '''This option is not implemented so far, because at this time (spanwise averaged) inflow profiles do not vary with time in the standard code.'''\\\\ 86 85 '' 'bulk_velocity' ''\\\\ 87 The target volume flow is calculated from a predefined bulk velocity (see [#u_bulk u_bulk] and [#v_bulk v_bulk]). This setting is only allowed for cyclic lateral boundary conditions (bc_lr = '' 'cyclic' '' and bc_ns = '' 'cyclic{{{'}}}'').\\\\86 The target volume flow is calculated from a predefined bulk velocity (see [#u_bulk u_bulk] and [#v_bulk v_bulk]). This setting is only allowed for cyclic lateral boundary conditions .\\\\ 88 87 Note that '''conserve_volume_flow_mode''' only comes into effect if [#conserve_volume_flow conserve_volume_flow] = ''.T.''. 89 88 }}}