whitespace
This commit is contained in:
@ -346,7 +346,7 @@ user-specified damping coefficient in the *normal* model:
|
||||
\eta_n = \eta_{n0}
|
||||
|
||||
Here, :math:`\eta_{n0}` is the damping coefficient specified for the normal
|
||||
contact model, in units of *mass*\ /\ *time*\ .
|
||||
contact model, in units of *mass*\ /\ *time*\ .
|
||||
|
||||
For *damping mass_velocity*, the normal damping is given by:
|
||||
|
||||
|
||||
@ -85,7 +85,7 @@ double GranSubModDampingVelocity::calculate_forces()
|
||||
} else {
|
||||
damp_prefactor = damp;
|
||||
}
|
||||
} else {
|
||||
} else {
|
||||
damp_prefactor = damp;
|
||||
}
|
||||
return -damp_prefactor * gm->vnnr;
|
||||
|
||||
Reference in New Issue
Block a user