Skip to content

Commit 8816cb3

Browse files
committed
Update residuals for CylinderChandrasekarRoe
1 parent aa044a7 commit 8816cb3

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Solver/test/NavierStokes/CylinderChandrasekarRoe/SETUP/ProblemFile.f90

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -524,22 +524,22 @@ SUBROUTINE UserDefinedFinalize(mesh, time, iter, maxResidual &
524524
! Local variables
525525
! ---------------
526526
!
527-
CHARACTER(LEN=29) :: testName = "Cylinder Vreman"
527+
CHARACTER(LEN=29) :: testName = "Cylinder ChandrasekarRoe"
528528
REAL(KIND=RP) :: maxError
529529
REAL(KIND=RP), ALLOCATABLE :: QExpected(:,:,:,:)
530530
INTEGER :: eID
531531
INTEGER :: i, j, k, N
532532
TYPE(FTAssertionsManager), POINTER :: sharedManager
533533
LOGICAL :: success
534534
integer :: rank
535-
real(kind=RP), parameter :: cd = 34.5428177831554_RP
536-
real(kind=RP), parameter :: cl = -4.7999091236761160E-04_RP
537-
real(kind=RP), parameter :: wake_u = 1.0883014687531778E-08_RP
538-
real(kind=RP), parameter :: res(5) = [ 8.74266124458872_RP, &
539-
17.4701104368444_RP, &
540-
0.18963568534174_RP, &
541-
24.0324616446032_RP, &
542-
238.729734578169_RP]
535+
real(kind=RP), parameter :: cd = 35.517808389300342_RP
536+
real(kind=RP), parameter :: cl = -0.0001597956781_RP
537+
real(kind=RP), parameter :: wake_u = 2.44E-14_RP
538+
real(kind=RP), parameter :: res(5) = [ 9.292005572719354_RP, &
539+
24.258016397589838_RP, &
540+
0.2388511827572224_RP, &
541+
28.435107391243378_RP, &
542+
253.03319158649319_RP]
543543
#if defined(NAVIERSTOKES)
544544

545545
CALL initializeSharedAssertionsManager

0 commit comments

Comments
 (0)