Changes between Version 129 and Version 130 of doc/app/initialization_parameters


Ignore:
Timestamp:
Nov 7, 2010 10:53:16 AM (14 years ago)
Author:
gryschka
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v129 v130  
    6161}}}
    6262{{{#!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].\\\\
     63Conservation 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. \\\\
    6564Note that '''conserve_volume_flow''' = ''.T.'' requires [#dp_external dp_external] = ''.F.''.
    6665}}}
     
    7978The following values are allowed:\\\\
    8079'' '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' ''. \\\\
    8281'' '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.\\\\
    8483'' 'inflow_profile' ''\\\\
    8584      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.'''\\\\
    8685'' '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  .\\\\
    8887Note that '''conserve_volume_flow_mode''' only comes into effect if [#conserve_volume_flow conserve_volume_flow] = ''.T.''.
    8988}}}