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

Using CINT command in ansys

Status
Not open for further replies.

mohan91

Mechanical
Joined
Jun 16, 2016
Messages
1
Location
DE
thread727-341299

Hello friends,
Can you help me how to use the CINT command to determine stress intensity factor

I have used this command, But I don't get any result

!CINT,NEW,1 ! id no 1
!CINT,TYPE,SIFS

!CINT,CTNC,TIP,224,0
!CLOCAL,11,0,250,135,0,-90
!CINT,NORM,11,2

!CINT,NCON,5
!CINT,SYMM,ON

!OUTRES,CINT,10
!PRCINT,1,218,K1
 
Hello..

Please try this and see if it works. Changes are in BOLD.

CINT,NEW,1 ! id no 1
CINT,TYPE,SIFS

CINT,CTNC,named_selection_CT_node
CLOCAL,11,0,250,135,0,-90
CINT,NORM,11,2 ! 11 should be the id of your crack/local csys

CINT,NCON,5
CINT,SYMM,ON

OUTRES,CINT,10
PRCINT,1,,K1

Regards
Shree
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top