Hi, i was wondering if you could be able to generate an oscillatory movement in the direction of one of the cartesian axes, i need to move a magnet throught a coil but i need it in an oscillatory movement Shahab Kheradmand
To generate an oscillatory movement in the direction of one of the cartesian axes you can use the global variable "Time", that is the variable associated with the time step of your analysis. An exemple: in the field "velocity", in "model setup" window you write the expression: sin(2.0*pi*Time). It will update your velocity in each time step and the displacement will be the integral of velocity in time.