Hi, I’m currently modelling the operation of car hood in motionview, and I use sisos control to control the velocity of the gas spring during open or close process of car hood.
    
        
            
    
First, I modeled the gas spring in motion view by stiffness coefficient k, damper coefficient c, preload and free length. 
after that, i set up the siso control with the idea is described in the image below:
Input is the error between reference velocity and real velocity of gas spring
Output is force
    
        
            
    
Then, I try to applied the second law of Newton to find out the differential equation to define transfer function for property field of siso control.
According to provided information , I first try with the equation Fcompession = Fgas + Ffriction. But I supposed that this way is not true because I’ve already modeled the gas spring by k, c, preload and free length parameters
    
        
            
    
So that, I try to write another different differential equation based on the parameters that I set up for gas spring in motionview
    
        
            
    
But it came out that the equation presents the relationship between the force (F) and the displacement (x). But I think what I need for sisos control is that the transfer function that addresses the link between force and velocity of gas spring. 
So, I hope that I could find help in determining the transfer function for sisos control field from anyone of the Altair community. 
Thanks in advance!!!