HyperWorks Solvers

/MOVE_FUNCT

/MOVE_FUNCT

Previous topic Next topic Expand/collapse all hidden text  

/MOVE_FUNCT

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Block Format Keyword

/MOVE_FUNCT - Function Scale and Shift

Description

This describes the function scale and shift.

Format

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

/MOVE_FUNCT/fct_ID

move_funct_title

Ascalex

Fscaley

Ashiftx

Fshifty

 

 

hmtoggle_plus1Flag Definition

Field

Contents

fct_ID

Function identifier

(Integer, maximum 10 digits)

move_funct_title

Move function title

(Character, maximum 100 characters)

Ascalex

Abscissa scale factor

Default = 1.0  (Real)

Fscaley

Ordinate scale factor

Default = 1.0  (Real)

Ashiftx

Abscissa shift value

Default = 0.0  (Real)

Fshifty

Ordinate shift value

Default = 0.0  (Real)

hmtoggle_plus1Comments
1.The function linked to this option is scaled first and shifted afterwards, as follows:

X = Fx * Ascalex + Ashiftx

Y = Fy * Fscaley + Fshifty

2.It is recommended that the final list of abscissa value in the function be increased (which means the abscissa value in the function needs to be greater than the previous abscissa value).