Home
last modified time | relevance | path

Searched refs:inertia_B (Results 1 – 7 of 7) sorted by relevance

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/vib/
H A Dvib_wrtfreq.F31 double precision inertia_A,inertia_B,inertia_C,thetaA,thetaB,
109 > inertia_A,inertia_B,inertia_C,sigma,linear)
111 thetaB = inertia_B*(h*c/kgas)
115 write(6,10012) inertia_B,thetaB
238 inertprod=inertia_A*inertia_B*inertia_C
/dports/science/nwchem-data/nwchem-7.0.2-release/src/vib/
H A Dvib_wrtfreq.F31 double precision inertia_A,inertia_B,inertia_C,thetaA,thetaB,
109 > inertia_A,inertia_B,inertia_C,sigma,linear)
111 thetaB = inertia_B*(h*c/kgas)
115 write(6,10012) inertia_B,thetaB
238 inertprod=inertia_A*inertia_B*inertia_C
/dports/math/py-sympy/sympy-1.9/sympy/physics/mechanics/tests/
H A Dtest_kane2.py254 inertia_B = inertia(B, K, K, J)
259 rbB = RigidBody('rbB', pB_star, B, mB, (inertia_B, pB_star))
283 for rb, I_star in zip([rbA, rbB, rbC], [inertia_A, inertia_B, inertia_C]):
351 inertia_B = inertia(B, K, K, J)
356 rbB = RigidBody('rbB', pB_star, B, mB, (inertia_B, pB_star))
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics/
H A Dbody_pair_sw.cpp332 Vector3 inertia_B = B->get_inv_inertia_tensor().xform(c.rB.cross(c.normal)); in setup() local
334 kNormal += c.normal.dot(inertia_A.cross(c.rA)) + c.normal.dot(inertia_B.cross(c.rB)); in setup()
/dports/devel/godot2/godot-2.1.6-stable/servers/physics/
H A Dbody_pair_sw.cpp332 Vector3 inertia_B = B->get_inv_inertia_tensor().xform(c.rB.cross(c.normal)); in setup() local
334 kNormal += c.normal.dot(inertia_A.cross(c.rA)) + c.normal.dot(inertia_B.cross(c.rB)); in setup()
/dports/devel/godot/godot-3.2.3-stable/servers/physics/
H A Dbody_pair_sw.cpp328 Vector3 inertia_B = B->get_inv_inertia_tensor().xform(c.rB.cross(c.normal)); in setup() local
330 kNormal += c.normal.dot(inertia_A.cross(c.rA)) + c.normal.dot(inertia_B.cross(c.rB)); in setup()
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics/
H A Dbody_pair_sw.cpp328 Vector3 inertia_B = B->get_inv_inertia_tensor().xform(c.rB.cross(c.normal)); in setup() local
330 kNormal += c.normal.dot(inertia_A.cross(c.rA)) + c.normal.dot(inertia_B.cross(c.rB)); in setup()