You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/common/m_constants.fpp
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ module m_constants
30
30
real(wp), parameter:: broadband_spectral_level_constant =20._wp !< The constant to scale the spectral level at the lower frequency bound
31
31
real(wp), parameter:: broadband_spectral_level_growth_rate =10._wp !< The spectral level constant to correct the magnitude at each frqeuency to ensure the source is overall broadband
32
32
33
+
! Chemistry
34
+
real(wp), parameter:: dflt_T_guess =1200._wp ! Default guess for temperature (when a previous value is not available)
35
+
33
36
! IBM+STL interpolation constants
34
37
integer, parameter:: Ifactor_2D =50 !< Multiple factor of the ratio (edge to cell width) for interpolation along edges for 2D models
35
38
integer, parameter:: Ifactor_3D =5 !< Multiple factor of the ratio (edge to cell width) for interpolation along edges for 3D models
0 commit comments