SFCGEN
SFCGEN,
            option,P0,
            COMPC, CSYS,
            DOF, Wtfact,
            ICTY, ITTY,
            RID, RADIUS
Generates MPC surface-based constraints based on components.
optionSpecifies the type of constraint to be generated.
1orFORCE—
Force distributed constraint
2orRIGID—
Rigid surface constraint.
3orCoupling—
Coupling constraint.
P0Pilot node number for a surface-based constraint.
COMPCThe name of the element component with Face ID (EFACE component(s) via the CMBLOCK command) to define the contact surface with CONTA174 and NODAL components, or the node number to generate CONTA175 as contact elements.
CSYSThe number of the coordinate system used to specify surface-based constraints in the local coordinate system.
DOFThe degrees of freedom of the surface-based constraints. Specify a six-digit value similar to KEYOPT(4) of the target element TARGE170.
WtfactTable name (input as
%TableName%) of weighting factors for force-distributed constraints. See notes.ICTYContact element type ID. If
ICTYis not specified, the program selects the next available contact type ID number.ITTYTarget element type ID. If
ITTYis not specified, the program selects the next available contact type ID number.RIDUnique real constant ID number. If
RIDis not specified, the program selects the next available real constant ID number.RADIUSRadius of influence range specified as the real constant PINB.
Notes
The SFCGEN creates surface-based multi-point constraints (MPC) that
         contain one pilot node, a target segment meshed with the target elements
            TARGE170, and a contact surface meshed with
            CONTA174 or CONTA175. The makeup of
         the constraint depends on how you specify COMPC: 
If ITTY (target element type ID) and
            ICTY (contact element type ID) are specified, the appropriate
         and corresponding contact and target element key options must be set for the MPC surface
         based constraint. For more information, see Multipoint Constraints and Assemblies in the Contact Technology Guide.
You can specify user-defined weighting factors in tabular format (specify Wtfact as %Table Name% )
         with node number as the primary variable. The program internally sets KEYOPT(7) = 2 on the
         target element (TARGE169 or TARGE170). By
         default, the program computes weighting factors automatically by summing the contact area
         of each contact node. When you set KEYOPT(7) = 1 on the target element
            (TARGE169 or TARGE170), the program
         uses a constant weighting factor of 1.0 for each contact node (similar to the default
         behavior of Wtfact on RBE3). For more
         information, see Surface-Based Constraints in the Contact Technology Guide.