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/Makefile

    r4286 r4309  
    2525# -----------------
    2626# $Id$
     27# Add dependency to parallel random generator for synthetic turbulence generator
     28#
     29# 4286 2019-10-30 16:01:14Z resler
    2730# delete boundary_conds, added missing dependencies
    2831#
     
    10771080        nesting_offl_mod.o \
    10781081        pmc_interface_mod.o \
     1082        random_generator_parallel_mod.o \
    10791083        surface_mod.o
    10801084temperton_fft_mod.o: \
Note: See TracChangeset for help on using the changeset viewer.