Changes between Version 312 and Version 313 of doc/app/initialization_parameters


Ignore:
Timestamp:
Mar 20, 2017 9:02:04 AM (8 years ago)
Author:
hellstea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v312 v313  
    13021302In order to maintain a turbulent state of the flow, it may be necessary to continuously impose perturbations on the horizontal velocity field in the vicinity of the inflow throughout the whole run. This can be switched on using [../d3par#create_disturbances create_disturbances]. The horizontal range to which these perturbations are applied is controlled by the parameters [#inflow_disturbance_begin inflow_disturbance_begin] and [#inflow_disturbance_end inflow_disturbance_end]. The vertical range and the perturbation amplitude are given by [../d3par#disturbance_level_b disturbance_level_b], [../d3par#disturbance_level_t disturbance_level_t], and [../d3par#disturbance_amplitude disturbance_amplitude]. The time interval at which perturbations are to be imposed is set by [../d3par#dt_disturb dt_disturb]. Note that these inflow perturbances are added '''in addition''' to the standard perturbances that are activated with [../d3par#create_disturbances create_disturbances]. The standard perturbances can be deactivated by setting the d3par-parameter [../d3par#disturbance_energy_limit disturbance_energy_limit] = 0.0 .\\\\
    13031303In case of non-cyclic horizontal boundaries [#call_psolver_at_all_substeps call_psolver_at_all_substeps] = ''.T.'' should be used.\\\\
    1304 In case of nested run the default value of '''bc_lr''' in the nest domains is not '' 'cyclic' '' but '' 'nested' '' instead. For the root domain of a nested run  the default is '' 'cyclic' '' as usually.\\\\
     1304In case of nested run, except if [#nesting_mode nesting_mode]='vertical', the default value of '''bc_lr''' in the nest domains is not '' 'cyclic' '' but '' 'nested' '' instead. For the root domain of a nested run  the default is '' 'cyclic' '' as usually.\\\\
    13051305'''Note:'''\\
    13061306Using non-cyclic lateral boundaries requires very sensitive adjustments of the inflow (vertical profiles) and the bottom boundary conditions, e.g. a surface heating should not be applied near the inflow boundary because this may significantly disturb the inflow. Please check the model results very carefully.
    13071307
    13081308Detailed information can be found in the documentation of the [../../tec/noncyclic non-cyclic lateral boundary conditions].
    1309 
    1310 In case of nesting except if [#nesting_mode nesting_mode]='vertical', bc_lr has default value of 'nested' for all nest-domains. In case of vertical nesting the default is 'cyclic' as usually. 
    13111309}}}
    13121310|----------------
     
    13281326For scalars, a Neumann (zero gradient) condition is used. For the perturbation pressure, Neumann (zero gradient) conditions are assumed both at the inflow and at the outflow.\\\\
    13291327For further details regarding non-cyclic lateral boundary conditions see [#bc_lr bc_lr].
    1330 
    1331 In case of nesting except if [#nesting_mode nesting_mode]='vertical', bc_lr has default value of 'nested' for all nest-domains. In case of vertical nesting the default is 'cyclic' as usually.
    13321328}}}
    13331329|----------------