I have read through this article and I'm wondering how the coefficients of the Impact and Bistop functions are determined.
Link: "https://community.altair.com/discussion/64607/modeling-motion-limits-and-single-impact-forces-using-impact-and-bistop-functions"
The impact function is:
    
        
            
    
    
        
            
    
With the example: Disk on Disk Impact, the impact function is founded as follow:
`IMPACT(DZ({m_free_disk.idstring}, {m_lower.idstring}), VZ({m_free_disk.idstring}, {m_lower.idstring}), 0,1000.0,2.1,1,0.1 )`
How can we define the value of k = 1000. e = 2.1, cmax = 1 . and d = 0.1 for the function. Are there any criteria to define these coefficients?
Thanks in advance!!!!!!