Ignore:
Timestamp:
Jan 18, 2011 4:19:48 PM (13 years ago)
Author:
suehring
Message:

Right computation of the pressure using Runge-Kutta weighting coefficients. Consideration of the pressure gradient during the time integration removed. Removed bugfix concerning velocity variances.

File:
1 edited

Legend:

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

    r668 r673  
    44! Current revisions:
    55! -----------------
    6 !
     6! When using Multigrid or SOR solver an additional CALL exchange_horiz is
     7! is needed for pressure output.
    78! Former revisions:
    89! -----------------
     
    239240
    240241             CASE ( 'p_xy', 'p_xz', 'p_yz' )
     242                IF ( psolver == 'multigrid' .OR. psolver == 'sor' )           &
     243                   CALL exchange_horiz( p, nbgp )
    241244                IF ( av == 0 )  THEN
    242245                   to_be_resorted => p
Note: See TracChangeset for help on using the changeset viewer.