March 4, 2024 at 2:30 pm
David Weed
Ansys Employee
Hi,
The following code will give you the element volume fraction (volume per integration point):
DOUBLE PRECISION vect2(1)
INTEGER v_num
INTEGER v_num
v_num = 1
Â
print*,'element num',elemId
print*,'int point num',kDomIntPt
call get_ElmData ('EJAC',elemId, kDomIntPt,v_num,vect2)
print*,'vect2 value',vect2