Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Doubt In Abaqus -low velocity impact

vikram manoj

Student
Nov 18, 2022
13
Hello all,

I am modelling a 10 layer composite laminate with Frame (shown in figure). I am little bit confused regarding the boundary conditions to be applied for frame. I am applying two frames bottom frame and top frame. For bottom frame the bottom surface is fixed and on top frame i am applying a pressure of 350 kPa. The value of pressure i have considered from a scientific journal paper in the filed of low velocity impact. I have applied a symmetry boundary conditions on two faces i.e. on x-symm and y-symm. with 10 J (mass of the impactor =5.65 kg and velocity is 1.735) my plate is sliping from the frame support. So please help me what boundary conditions should i apply for frame . I have to apply frame.
 

Attachments

  • Screenshot (498).png
    Screenshot (498).png
    54.5 KB · Views: 2
  • Screenshot (499).png
    Screenshot (499).png
    79.8 KB · Views: 2
Replies continue below

Recommended for you

What are the contact properties between the frame and the plate (mainly friction coefficient) ?
 
Sir, i have one more doubt. I am applying an element deletion criteria. Is this the right way to do ?


if((d11.eq. 0.9))then
ngpt(nElement(k), nMatPoint) = 1
stateNew(k,i_svd_StatusMp) = 0
end if
if (stateNew(k,i_svd_StatusMp).gt.zero) then

if (stateNew(k,i_svd_DmgFiberT) .ge. 0.9) then
dft = 0.9d0
else
dft = stateNew(k,i_svd_DmgFiberT)
end if
if (stateNew(k,i_svd_DmgFiberC) .ge. 0.9) then
dfc = 0.9d0
else
dfc = stateNew(k,i_svd_DmgFiberC)
end if
if (stateNew(k,i_svd_DmgMatrixT) .ge. 0.9) then
dmt = 0.9d0
else
dmt = stateNew(k,i_svd_DmgMatrixT)
end if
if (stateNew(k,i_svd_DmgMatrixC) .ge. 0.9) then
dmc = 0.9d0
else
dmc = stateNew(k,i_svd_DmgMatrixC)
end if

if (d11 .ge. 0.9) then
d11 = 0.9d0
end if
if (d22 .ge. 0.9) then
d22 = 0.9d0
end if
if (d33 .ge. 0.9) then
d33 = 0.9d0
end if
if (d44 .ge. 0.9) then
d44 = 0.9d0
end if
if (d55 .ge. 0.9) then
d55 = 0.9d0
end if
if (d66 .ge. 0.9) then
d66 = 0.9d0
end if
 

Part and Inventory Search

Sponsor