*DEFINE_CURVE_SMOOTH

LS-DYNA Input Interface KeywordDefines a simple smooth function, mainly used to impose a displacement on metal forming tool.

Format

(1) (2) (3) (4) (5) (6) (7) (8)
*DEFINE_CURVE
Curve_ID Area Xstart Xstop Xrise Ymax

Definition

Field Contents SI Unit Example
Curve_ID Curve identifier.

(Integer)

Area Area under the curve.

(Real)

Xstart Starting abscissa value.

(Real)

Xstop Stop abscissa value.
= 0
Ymax is computed to fit Area.

(Real)

Xrise Rise value from Y=0 to Y=Ymax.

(Real)

Ymax Maximum ordinate value.
= 0
Xstop is computed to fit Area.

(Real)

Comments

  1. This keyword maps to /FUNCT_SMOOTH.
    Figure 1.


  2. The option “_TITLE” can be added to the end of this keyword. When “_TITLE” is included, an extra 80 characters long line is added after the keyword input line which allows an entity title to be defined.