| 77 | | [=#<insert_parameter_name> '''<insert_parameter_name>'''] |
| 78 | | }}} |
| 79 | | {{{#!td style="vertical-align:top" |
| 80 | | <insert type> |
| 81 | | }}} |
| 82 | | {{{#!td style="vertical-align:top" |
| 83 | | <insert value> |
| 84 | | }}} |
| 85 | | {{{#!td |
| 86 | | <insert explanation> |
| 87 | | }}} |
| 88 | | |---------------- |
| 89 | | {{{#!td style="vertical-align:top" |
| 90 | | [=#<insert_parameter_name> '''<insert_parameter_name>'''] |
| 91 | | }}} |
| 92 | | {{{#!td style="vertical-align:top" |
| 93 | | <insert type> |
| 94 | | }}} |
| 95 | | {{{#!td style="vertical-align:top" |
| 96 | | <insert value> |
| 97 | | }}} |
| 98 | | {{{#!td |
| 99 | | <insert explanation> |
| | 77 | [=#conserve_volume_flow '''conserve_volume_flow'''] |
| | 78 | }}} |
| | 79 | {{{#!td style="vertical-align:top" |
| | 80 | L |
| | 81 | }}} |
| | 82 | {{{#!td style="vertical-align:top" |
| | 83 | .F. |
| | 84 | }}} |
| | 85 | {{{#!td |
| | 86 | Conservation of volume flow in x- and y-direction.\\\\ |
| | 87 | '''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].\\\\ |
| | 88 | Note that '''conserve_volume_flow''' = ''.T.'' requires [#dp_external dp_external] = ''.F.''. |
| | 89 | }}} |
| | 90 | |---------------- |
| | 91 | {{{#!td style="vertical-align:top" |
| | 92 | [=#conserve_volume_flow_mode '''conserve_volume_flow_mode'''] |
| | 93 | }}} |
| | 94 | {{{#!td style="vertical-align:top" |
| | 95 | C*16 |
| | 96 | }}} |
| | 97 | {{{#!td style="vertical-align:top" |
| | 98 | 'default' |
| | 99 | }}} |
| | 100 | {{{#!td |
| | 101 | Modus of volume flow conservation.\\\\ |
| | 102 | The following values are allowed:\\\\ |
| | 103 | |
| | 104 | '' 'default' '' |
| | 105 | |
| | 106 | Per default, PALM uses '' 'initial_profiles' '' for cyclic lateral boundary conditions ([#bc_lr bc_lr] = '' 'cyclic' '' and [#bc_ns bc_ns] = '' 'cyclic' '') and '' 'inflow_profile' '' for non-cyclic lateral boundary conditions (bc_lr /= '' 'cyclic' '' or bc_ns /= '' 'cyclic' ''). |
| | 107 | |
| | 108 | '' 'initial_profiles' '' |
| | 109 | |
| | 110 | The target volume flow is calculated at t=0 from the initial profiles of u and v. This setting is only allowed for cyclic lateral boundary conditions (bc_lr = '' 'cyclic' '' and bc_ns = '' 'cyclic' ''). |
| | 111 | |
| | 112 | '' 'inflow_profile' '' |
| | 113 | |
| | 114 | 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' ''). |
| | 115 | |
| | 116 | '' 'bulk_velocity' '' |
| | 117 | |
| | 118 | 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' '').\\\\ |
| | 119 | Note that '''conserve_volume_flow_mode''' only comes into effect if [#conserve_volume_flow conserve_volume_flow] = ''.T.''. |