Understanding Nonlinear Analysis in ANSYS: A Tutorial for Scientists

AI Thread Summary
The discussion centers on confusion regarding nonlinear analysis in ANSYS, specifically the impact of the NLGEOM option. When NLGEOM is enabled, the stiffness matrix is recalculated at each substep, leading to a more accurate representation of the structure's behavior, which results in a lower maximum displacement. In contrast, disabling NLGEOM yields a slightly higher displacement, indicating that the analysis does not account for nonlinear effects. The user seeks clarification on why the displacement results differ when NLGEOM is toggled on or off. Understanding these principles is crucial for accurate modeling in nonlinear analysis.
timewilltell
Messages
13
Reaction score
0
hi,

I have some confusion for performing nonlinear analysis in ANSYS with NLGEOM... I was following the tutorial, the APDL is given below

/prep7 ! start preprocessor
/title,NonLinear Analysis of Cantilever Beam
k,1,0,0,0 ! define keypoints
k,2,5,0,0 ! 5" beam (length)
l,1,2 ! define line
et,1,beam3 ! Beam
r,1,0.03125,4.069e-5,0.125 ! area, izz, height of beam
mp,ex,1,30.0e6 ! Young's Modulus
mp,prxy,1,0.3 ! Poisson's ratio
esize,0.1 ! element size of 0.1"
lmesh,all ! mesh the line
finish ! stop preprocessor
/solu ! start solution phase
antype,static ! static analysis
nlgeom,on ! turn on non-linear geometry analysis
autots,on ! auto time stepping
nsubst,5,1000,1 ! Size of first substep=1/5 of the total load, max # substeps=1000, min # substeps=1
outres,all,all ! save results of all iterations
dk,1,all ! constrain all DOF on ground
fk,2,mz,-100 ! applied moment
solve
/post1
pldisp,1 ! display deformed mesh
PRNSOL,U,X ! lists horizontal deflections

the maximum displacement is 1.019

now without NLGEOM option that is just omitting these lines from above apdl prog

nlgeom,on ! turn on non-linear geometry analysis
autots,on ! auto time stepping
nsubst,5,1000,1 ! Size of first substep=1/5 of the total load, max # substeps=1000, min # substeps=1
outres,all,all ! save results of all iterations

maximum displacement is 1.024 , which should be less then the previous analysis with NLGEOM on

I don't understand this... kindly guide me where I am wrong
 
Engineering news on Phys.org
Hello,

"Nlgeom,on" takes into account nonlinearities in your analysis, i.e. the stiffness matrix is re-evaluated for each substep. The structure is more rigid (come back to school), consequently the displacement is reduced compared with the case "Nlgeom,off".

Rgds.
 
hi ; my name is hossam
i want to any thing about luders hands
i have an exam tomorrow
anybody respond to me quiqly
 
How did you find PF?: Via Google search Hi, I have a vessel I 3D printed to investigate single bubble rise. The vessel has a 4 mm gap separated by acrylic panels. This is essentially my viewing chamber where I can record the bubble motion. The vessel is open to atmosphere. The bubble generation mechanism is composed of a syringe pump and glass capillary tube (Internal Diameter of 0.45 mm). I connect a 1/4” air line hose from the syringe to the capillary The bubble is formed at the tip...
Thread 'Physics of Stretch: What pressure does a band apply on a cylinder?'
Scenario 1 (figure 1) A continuous loop of elastic material is stretched around two metal bars. The top bar is attached to a load cell that reads force. The lower bar can be moved downwards to stretch the elastic material. The lower bar is moved downwards until the two bars are 1190mm apart, stretching the elastic material. The bars are 5mm thick, so the total internal loop length is 1200mm (1190mm + 5mm + 5mm). At this level of stretch, the load cell reads 45N tensile force. Key numbers...
I'd like to create a thread with links to 3-D Printer resources, including printers and software package suggestions. My motivations are selfish, as I have a 3-D printed project that I'm working on, and I'd like to buy a simple printer and use low cost software to make the first prototype. There are some previous threads about 3-D printing like this: https://www.physicsforums.com/threads/are-3d-printers-easy-to-use-yet.917489/ but none that address the overall topic (unless I've missed...
Back
Top