Ignore:
Timestamp:
Jun 8, 2017 9:09:11 AM (7 years ago)
Author:
gronemeier
Message:

Implemented synthetic turbulence generator

File:
1 edited

Legend:

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

    r2233 r2259  
    2525! -----------------
    2626! $Id$
     27! Implemented synthetic turbulence generator
     28!
     29! 2233 2017-05-30 18:08:54Z suehring
    2730!
    2831! 2232 2017-05-30 17:47:52Z suehring
     
    373376    USE urban_surface_mod,                                                     &
    374377        ONLY:  usm_material_heat_model, usm_material_model,                    &
    375                usm_radiation, usm_surface_energy_balance             
     378               usm_radiation, usm_surface_energy_balance
     379
     380    USE synthetic_turbulence_generator_mod,                                    &
     381        ONLY:  stg_main, use_synthetic_turbulence_generator
    376382
    377383    USE user_actions_mod,                                                      &
     
    665671!--       Impose a turbulent inflow using the recycling method
    666672          IF ( turbulent_inflow )  CALL  inflow_turbulence
     673
     674!
     675!--       Impose a turbulent inflow using synthetic generated turbulence
     676         IF ( use_synthetic_turbulence_generator ) THEN
     677            CALL  stg_main
     678         ENDIF
    667679
    668680!
Note: See TracChangeset for help on using the changeset viewer.