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_3d.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! -----------------
     
    152153
    153154          CASE ( 'p' )
     155             IF ( psolver == 'multigrid' .OR. psolver == 'sor' )              &
     156                CALL exchange_horiz( p, nbgp )
    154157             IF ( av == 0 )  THEN
    155158                to_be_resorted => p
Note: See TracChangeset for help on using the changeset viewer.