MassFluid + MassBound

edited April 2016 in DualSPHysics_v4.0
Hi,

I want to make changes in MassFluid and MassBound, but I can't understand how/where these variables are computed. Would it be possible to have have some information on this?

Thanks! ida a.

Comments

  • edited April 2016
    The variables are computed in GenCase and DualSPHysics only reads the resulting values:

    MassFluid = rho * dp * dp * dp (in 3D)
    MassFluid = rho * dp * dp (in 2D)

    Since particles are initially created in a cubic grid.

    Regards
  • By rho you mean RhopZero? Does the same apply to MassBound? Also, are both MassFluid and MassBound computed at JSph.cpp?
Sign In or Register to comment.