Yes of course there is, the help manual for the SOLVER lists them all in their byzantine complexity.
So click on help, then ADAMS/help which opens a page in your browser, then in your browser click basic package, solver, c++
In the case of gear we get the following, in effect a gear pair is assumed to be a pair of frictionless slip-free wheels in contact, and the only point of interest is where they mesh:
GEAR
The GEAR statement defines a gear pair constraint. Examples include a spur, helical, planetary, bevel, and rack-and-pinion gear pairs.
Format
GEAR/id, JOINTS=id1,id2, CV=id
Arguments
CV=id Identifier of the marker that designates the point of contact and implicitly determines the ratio of the two gears. The z-axis of the CV marker must point in the direction of common velocity at the point of contact. The direction of common velocity is tangent to both pitch circles and would be normal to the tooth surfaces of the gears if the pressure angle was zero (Adams/Solver (C++) always assumes a zero pressure angle). The CV marker must belong to the carrier part that also hosts the J markers of the joints.
JOINTS=id1,id2 Specifies the two joints whose relative motion is to be related with a gear. Each of these two joints must be translational, revolute, or cylindrical. Note that both J markers of these joints belong to a carrier part that must also host the CV marker.
Extended Definition
The GEAR statement uses the location of a common velocity CV marker to determine the point of contact of the two gear pitch circles. The direction of the z-axis of the common velocity marker indicates the direction of the common velocity of points on the gear teeth in contact. This is also the direction in which gear tooth forces act. Note that the CV marker has constant position and orientation in the carrier body coordinate system (BCS). The CV marker through its z-axis only provides a direction, and there is no need to be more specific than this. In this context, there is no need to indicate things such as how the power flow occurs through the gear.
The reaction force reported back to you for a GEAR element is the reaction force measured on the J marker of the joint that is specified first in the GEAR definition. It is important to keep in mind that the J markers for both joints associated with the GEAR element must belong to the carrier part (the part that hosts the CV marker).
Cheers
Greg Locock
New here? Try reading these, they might help FAQ731-376