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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you create a Jobname.OUT file in ANSYS?

Status
Not open for further replies.

khoadlu

Mechanical
Joined
Apr 2, 2007
Messages
3
Location
US
ANSYS users,

I have been trying to get the member forces and moments for a Shell99 model in the element coordinate system. According to ANSYS Release 9.9 Documentation for Shell99, member forces and moments in element coordinate can only be obtained using file Jobname.OUT. Unfortunately, I have no idea how to create a .OUT file. I would greatly appreciate this if anyone can instruct me on how to create this .OUT file.

Thanks,
Khoa
 
Try issuing this:

/solu
outres,all,all
/output,jobname.out
 
Thank you Stringmaker. When I issued the command lines suggest above, a jobname.out file was created successful. However, I was still unable to obtain the member forces and moments for a Shell99 model in the element coordinate system. Below are how I set up the KEYOPT.


ET,1,SHELL99,,,,,,,1
KEYOPT,1,2,0 ! Constant thickness layer input
KEYOPT,1,3,4 ! Integration pt strain, nodal F & M, F & M per unit length
KEYOPT,1,4,0
KEYOPT,1,5,0 ! Strain results will be used
KEYOPT,1,6,0 ! Basic element printout
KEYOPT,1,8,1 ! Store data for bottom of bottom layer & top of top layer
KEYOPT,1,9,0 ! Evaluate strains & stresseds at top & bottom of each layer
KEYOPT,1,10,0 ! No mat prop matices printed
KEYOPT,1,11,0 ! Nodes located at midsurfaces

Note that KEYOPT(1) was set to 0 and KEYOPT(3) was set to 4, which should have output nodal force and moment (nodal force and moment per unit length) printout in element coordinates. Hence, my next question is "how does one goes about specifying the member moment and force output in the jobname.out?"

Thanks,
Khoa
 
Looks like you can output what you're looking for using element tables. Check the shell99 element in the documentation for details. Problem is that most things are output per unit length so some tranformation will probably be necessary on your part.

-Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top