|
[Sponsors] |
August 23, 2017, 12:50 |
UserElem subroutine for non-linear analysis
|
#1 |
New Member
Stjepan
Join Date: Aug 2017
Posts: 4
Rep Power: 9 |
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. |
|
September 8, 2017, 03:05 |
|
#2 |
New Member
Stjepan
Join Date: Aug 2017
Posts: 4
Rep Power: 9 |
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 |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
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 |