Hello,
Thank you for your reply, mihaiupb.
In general, there is no problem for me to apply loads using TABLE type array parameters or function boundary conditions. The issue is that I was not able to get a result in mode-superposition transient dynamic analysis by applying element surface loading (element pressures following the normals of the element faces )which time-dependent.
It is necessary to generate a load vector (in modal step) and then vary the LVSC command to scale this load.
For instance,
/solu
antype ,modal
eqslv ,...
...
nsla ,s,1
sf , all,pres,%tdata%
allsel ,all
solve
/solu
antype ,trans
trnopt ,msup
deltim ,...
lvscale ,1 ! applying the element loads
solve
While the load is a constant - it works, then the load is time-dependent - I'm in troubles.
I tried different scenarios - none of them seems to give that I am looking for. Would anyone know is it possible in ANSYS at all?
I did it easily using ABAQUS and NASTRAN.