We have a solenoid force input data with respect current and stroke. That is, solenoid force is dependent on input current and the stroke….We have current vs time data also.
Idea is to create a single point force.
But the challenge is that we have three variable data(force, current and stoke) and also current vs time data.
How to include all this input into a single point force component or how to model this actuation?
Current will be a solver variable, lookup from a 1D spline. FUN=AKISPL(time,0,current_spline)
Then is a question, what changes faster, current or stroke? I assume stroke, so that should be your primary variable in the 2D spline (will have cubic interpolation).
Current will be a solver variable, lookup from a 1D spline. FUN=AKISPL(time,0,current_spline)
Then is a question, what changes faster, current or stroke? I assume stroke, so that should be your primary variable in the 2D spline (will have cubic interpolation).