Ignore:
Timestamp:
Jul 17, 2019 4:00:03 PM (5 years ago)
Author:
suehring
Message:

Bugfix, set Neumann boundary conditions for the subgrid TKE at vertical walls instead of implicit Dirichlet conditions that always act as a sink term for the subgrid TKE. Therefore, add new data structure for vertical surfaces and revise the setting of the boundary grid point index space. Moreover, slightly revise setting of boundary conditions at upward- and downward facing surfaces. Finally, setting of boundary conditions for subgrid TKE and dissipation (in RANS mode) is now modularized. Update test case results.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r4070 r4102  
    2525# -----------------
    2626# $Id$
     27# Remove dependency on pmc_interface for boundary_conds
     28#
     29# 4070 2019-07-03 13:51:40Z gronemeier
    2730# Add new data output modules
    2831#
     
    802805        radiation_model_mod.o
    803806boundary_conds.o: \
    804         basic_constants_and_equations_mod.o \
    805807        bulk_cloud_model_mod.o \
    806808        chemistry_model_mod.o \
    807809        mod_kinds.o \
    808810        modules.o \
    809         pmc_interface_mod.o \
    810811        salsa_mod.o \
    811812        surface_mod.o \
Note: See TracChangeset for help on using the changeset viewer.