Skip to content

Commit 6b8bb54

Browse files
Initialized unsteady flag in constructor.
1 parent 600749f commit 6b8bb54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Solver/src/libs/timeintegrator/pAdaptationClass.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module pAdaptationClass
9595
logical :: Adapt ! Is the adaptator going to be used??
9696
logical :: Constructed !
9797
logical :: restartFiles = .FALSE.
98-
logical :: UnSteady
98+
logical :: UnSteady = .FALSE.
9999
integer :: NxyzMax(3) ! Maximum polynomial order in all the directions
100100
integer :: adaptation_mode = NO_ADAPTATION ! Adaptation mode
101101
real(kind=RP) :: time_interval

Solver/test/NavierStokes/Cylinder_acoustics_pAdaptationRL/Cylinder_acoustics_pAdaptationRL.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ solution file name = "RESULTS/Cylinder_acoustics_pAdaptationRL.hsol"
1818
save gradients with solution = .false.
1919
restart = .false.
2020
restart file name = "RESULTS/Cylinder_acoustics_pAdaptationRL.hsol"
21-
simulation type = unsteady-state
21+
simulation type = time-accurate
2222

2323
Discretization nodes = Gauss
2424
Riemann solver = low dissipation roe

0 commit comments

Comments
 (0)