Missing word
This commit is contained in:
@ -66,7 +66,7 @@ void FixMvvDPD::init()
|
|||||||
error->all(FLERR,"Fix mvv/dpd requires atom attribute vest e.g. from atom style mdpd");
|
error->all(FLERR,"Fix mvv/dpd requires atom attribute vest e.g. from atom style mdpd");
|
||||||
|
|
||||||
// Cannot use vremap since its effects aren't propagated to vest
|
// Cannot use vremap since its effects aren't propagated to vest
|
||||||
// see RHEO or SPH packages for examples patches
|
// see RHEO or SPH packages for examples of patches
|
||||||
if (domain->deform_vremap)
|
if (domain->deform_vremap)
|
||||||
error->all(FLERR, "Fix mvv/dpd cannot be used with velocity remapping");
|
error->all(FLERR, "Fix mvv/dpd cannot be used with velocity remapping");
|
||||||
|
|
||||||
|
|||||||
@ -74,7 +74,7 @@ void FixMvvEDPD::init()
|
|||||||
if (!atom->edpd_flag) error->all(FLERR,"Fix mvv/edpd requires atom style edpd");
|
if (!atom->edpd_flag) error->all(FLERR,"Fix mvv/edpd requires atom style edpd");
|
||||||
|
|
||||||
// Cannot use vremap since its effects aren't propagated to vest
|
// Cannot use vremap since its effects aren't propagated to vest
|
||||||
// see RHEO or SPH packages for examples patches
|
// see RHEO or SPH packages for examples of patches
|
||||||
if (domain->deform_vremap)
|
if (domain->deform_vremap)
|
||||||
error->all(FLERR, "Fix mvv/edpd cannot be used with velocity remapping");
|
error->all(FLERR, "Fix mvv/edpd cannot be used with velocity remapping");
|
||||||
|
|
||||||
|
|||||||
@ -72,7 +72,7 @@ void FixMvvTDPD::init()
|
|||||||
if (!atom->tdpd_flag) error->all(FLERR,"Fix mvv/tdpd requires atom style tdpd");
|
if (!atom->tdpd_flag) error->all(FLERR,"Fix mvv/tdpd requires atom style tdpd");
|
||||||
|
|
||||||
// Cannot use vremap since its effects aren't propagated to vest
|
// Cannot use vremap since its effects aren't propagated to vest
|
||||||
// see RHEO or SPH packages for examples patches
|
// see RHEO or SPH packages for examples of patches
|
||||||
if (domain->deform_vremap)
|
if (domain->deform_vremap)
|
||||||
error->all(FLERR, "Fix mvv/tdpd cannot be used with velocity remapping");
|
error->all(FLERR, "Fix mvv/tdpd cannot be used with velocity remapping");
|
||||||
|
|
||||||
|
|||||||
@ -352,7 +352,7 @@ void FixMesoMove::init () {
|
|||||||
void FixMesoMove::setup_pre_force (int /*vflag*/) {
|
void FixMesoMove::setup_pre_force (int /*vflag*/) {
|
||||||
|
|
||||||
// Cannot use vremap since its effects aren't propagated to vest
|
// Cannot use vremap since its effects aren't propagated to vest
|
||||||
// see RHEO or SPH packages for examples patches
|
// see RHEO or SPH packages for examples of patches
|
||||||
if (domain->deform_vremap)
|
if (domain->deform_vremap)
|
||||||
error->all(FLERR, "Fix meso/move cannot be used with velocity remapping");
|
error->all(FLERR, "Fix meso/move cannot be used with velocity remapping");
|
||||||
|
|
||||||
|
|||||||
@ -94,7 +94,7 @@ void FixRigidMeso::setup (int vflag) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Cannot use vremap since its effects aren't propagated to vest
|
// Cannot use vremap since its effects aren't propagated to vest
|
||||||
// see RHEO or SPH packages for examples patches
|
// see RHEO or SPH packages for examples of patches
|
||||||
if (domain->deform_vremap)
|
if (domain->deform_vremap)
|
||||||
error->all(FLERR, "Fix rigid/meso cannot be used with velocity remapping");
|
error->all(FLERR, "Fix rigid/meso cannot be used with velocity remapping");
|
||||||
}
|
}
|
||||||
|
|||||||
@ -116,8 +116,8 @@ void FixSMDIntegrateTlsph::init() {
|
|||||||
dtf = 0.5 * update->dt * force->ftm2v;
|
dtf = 0.5 * update->dt * force->ftm2v;
|
||||||
vlimitsq = vlimit * vlimit;
|
vlimitsq = vlimit * vlimit;
|
||||||
|
|
||||||
// Cannot use vremap since its effects aren't propagated to vest
|
// Cannot use vremap since its effects aren't propagated to vest
|
||||||
// see RHEO or SPH packages for examples patches
|
// see RHEO or SPH packages for examples of patches
|
||||||
if (domain->deform_vremap)
|
if (domain->deform_vremap)
|
||||||
error->all(FLERR, "Fix smd/integrate_tlsph cannot be used with velocity remapping");
|
error->all(FLERR, "Fix smd/integrate_tlsph cannot be used with velocity remapping");
|
||||||
}
|
}
|
||||||
|
|||||||
@ -145,8 +145,8 @@ void FixSMDIntegrateUlsph::init() {
|
|||||||
dtf = 0.5 * update->dt * force->ftm2v;
|
dtf = 0.5 * update->dt * force->ftm2v;
|
||||||
vlimitsq = vlimit * vlimit;
|
vlimitsq = vlimit * vlimit;
|
||||||
|
|
||||||
// Cannot use vremap since its effects aren't propagated to vest
|
// Cannot use vremap since its effects aren't propagated to vest
|
||||||
// see RHEO or SPH packages for examples patches
|
// see RHEO or SPH packages for examples of patches
|
||||||
if (domain->deform_vremap)
|
if (domain->deform_vremap)
|
||||||
error->all(FLERR, "Fix smd/integrate_ulsph cannot be used with velocity remapping");
|
error->all(FLERR, "Fix smd/integrate_ulsph cannot be used with velocity remapping");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user