Skip to content

Commit

Permalink
RANS 2D source: Bugfix, used the same source (of the last element) fo…
Browse files Browse the repository at this point in the history
…r all other elements.
  • Loading branch information
iagkrais committed May 17, 2018
1 parent c49fb8c commit 0477eb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/equations/rans_sa/idealgas/exactfunc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -942,9 +942,6 @@ SUBROUTINE CalcSource(Ut,t)
)

END DO; END DO; END DO ! i,j,k
END DO

DO iElem=1,nElems
DO k=0,PP_NZ; DO j=0,PP_N; DO i=0,PP_N
Ut(6,i,j,k,iElem) = Ut(6,i,j,k,iElem)+Ut_src(6,i,j,k)/sJ(i,j,k,iElem,0)
END DO; END DO; END DO ! i,j,k
Expand Down

0 comments on commit 0477eb8

Please sign in to comment.