Skip to content

Commit

Permalink
Update m_FlowCase.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
GongZheng-Justin authored Jan 25, 2022
1 parent cf477f6 commit 6994a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/m_FlowCase.f90
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ subroutine clcStat(ux,uy,uz,pressure,ArrTemp1,ArrTemp2)
inxz=one/(real(nxc,RK)*real(nzc,RK))
DO jc=1,nyc
jp=jc+1; jm=jc-1;
InterpY1= YinterpCoe(jp); InterpY2=one-InterpY1
InterpY1= YinterpCoe(jc); InterpY2=one-InterpY1
cac=rdyc(jc);cacU=rdyc(jp); caj=rdyp(jc); SumVec=zero
do kc=y1start(3),y1end(3)
ks=kc-2;km=kc-1;kp=kc+1;ku=kc+2
Expand Down Expand Up @@ -392,7 +392,7 @@ subroutine clcStat(ux,uy,uz,pressure,ArrTemp1,ArrTemp2)

! nyp only
jc=nyp; jm=jc-1; cac=rdyc(jc); SumVec=zero
InterpY1= YinterpCoe(jp); InterpY2=one-InterpY1
InterpY1= YinterpCoe(jc); InterpY2=one-InterpY1
do kc=y1start(3),y1end(3)
km=kc-1;kp=kc+1
do ic=y1start(1),y1end(1)
Expand Down

0 comments on commit 6994a0c

Please sign in to comment.