Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-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
Joined
Dec 18, 2018
Messages
1
Location
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.
 
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.

Part and Inventory Search

Sponsor

Back
Top