Command Element |
||||
Description |
||||
Switches on a formerly deactivated model element. The modeling element can be subsequently used in an analysis. |
||||
Format |
||||
<Activateelement_type = "string"element_id = "integer"/> |
||||
Attributes |
||||
element_type |
Specifies the type of the element to be activated. See Comment 1 for valid element types. |
|||
element_id |
Specifies the ID of the element to be activated. |
|||
Comments |
||||
|
||||
|
Keyword |
Corresponding model element(s) |
||
|
"BEAM" |
Force_Beam |
||
|
"BUSH" |
Force_Bushing |
||
|
"CONTACT" |
Force_Contact |
||
|
"COUPLER" |
Constraint_Coupler |
||
|
"CVCV" |
Constraint_CVCV |
||
|
"CVSF" |
Constraint_CVSF |
||
|
"DIFF" |
Control_Diff |
||
|
"FIELD" |
Force_Field |
||
|
"FORCE" |
All action forces |
||
|
"FRICTION" |
Force_JointFriction |
||
|
"GCON" |
Constraint_General |
||
|
"GEAR" |
Constraint_Gear |
||
|
"GFORCE" |
Force_Vector_[One|Two]Body - Force and torque |
||
|
"GSE" |
Control_StateEqn - of type USERSUB |
||
|
"JOINT" |
Constraint_Joint |
||
|
"JPRIM" |
Constraint_Jprim |
||
|
"LSE" |
Control_StateEqn – of type LINEAR |
||
|
"MATE" |
Constraint_Mate |
||
|
"MFORCE" |
Force_FlexModal |
||
|
"MOTION" |
Motion_Joint or Motion_Marker |
||
|
"NFORCE" |
Force_MultiPoint |
||
|
"PFORCE" |
Force_Penalty |
||
|
"PTCV" |
Constraint_PTCV |
||
|
"PTDCV" |
Constraint_PTdCV |
||
|
"PTDSF" |
Constraint_PTdSF |
||
|
"PTDSFF" |
Force_PTdSF |
||
|
"PTSF" |
Constraint_PTSF |
||
|
"SENSOR" |
Sensor_Event or Sensor_Proximity |
||
|
"SFORCE" |
Force_Scalar_[One|Two]Body - Force or Torque |
||
|
"SFSF" |
Constraint_SFSF |
||
|
"SPDP" |
Force_SpringDamper |
||
|
"TFSISO" |
Control_SISO |
||
|
"UCON" |
Constraint_UserConstr |
||
|
"VFORCE" |
Force_Vector_[One|Two]Body - Force only |
||
|
"VTORQUE" |
Force_Vector_[One|Two]Body - Torque only |
||
|
"YFORCE" |
Force_StateEqn |
||
|
||||
The forces in the fixed joint may be monitored, and when they reach a critical value, the fracture value, the fixed joint is replaced with a revolute joint that allows free rotation about one axis. This is accomplished most easily by (a) deactivating the fixed joint, and, (b) activating a previously deactivated revolute joint. |
||||
|
||||
Example |
||||
<Activate element_type = "JOINT" element_id = "301002" /> |
Command Element |
|
Description |
|
Switches on a formerly deactivated model element. The modeling element can be subsequently used in an analysis. |
|
Declaration |
|
def ACTIVATE(TYPE="", ID=[], RANGE=[]): |
|
Attributes |
|
TYPE |
Specifies the type of element to be activated. Select from the following options: "BEAM" "BUSH" "CONTACT" "COUPLER" "CVCV" "CVSF" "DIFF" "FIELD" "FORCE" "FRICTION" "GCON" "GEAR" "GFORCE" "GSE" "JOINT" "JPRIM" "LSE" "MATE" "MFORCE" "MOTION" "NFORCE" "PFORCE" "PTCV" "PTDCV" "PTDSF" "PTDSFF" "PTSF" "SENSOR" "SFORCE" "SFSF" "SPDP" "TFSISO" "UCON" "VFORCE" "VTORQUE" "YFORCE" |
ID |
Specifies the list of ID's of the elements to be activated. |
RANGE |
Specifies a list of two element ID's. These two element ID's, along with all of the element ID's between them, are activated. |
CommentsSee Activate. |
|
Example |
|
The example below demonstrates how a joint with ID 301002 can be activated using the ACTIVATE command. ACTIVATE(TYPE="JOINT", ID=[301002]) |