Ignore:
Timestamp:
Jul 17, 2019 3:14:26 PM (5 years ago)
Author:
gronemeier
Message:

timestep.f90:

  • consider 2*Km within diffusion criterion as Km is considered twice within the diffusion of e,
  • in RANS mode, instead of considering each wind component individually use the wind speed of 3d wind vector in CFL criterion
  • do not limit the increase of dt based on its previous value in RANS mode

other:

  • remove dt_old
File:
1 edited

Legend:

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

    r4079 r4101  
    2525! -----------------
    2626! $Id$
     27! remove old_dt
     28!
     29! 4079 2019-07-09 18:04:41Z suehring
    2730! + monotonic_limiter_z
    2831!
     
    14921495    REAL(wp) ::  multi_agent_system_end   = 9999999.9_wp       !< namelist parameter (see documentation)
    14931496    REAL(wp) ::  multi_agent_system_start = 0.0_wp             !< namelist parameter (see documentation)
    1494     REAL(wp) ::  old_dt = 1.0E-10_wp                           !< length of previous timestep
    14951497    REAL(wp) ::  omega = 7.29212E-5_wp                         !< namelist parameter
    14961498    REAL(wp) ::  omega_sor = 1.8_wp                            !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.