Home
last modified time | relevance | path

Searched refs:angMom (Results 1 – 5 of 5) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_nve_asphere_base.h67 double *angMom, double *torque, double* KslRot,
H A Dfix_nve_asphere_base.cpp176 double *angMom, double *torque, double* KslRot, in implicitRotationUpdate() argument
193 omegaOld[dirI] = angMom[dirI] / inertia[dirI]; in implicitRotationUpdate()
197 omegaAngMomTerm = omegaOld[index2_[dirI]]*angMom[index1_[dirI]] in implicitRotationUpdate()
198 - omegaOld[index1_[dirI]]*angMom[index2_[dirI]]; in implicitRotationUpdate()
219 angMom[dirI] = omegaNew[dirI] * inertia[dirI]; //update velocity for a half step! in implicitRotationUpdate()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/physics/test/
H A DIntegrals.cpp78 const Vector angMom = TotalAngularMomentum().evaluate(storage); variable
80 REQUIRE(angMom == approx(Vector(0._f, 0._f, expected), 1.e-2_f));
/dports/devel/tokamak/tokamak_release/tokamaksrc/src/
H A Drigidbody.cpp996 void neRigidBody_::SetAngMomComponent(const neV3 & angMom, const neV3 & dir) in SetAngMomComponent() argument
1002 newMom += angMom; in SetAngMomComponent()
H A Drigidbody.h715 void SetAngMomComponent(const neV3 & angMom, const neV3 & dir);