Skip to content

Commit

Permalink
Merge pull request #1522 from ExtremeFLOW/martin/fix_fluid_source
Browse files Browse the repository at this point in the history
  • Loading branch information
njansson authored Oct 1, 2024
2 parents 2b2736c + c982e9d commit 8483bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fluid/fluid_scheme.f90
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ subroutine fluid_scheme_init_common(this, msh, lx, params, scheme, user, &

! Initialize the source term
call this%source_term%init(this%f_x, this%f_y, this%f_z, this%c_Xh, user)
call this%source_term%add(params, 'case.fluid.source_term')
call this%source_term%add(params, 'case.fluid.source_terms')

! If case.output_boundary is true, set the values for the bc types in the
! output of the field.
Expand Down

0 comments on commit 8483bae

Please sign in to comment.