Hello Thomas,
studying manuals and examples now I know what you mean with using of FORCE_POUTRE, but it is still not clear for me how using FORCE_POUTRE with coordinates (X, Y, Z) and time (INST) to simulate a load moving on a long beam (like a moving load on a bridge).
Unfortunately my distributed load is only 50 cm long (the entire length of the beam should be 10 m), do you thing I could use FORCE_POUTRE?
If I'm right the INST command (using DYNA_NON_LINE as in my case) gives me the possibility to link the concept of "time" to a list of numbers with its own time step; but what about changing the position of the load?
I tried to use :
TIME=DEFI_LIST_REEL(VALE=range(0,20,0.01)
POSIT=DEFI_LIST_REEL(VALE=range(0,100, 10)
func=DEFI_FONCTION(
NOM_PARA= 'INST'
VALE_PARA=TIME
VALE_FONC=POSIT
PROL_GAUCHE='EXCLU'
PROL_DROITE='EXCLU')
But my question is: how to link the position of the single loaded node (not considering FORCE_POUTRE in that case) to the POSIT list which represents the displacement of the force every 0.01 seconds (10 mm in that case)?
I don't know if I've been sufficiently clear.....I hope so!!
Thank you very much!!
Pietro