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 TARGE169, 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 TARGE169, TARGE170, and a contact surface meshed with CONTA172,
CONTA174 or CONTA175. The makeup of the constraint depends on how you specify COMPC:
If
COMPCis element components with face ID (EFACE component(s) via the CMBLOCK command), the command generates contact surface elements CONTA174 on the faces of base elements.If
COMPCis a nodal component or node number, by detault the command generates CONTA175 as contact elements. It generates contact elements CONTA172 or CONTA174 on nodal surface based on the user-defined contact element type (ICTY).The command generates contact elements CONTA172 over the surfaces formed by the nodal components of a body meshed by 2D Plane elements along with Pilot node meshed by TARGE169, TSHAPE,PILO.
The command generates contact elements CONTA174 over the surfaces formed by the nodal components of a body meshed by 3D solid and shell elements, gasket, and interface elements along with Pilot node meshed by TARGE170, TSHAPE,PILO.
If ITTY (target element type ID) and ICTY (contact element type ID) are specified, the appropriate and corresponding contact key options (KEYOPT (2), KEYOPT (4), KEYOPT (12)) and target element key options (KEYOPT (2)=1) 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.