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

UserElem subroutine for non-linear analysis

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 23, 2017, 12:50
Default UserElem subroutine for non-linear analysis
  #1
New Member
 
Stjepan
Join Date: Aug 2017
Posts: 4
Rep Power: 8
Stjepan is on a distinguished road
Hello to everyone.

I am working on a research for my PhD that would require writing user defined hyperelastic material models and user defined finite elements. I have already done writing several user defined material models with UserHyper subroutine, which is relatively easy as one of the examples is already provided and can be used for reference.

However, writing user elements with UserElem subroutine is much harder for me, since the example provided wth Ansys installation is to be used only with linear analysis and, not having previous experience with writing user defined finite element models in Ansys, I don't even know how to adapt the existing example in order to work with non-linear analysis (nlgeom=on). I am interested if anyone here had any experience working with it and is willing to share it.

Thanks in advance.
Stjepan is offline   Reply With Quote

Old   September 8, 2017, 03:05
Default
  #2
New Member
 
Stjepan
Join Date: Aug 2017
Posts: 4
Rep Power: 8
Stjepan is on a distinguished road
Is there anyone that can help, please?

I am mostly concerned with this part of the code, as it explicitly states it is defined only for linear analysis:


IF (nlgeom.EQ.0) THEN
DO iDim = 1, 3
DO iDim1 = 1, 3
defG0(iDim, iDim1) = 0.0D0
END DO
defG0(iDim, iDim) = 1.0D0
END DO
CALL vmove (defG0(1,1),defG(1,1),9)
ELSE
c Nonlinear logic not defined here
END IF
Stjepan 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
First order in fvSchemes does not seem to work gerritgroot OpenFOAM Running, Solving & CFD 0 September 30, 2015 20:06
2nd Order Convergence Problem for 3D Airfoil turkmengokce OpenFOAM Running, Solving & CFD 1 September 10, 2015 07:20
suitable boundary condition for scavenging process? immortality OpenFOAM Running, Solving & CFD 3 January 25, 2013 19:10
FD and Linear Stability Analysis Zeng Main CFD Forum 1 March 28, 2001 03:48
Linear stability analysis Zeng Main CFD Forum 2 June 19, 2000 12:04


All times are GMT -4. The time now is 10:46.