Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert a joint from revolute to fix as a function of time

Status
Not open for further replies.

dododesign

Automotive
Dec 18, 2018
1
0
0
IN
I have a part which revolutes with respect to another during operation. But since I am running a static simulation I want the joint to be initially revolute so that it comes into proper position upon applying some initial torque, and then a Fix joint, so that it can bear the load without rotating. I know that this is the wrong way, but despite several attempts, I was unable to keep it in fixed condition after certain torque, so want to keep it in a fixed condition.
So I want to know how I can convert a joint from revolute to fixed as a function of time.
 
Replies continue below

Recommended for you

This might work:

Put both joints into your model. DEACTIVATE the fixed joint in the ACF file. At the correct time, stop the run, DEACTIVATE the rev joint and ACTIVATE the fixed joint. Continue the run.

here's an example where I deactivate 4 sensors. This runs the sim for 40 seconds, deactivates the sensors, and runs it for a further second.

SIM/TRANS, END=40, STEPS=400
DEACTIVATE/SENSOR,ID=1050,1051,1052,1053
SIM/TRANS, DTOUT=0.1, DURATION=1
STOP

But you may have a problem with building the model with the redundant joint in. I can't remember if you can use deact in the adm file.

Cheers

Greg Locock


New here? Try reading these, they might help FAQ731-376
 
Status
Not open for further replies.
Back
Top