TAGGED: ansys-mapdl, mechanical, shell-cylinders, shell-thickness
-
-
May 30, 2025 at 2:58 pm
Factoo,Anjum
SubscriberHello all,
I have a cylindrical vessel which I have modeled using mid surface, most of the parts have constant thickness which can be assigned using sectype,,shell command followed by secdata. But one surface has variable thickness, which changes from 65mm to 110 mm.Â
I have defined a table using *DIM command which defines the thickness with Y-coordinates. I have assigned this to the sectype using SECFUNCTION command.Â
But when I mesh the surface, I dont see the tapered thickness, the EPLOT with /ESHAPE,on shows constant thickness (see plot below). How can I verify if the section thickness is defined correctly?
Â
sectype,1,shell
*dim,var_thk,table,6,1!Y-coordinates in metersÂ
var_thk(1,0) Â = -1.405
var_thk(2,0) Â = -1.442
var_thk(3,0) Â = -1.479
var_thk(4,0) Â = -1.516
var_thk(5,0) Â = -1.553
var_thk(6,0) Â = -1.590!thickness in meters
var_thk(1,1) Â = 0.110
var_thk(2,1) Â = 0.101
var_thk(3,1) Â = 0.092
var_thk(4,1) Â = 0.083
var_thk(5,1) Â = 0.074
var_thk(6,1) Â = 0.065secfunction,%var_thk%
Â
-
June 3, 2025 at 3:46 pm
mrife
Ansys EmployeeHi
The *DIM command is missing the label telling that this is Y position data:
*dim,var_thk,table,6,1,1,Y
Then the Y data should be is ascending order. So -1.59 is the first value and -1.405 is the last. Then flip the thickness values as well.
Mike
-
- You must be logged in to reply to this topic.
- LPBF Simulation of dissimilar materials in ANSYS mechanical (Thermal Transient)
- Real Life Example of a non-symmetric eigenvalue problem
- How can the results of Pressures and Motions for all elements be obtained?
- BackGround Color
- Contact stiffness too big
- Element Birth and Death
- Python-Script to Export all Children of a Solution Tree
- Which equations and in what form are valid for defining excitations?
-
4597
-
1495
-
1386
-
1209
-
1021
© 2025 Copyright ANSYS, Inc. All rights reserved.
