HVSmith
Computer
- Jan 18, 2011
- 36
Simple question that I can't seem to find the answer to anywhere (or work out...
)
If I have an area, which I mesh, then generate the same area but moved back in the z-direction from the working plane, is there a simple way to make the generated area have different material properties to the original? (The element type should remain the same).
To me it sounds simple, but correctly implementing a solution has proved tricky.
Thanks for any advice.
HVSmith
PS, here's a snippet of the code if it helps:
If I have an area, which I mesh, then generate the same area but moved back in the z-direction from the working plane, is there a simple way to make the generated area have different material properties to the original? (The element type should remain the same).
To me it sounds simple, but correctly implementing a solution has proved tricky.
Thanks for any advice.
HVSmith
PS, here's a snippet of the code if it helps:
Code:
ET,1,131
KEYOPT,1,3,2
KEYOPT,1,4,1
MP,DENS,1,2000
R,1
SECTYPE,1,SHELL
SECDATA,1E-6,1
L=0.011
BLC4,-L/2,-L/2,L,L
ASEL,S,AREA,,1
AESIZE,ALL,L/20
AMESH,1,1,1
ASEL,S,AREA,,1
AGEN,2,ALL,,,0,0,GAP,,0,0