Ignore:
Timestamp:
Nov 26, 2019 6:49:59 PM (4 years ago)
Author:
suehring
Message:

Synthetic turbulence generator: Computation of velocity seeds optimized. This implies that random numbers are computed now using the parallel random number generator. Random number are now only computed and normalized locally, while distributed over all mpi ranks afterwards, instead of computing random numbers on a global array. urther, the number of calls for the time-consuming velocity-seed generation is reduced - now the left and right, as well as the north and south boundary share the same velocity-seed matrices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/header.f90

    r4301 r4309  
    2020! Current revisions:
    2121! -----------------
    22 ! replaced recycling_yshift by y_shift
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! replaced recycling_yshift by y_shift
     28!
     29! 4301 2019-11-22 12:09:09Z oliver.maas
    2730!
    2831! 4297 2019-11-21 10:37:50Z oliver.maas
Note: See TracChangeset for help on using the changeset viewer.