Skip to content

Commit

Permalink
changed adjust_reference_heating to .false. if user specifies it usin…
Browse files Browse the repository at this point in the history
…g with_custom
  • Loading branch information
Loren committed Nov 30, 2023
1 parent 4471ac2 commit e778002
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Physics/PDE_Coefficients.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,8 @@ Subroutine Augment_Reference()
ref%heating(:) = ra_functions(:,6)/(ref%density*ref%temperature)*ra_constants(10)
temp_functions(:,6) = ra_functions(:,6)
temp_constants(10) = ra_constants(10)
adjust_reference_heating = .false. ! don't distrust the user's choices.
! Q(r) = c_10*f_6 (whatever it is) WILL be implemented!
Endif

If (use_custom_constant(2) .and. use_custom_function(2)) Then
Expand Down

0 comments on commit e778002

Please sign in to comment.