Skip to content

Commit

Permalink
Merge pull request #6011 from bangerth/parameter
Browse files Browse the repository at this point in the history
Document how many seconds there are in a year.
  • Loading branch information
tjhei authored Aug 15, 2024
2 parents e5b1dc8 + b9afd3b commit cfc86b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/simulator/parameters.cc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@ namespace aspect
"several of the boundary velocity models described in Section~"
"\\ref{parameters:Boundary_20velocity_20model} interpret both "
"specific times in years instead of seconds, and velocities in "
"meters per year instead of meters per second.");
"meters per year instead of meters per second."
"\n\n"
"For the purposes of this parameter, a year consists of "
"60*60*24*365.2425 seconds. In other words, a year is taken "
"to have 365.2425 days.");

prm.declare_entry ("CFL number", "1.0",
Patterns::Double (0.),
Expand Down

0 comments on commit cfc86b8

Please sign in to comment.