Hide Table of Contents

BISTOP

The BISTOP(x,x',x1,x2,k,e,cmax,d) function models a gap element.

Use the bistop function to calculate force for the motion of a component within a gap, such as a ball rebounding between two walls, or a slider that moves within a slot.

Format

BISTOP(x,x',x1,x2,k,e,cmax,d) 

Arguments

x

The independent variable. For a force calculation, define a displacement result to specify the x argument.

x'

The derivative of the independent variable. For a force calculation, define a velocity result to specify the x' argument.

x1

The lower bound of the independent variable.

For a force calculation, the force is positive if x < x1.

x2

The upper bound of the independent variable, greater than x1.

For a force calculation, the force is negative if x > x2.

k

A nonnegative value. For a force calculation, k is the stiffness of the boundary surface interaction.

e

A positive value. For a force calculation, e is the exponent of the force deformation characteristic. For a stiffening spring, enter e > 1.0. For a softening spring, enter 0 < e < 1.0.

cmax

A nonnegative variable. For a force calculation, cmax is the maximum damping coefficient.

d

A positive real variable. For a force calculation, d is the boundary penetration at which the maximum damping cmax is applied.

Function Definition

BISTOP(x,x',x1,x2,k,e,cmax,d) = 
     max(k*(x1-x)e-STEP(x,x1-d,cmax,x1,0)*x',0)
x < x1
     0                                                    	
x1 ≤ x ≤ x2
     min(-k*(x-x2)e-STEP(x,x2,0,x2+d,cmax)*x',0)
x > x2


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   BISTOP
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: SOLIDWORKS 2016 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.