assign

 

Assign a value to a code variable.
Format

assign / attrib_name / column / var_name / value

 

assign Parameters

Parameters

Type/Value

Description/Default

attrib_name

char*32

Name of mesh object attribute that are changing value of.

column

 

 

var_name

char*32

Name of code variable that are changing value of.

value

real

New value.

Examples

assign / -def- / -def- / epsilonl / 1.e-4

assign / / / epsilonl / 1.e-9