Ignore:
Timestamp:
Nov 20, 2007 9:46:11 AM (16 years ago)
Author:
letzel
Message:

Vertical profiles now based on nzb_s_inner; they are divided by
ngp_2dh_s_inner (scalars, procucts of scalars and velocity components) and
ngp_2dh (staggered velocity components and their products), respectively.

Allow new case bc_uv_t = 'dirichlet_0' for channel flow.

File:
1 edited

Legend:

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

    r130 r132  
    44! Actual revisions:
    55! -----------------
    6 ! allow two instead of one digit to specify isosurface and slicer variables
     6! Allow new case bc_uv_t = 'dirichlet_0' for channel flow.
     7! Allow two instead of one digit to specify isosurface and slicer variables.
    78! Output of sorting frequency of particles
    89!
     
    384385       runten = TRIM( runten ) // ' uv(0)     = uv(1)                 |'
    385386    ENDIF
    386     IF ( ibc_uv_t == 0 )  THEN
     387    IF ( TRIM( bc_uv_t ) == 'dirichlet_0' )  THEN
     388       roben  = TRIM( roben  ) // ' uv(nzt+1) = 0                     |'
     389    ELSEIF ( ibc_uv_t == 0 )  THEN
    387390       roben  = TRIM( roben  ) // ' uv(nzt+1) = ug(nzt+1), vg(nzt+1)  |'
    388391    ELSE
Note: See TracChangeset for help on using the changeset viewer.