HyperWorks Solvers

NOISEXYZ

NOISEXYZ

Previous topic Next topic Expand/collapse all hidden text  

NOISEXYZ

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

I/O Options Entry

NOISEXYZ - Grid Point Coordinate Value Perturbation

Description

The NOISEXYZ entry defines Perturbation parameters for all X1, X2, and X3 Grid Point coordinate values which define the location of the Grid Points in the model. This entry applies to the X1, X2, and X3 fields of all GRID entries in the model. NOISEXYZ can be used to check the sensitivity of a particular model to small changes in grid point coordinates.

Format

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

NOISEXYZ

MAGLMT

RNDSEED

 

 

 

 

 

 

 

hmtoggle_plus1Example

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

NOISEXYZ

1.3

1

 

 

 

 

 

 

 

Field

Contents

MAGLMT

Defines the Magnitude Limits of Perturbation for all grid points. This is a maximum real number value by which the current grid point coordinates can be increased or decreased. Each coordinate of each GRID is modified by adding an independent random value in the range [-MAGLMT, +MAGLMT].

No default (Real > 0)

RNDSEED

Defines the seed for random process computing perturbation values, when reproducibility of results is required. With RNDSEED=0 (or blank) every time OptiStruct runs, the perturbation will be different (chosen within the interval (-MAGLMT, +MAGLMT)), but when any non-zero value is used for RNDSEED, then consecutive runs with the same value for RNDSEED will produce identical perturbations.

Default = 0  (Integer ≥ 0)

Comments

1.The ECHO I/O Options Entry can be used in conjunction with NOISEXYZ to print the perturbed grid point coordinates to the .out file.
2.NOISEXYZ is applied prior to the processing of the CONNECT Bulk Data Entry (if present), which will likely affect the connectivity of parts.
3.The following is a perturbation example of a Grid Point Coordinate:

INPUT

GRID,1,0,0.0,0.0,0.0,0
GRID,2,0,10.0,0.0,0.0,0
NOISEXYZ,0.2

ECHO

GRID,1,0,6.22070312-2,-6.6479492-2,4.11560059-2,0
GRID,2,0,9.8447753906,-.1767333984,-.188873291,0

See Also:

I/O Options Section

I/O Options by Function

The Input File