CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS

Biaxial Tension APDL

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 18, 2018, 10:15
Default Biaxial Tension APDL
  #1
New Member
 
Join Date: Jun 2018
Posts: 1
Rep Power: 0
phoqui is on a distinguished road
Hi everyone

I'm a beginner in ANSYS APDL and I try to do an equibiaxial tension test on a cube in MAPDL. I made a uniaxial test and shear test with succes but I have got some troubles with the equibiaxial. The code is not working. I think it's because of the boundaries condition but I can't fix it so if someone can help me.
Here is the APDL code I made :

/PREP7
! Geometry and mesh
ET,1,SOLID185

! Geometry and mesh
Lx=1
Ly=1
Lz=1
BLOCK,0,Lx,0,Ly,0,Lz
ET,1,SOLID185
ESIZE,Lx
MAT,1
VMESH,1
nsubst=100

! User material parameters
E=10E3 ! Young's modulus
nu =0.45

G=E/(2*(1+nu)) ! shear modulus
K=E/(3*(1-2*nu)) ! bulk modulus
d=2/K ! incompressibility parameters
TB,HYPER, 1,1,,NEO
TBDATA,1,G,d

!--------------------------------------------------------------------------
! Solution
!----------------------------------------------------------------------
/SOL
ANTYPE, STATIC
NLGEOM,ON
OUTRES,ALL,ALL


NSEL,S,LOC,Y,0.
F,ALL,Fy, -Ly
ALLSEL,ALL
NSEL,S,LOC,Y,Ly
F,all,Fy,Ly
ALLSEL,ALL

NSEL,S,LOC,X,Lx
F,all,Fx,Lx/2
ALLSEL,ALL
NSEL,S,LOC,X,0
F,all,Fx,-Lx/2
TIME,1.0
ALLSEL,ALL
SOLVE
phoqui is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add Surface Tension in cavitatingFoam solver jamestangx OpenFOAM Programming & Development 1 April 6, 2016 16:39
VOF +surface tension force modeling+ open channel flow+cyclic region= fatal error? SJSW Fluent Multiphase 2 November 18, 2014 04:15
Combine WB and APDL Mechanics - which licences? Marabelle ANSYS 10 July 22, 2013 09:32
continuum surface tension model yukn Main CFD Forum 0 October 8, 2011 06:43
Surface Tension Test Cases sega OpenFOAM Running, Solving & CFD 2 March 8, 2011 12:19


All times are GMT -4. The time now is 17:47.