Why does docu say BF,,TEMP can only use a table load as a function of time?
I set up a test case and was successful getting the BF load to vary with both time
and X-coord. Is there a mistake in the documentation?


My test below showed that it works as a function of X also.
I filed Enhancement 370883 to request that it be documented.

/prep7
block,,100,,10,,10

et,1,45
vmesh,1

mp,ex,1,1e7
mp,nuxy,1,.3
mp,alpx,1,.1
tref,10
*dim,bf_x,table,2,,,X
bf_x(1,0)=0,100
bf_x(1,1)=10,70
fini
/solu
nsel,s,loc,x,0
d,all,all
nsel,all
bf,all,temp,%bf_x%
solve
fini
/post1
set,last
/pbf,temp,,2
eplot





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