Skip to content

Commit

Permalink
Merge pull request #372 from Xiangyu-Hu/fix/comment_on_transport_form…
Browse files Browse the repository at this point in the history
…ulation

comments on transport formulation
  • Loading branch information
Xiangyu-Hu authored Jul 18, 2023
2 parents 3938509 + 79cb313 commit aaa750d
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,14 @@ class AngularConservativeViscousAccelerationInner : public BaseViscousAccelerati

/**
* @class TransportVelocityCorrectionInner
* @brief transport velocity correction
* @brief The particle positions are corrected for more uniformed distribution
* when there is negative pressure in the flow.
* @details Note that the default coefficient is for using the dual time criteria method:
* Dual-criteria time stepping for weakly compressible smoothed particle hydrodynamics.
* C Zhang, M Rezavand, X Hu - Journal of Computational Physics,
* Volume 404, 1 March 2020, 109135.
* If single (acoustic) time step is used, the coefficient should be decrease
* to about 1/4 of the default value.
*/
class TransportVelocityCorrectionInner : public LocalDynamics, public FluidDataInner
{
Expand Down

0 comments on commit aaa750d

Please sign in to comment.