HyperWorks Solvers

/RANDOM

/RANDOM

Previous topic Next topic Expand/collapse all hidden text  

/RANDOM

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

Block Format Keyword

/RANDOM - Nodal Random Noise

Description

Describes the nodal random noise to check stability of model by introducing random noise on nodal coordinates.

Format

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

/RANDOM/unit_ID or

/RANDOM/GRNOD/grnd_ID/unit_ID

Xalea

Seed

 

 

 

 

 

 

hmtoggle_plus1Flag Definition

Field

Contents

grnd_ID

Optional node group identifier (defined only if the keyword GRNOD is set)

(Integer)

unit_ID

Optional unit identifier

(Integer, maximum 10 digits)

Xalea

Maximum nodal random noise

Range: [0, +symbol_inf] (Real)

Seed

Seed of random noise

Range: [0, 1] (Real)

hmtoggle_plus1Comments
1.Xalea is the maximum magnitude of generic random noise applied to specified nodes coordinates (any direction). The modified coordinate = original one + Xalea * random number defined by RADIOSS (random number is defined between 0 and 1).
2.Seed is a Real corresponding to the value used to initialize random number generation that should be set between 0 and 1 (1 excluded) for sensitivity analysis or model robustness investigation purpose.
3.If the Ipri flag defined in /IOFLAG option has a value greater than or equal to 4, the output log file will contain a listing of new node coordinates.
4.Two computations with the same values for Xalea and Seed will lead exactly to the same results.
5.If a plain /RANDOM option is used (without GRNOD keyword), the random noise is applied to all nodes. When present, it should be defined only once and be the only random noise option.
6.The /RANDOM/GRNOD definition is optional and allows to specify a node group affected by random noise. Multiple random noise groups may be defined; however, if one or more /RANDOM/GRNOD blocks are present, the random noise is applied only to the specified node groups, regardless if a plain /RANDOM option is present or not.
7.Several definitions with groups containing common nodes are allowed, but the randomization of coordinates will be applied more than once for these nodes.