Changeset 4086 for palm/trunk/SOURCE


Ignore:
Timestamp:
Jul 11, 2019 5:55:44 AM (5 years ago)
Author:
gronemeier
Message:

Bugfix: use constant-flux layer condition for e in all rans modes (boundary_conds.f90)

File:
1 edited

Legend:

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

    r3879 r4086  
    2525! -----------------
    2626! $Id$
     27! Bugfix: use constant-flux layer condition for e in all rans modes
     28!
     29! 3879 2019-04-08 20:25:23Z knoop
    2730! Bugfix, do not set boundary conditions for potential temperature in neutral
    2831! runs.
     
    391394    IF ( .NOT. constant_diffusion )  THEN
    392395
    393        IF ( .NOT. rans_tke_e )  THEN
     396       IF ( .NOT. rans_mode )  THEN
    394397          DO  l = 0, 1
    395398!
Note: See TracChangeset for help on using the changeset viewer.