Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
acdaigneault committed Jul 24, 2024
1 parent cf709a1 commit 652e681
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/fem-dem/cfd_dem_coupling.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@ class CFDDEMSolver : public GLSVANSSolver<dim>
}
else if (counter == (coupling_frequency - 1))
{
// Execute the contact search at the last DEM iteration of the CFD time
// Execute the contact search at the last DEM iteration of the CFD
// iteration. It updates the reference location of particles with
// the last calculated locations prior the void fraction calculation.
return true;
}
else if (has_sparse_contacts && (counter == 1))
Expand Down

0 comments on commit 652e681

Please sign in to comment.