Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre-Clement Simon <[email protected]>
  • Loading branch information
lkadz and simopier authored Oct 4, 2024
1 parent 5525475 commit 57337f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/tests/ver-1ka/ver-1ka.i
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
initial_pressure = 0 # Pa
kb = 1.380649e-23 # Boltzmann constant J/K
kb = 1.380649e-23 # Boltzmann constant J/K - from PhysicalConstants.h
T = 500 # K
S = 1e20 # 1/m^3/s
V = 1 # m^3
end_time = 10800 # s
end_time = 10000 # s
time_step = .1 # s

[Mesh]
type = GeneratedMesh
Expand Down Expand Up @@ -36,7 +37,7 @@ end_time = 10800 # s

[Executioner]
type = Transient
dt = .1
dt = ${time_step}
end_time = ${end_time}
scheme = 'bdf2'
[]
Expand Down

0 comments on commit 57337f5

Please sign in to comment.