Changeset 3891 for palm/trunk/SOURCE/synthetic_turbulence_generator_mod.f90
- Timestamp:
- Apr 12, 2019 5:52:01 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/synthetic_turbulence_generator_mod.f90
r3885 r3891 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in initialization in case of restart runs. 28 ! 29 ! 3885 2019-04-11 11:29:34Z kanani 27 30 ! Changes related to global restructuring of location messages and introduction 28 31 ! of additional debug messages … … 773 776 !-- to initialize the filter functions. 774 777 CALL calc_length_and_time_scale 778 ! 779 !-- Parametrize Reynolds-stress tensor, diagonal elements as well 780 !-- as r21 (v'u'), r31 (w'u'), r32 (w'v'). Parametrization follows 781 !-- Rotach et al. (1996) and is based on boundary-layer depth, 782 !-- friction velocity and velocity scale. 783 CALL parametrize_reynolds_stress 784 ! 785 !-- Calculate coefficient matrix from Reynolds stress tensor 786 !-- (Lund rotation) 787 CALL calc_coeff_matrix 775 788 776 789 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.