Home
last modified time | relevance | path

Searched refs:ddistM (Results 1 – 2 of 2) sorted by relevance

/dports/science/mbdyn/mbdyn-1.7.3/modules/module-wheel4/
H A Dmodule-wheel4.h125 doublereal ddistM; // the magnitude of the home-made loaded radius distM variable
H A Dmodule-wheel4.cc597 Var_ddistM->put_rec((&ddistM), OH.GetCurrentStep()); in Output()
665 << " " << ddistM // 58: home made loaded radius (distance between ring center and patch center) in Output()
1566 ddistM = sqrt(distM.Dot()); in AssRes()
1568 if (ddistM < std::numeric_limits<doublereal>::epsilon()) { in AssRes()
1683 …M = distM.Cross(Fint_ring+Fr) - latRing*(R_e - ddistM)*Fint_ring.Dot(fwdRing) + Mz; // (with brake… in AssRes()