Changes between Version 6 and Version 7 of doc/app/stg_par


Ignore:
Timestamp:
Mar 3, 2020 8:25:22 PM (5 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/stg_par

    v6 v7  
    5151Using turbulence recycling ([../initialization_parameters#turbulent_inflow turbulent_inflow]=.T.) together with the synthetic turbulence generator is not allowed.
    5252}}}
     53|----------------
     54{{{#!td style="vertical-align:top"
     55[=#compute_velocity_seeds_local '''compute_velocity_seeds_local''']
     56}}}
     57{{{#!td style="vertical-align:top"
     58L
     59}}}
     60{{{#!td style="vertical-align:top"
     61.T.
     62}}}
     63{{{#!td
     64Flag to control the control the computation of velocity seeds that are the basis of the imposed disturbances.
     65If set to .FALSE., the computation of the seeds at the boundary is
     66distributed to all processes along the respective 1D communicator. Subsequently, seeds are gathered on the respective boundary process.
     67This option is especially useful for large length scales where the computational effort can become quite huge (it scales with the turbulent length scales), so that gain by parallelization exceeds the costs by the subsequent communication. This is usually the case when turbulent length scales are read in from ASCII file.
     68
     69If set to .TRUE., velocity seeds are computed only locally. This performs better when the turbulent length scales are small (like in the parametrized mode where the length scales are limited to 8 x grid spacing) and thus the loops are smaller and no communication is necessary.
     70}}}