-
-
October 2, 2024 at 7:58 pmmateuszkumor98Subscriber
Hello!
Guys I'm trying to model non-homogenus materials in Ansys Workbench, but it's a huge problem with dependence of material properties within a coordinate system.
I need to create material variable( E,G, is changing in function of radius R of 3D cylindrical bar) - non-homogenus properties.
Could you please help me in that? Maybe you had a similar problem in the past.
I know that it can be possible by material variable function in Engineering materials tab but idk how to implement it exactly.
Thanks in advance!
Â
-
October 3, 2024 at 9:06 amHarshvardhanAnsys Employee
Hi,
There is a similar discussion on forum. Please go through it and see if it helps.
Element orientation with cylindrical coordination system in Mechanical (ansys.com)
Regards,
Harshvardhan -
October 5, 2024 at 10:25 amfakhrafakhrifakhruSubscriber
Hello!
To model non-homogeneous materials in Ansys Workbench, you'll need to define material properties as a function of your spatial coordinates (in this case, the radius R). Here’s a basic outline of how you can do this:
Material Variable: You can use a "tabular data" or create a custom material function that varies with the radius R.
Command Snippets: Insert a command snippet in the simulation to define properties like Young’s modulus (E) and shear modulus (G) as a function of R. Use APDL code like:
apdlE = E0 * (1 + alpha * R) MP, EX, 1, E
Define Coordinates: Ensure you're working in cylindrical coordinates and link your material properties to the local coordinate system.
Engineering Data: You’ll likely need to customize the material in the Engineering Data section, using expressions or formulas.
You can find helpful examples in the Ansys documentation or through APDL code tutorials. Let me know if you need more details!
Good luck!
-
October 9, 2024 at 12:34 pm
-
- You must be logged in to reply to this topic.
- Workbench license error
- Unexpected error on Workbench: Root element not found.
- Unable to recover corrupted project in Workbench
- Unexpected issues with SCCM deployment of Ansys Fluids and Structures 2024 R1
- Questions and recommendations: Septum Horn Antenna
- AQWA: Hydrodynamic response error
- Tutorial or Help for 2 way FSI
- Moment Reaction probe with Large deformation
- 2 way coupled FSI for ball bearing
- Ansys with Vmware and CPU configuration : I’m lost, good practice?
-
1301
-
591
-
544
-
524
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.