When BFE,HGEN is applied with a table load using f(x,y,z) is xyz the centroid?


No, If the table is specified for only Val1, the value is based on the location of node i.
Using the test below, I found it was necessary to specify the table for Val1 through Val4
to have the table load evaluated at the node locations as you would like. The BFELIST in
POST1 shows the interpreted values.

/prep7
et,1,55
mp,kxx,1,1
mp,c,1,1
mp,dens,1,1
rect,,1,,1
esize,,2
amesh,1

*dim,hgen_val,table,2,,,X
hgen_val(1,0)=0,1
hgen_val(1,1)=10,100

bfe,all,hgen,1,%hgen_val%,%hgen_val%,%hgen_val%,%hgen_val%

fini

/solu
d,all,temp,0
nsel,all
solve
fini

/post1
set,last
bfelist





Show Form
No comments yet. Be the first to add a comment!