-
-
September 7, 2023 at 6:42 pm
Tanmay Konnur
SubscriberHow do I apply compressive and tensile intrinsic stress (on separate occasions) to a circular shell element such that it is uniform across the circular shell element. I do not want a gradient. Is INISTATE command applicable in this case?
-
September 8, 2023 at 3:27 pm
Bill Bulat
Ansys EmployeeYes, INISTATE is the command to use. I found this old MAPDL input file (pasted below) in my examples directory that illustrates usage. In this example, INISTATE is applied to solid elements, but it works for shells as well. With layered shells, you can apply different initial stresses to individual layers.
I forget whether or not this feature is natively exposed in Mechanical. If not, you'll need to use an APDL command object to implement it.
fini/cle/vup,1,z/vie,1,1,1,1/pnu,mat,1/num,1/gra,full/sys,del *.pngC******************************************************C*** PARAMETERSC******************************************************l=1000e-6w=100e-6t_Pd=5e-6t_Cu=5e-6E_Pd=110e9nu_Pd=0.39E_Cu=117e9nu_Cu=0.34sgma_Pd=1e6C******************************************************C*** GEOMETRYC******************************************************/prep7vsel,nonebloc,,l,,w,,t_Cuvatt,2,2,2vsel,nonebloc,,l,,w,t_Cu,t_Cu+t_Pdvatt,1,1,1numm,kp,1e-8,1e-8C******************************************************C*** ATTRIBUTES, MESHC******************************************************et,1,185,,2 ! PALLADIUM ATTRIBUTESmp,ex,1,E_Pdmp,nuxy,1,nu_Pdet,2,185,,2 ! COPPER ATTRIBUTESmp,ex,2,E_Cump,nuxy,2,nu_Cualls ! MESHvplovmes,allC******************************************************C*** BCsC******************************************************allsd,node(0,0,0),alld,node(0,w,0),uxd,node(0,w,0),uzd,node(0,0,t_Pd+t_Cu),uxC******************************************************C*** Pd INITIAL STRESSC******************************************************inistate,set,dtyp,,streesel,s,mat,,1inistate,define,,,,,sgma_Pd,sgma_Pd,sgma_PdfiniC******************************************************C*** SOLVEC******************************************************alls/solusavesolvfiniC******************************************************C*** POST PROCESSC******************************************************/post1/pbc,u,1eplo/sho,png $eplo $/sho,close $/wait,2plns,u,z/sho,png $plns,u,z $/sho,close $/wait,2plns,s,x/sho,png $plns,s,x $/sho,close $/wait,2esel,s,mat,,1plns,s,x/sho,png $plns,s,x $/sho,close $/wait,2esel,s,mat,,2plns,s,x/sho,png $plns,s,x $/sho,close $/wait,2
-
- You must be logged in to reply to this topic.

Boost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.

Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.

Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
- Solver Pivot Warning in Beam Element Model
- Saving & sharing of Working project files in .wbpz format
- Understanding Force Convergence Solution Output
- User manual
- An Unknown error occurred during solution. Check the Solver Output…..
- What is the difference between bonded contact region and fixed joint
- The solver engine was unable to converge on a solution for the nonlinear problem as constrained.
- whether have the difference between using contact and target bodies
- Defining rigid body and contact
- Colors and Mesh Display
-
7798
-
4508
-
2973
-
1449
-
1322
© 2023 Copyright ANSYS, Inc. All rights reserved.