Long name (short name) |
Argument types |
Properties |
-addValue(-ad)
|
|
|
|
Add specified value to attribute
|
|
-attribute(-at)
|
string
|
|
|
Specifies the fluid attribute for which to set values. Valid
attributes are "velocity", "density", "fuel", "color", "falloff", and "temperature".
|
|
-clear(-cl)
|
|
|
|
-floatRandom(-fr)
|
float
|
|
|
If this was a scalar (e.g. density) attribute, use a random value in +-VALUE
If fv is specified, it is used as the base value and combined with the
random value. If the fv flag is not specified, the base is assumed to be 0.
|
|
-floatValue(-fv)
|
float
|
|
|
If this was a scalar (e.g. density) attribute, use this value
|
|
-lowerFace(-lf)
|
|
|
|
Only valid with "-at velocity". Since velocity values are stored on the edges
of each voxel and not at the center, using voxel based indices to set velocity
necessarily affects neighboring voxels. Use this flag to only set velocity
components on the lower left three faces of a voxel, rather than all six.
|
|
-reset(-re)
|
|
|
|
Set this attribute to default value
|
|
-vectorRandom(-vr)
|
float float float
|
|
|
If this was a vector (e.g. velocity) attribute, use a random value in +-VALUE
If vv is specified, it is used as the base value and combined with the
random value. If the vv flag is not specified, the base is assumed to be 0,0,0.
|
|
-vectorValue(-vv)
|
float float float
|
|
|
If this was a vector (e.g. velocity) attribute, use this value
|
|
-xIndex(-xi)
|
int
|
|
|
Only return values for cells with this X index
|
|
-xvalue(-x)
|
|
|
|
Only set the first component of the vector-valued attribute specified by
the "-at/attribute" flag.
|
|
-yIndex(-yi)
|
int
|
|
|
Only return values for cells with this Y index
|
|
-yvalue(-y)
|
|
|
|
Only set the second component of the vector-valued attribute specified by
the "-at/attribute" flag.
|
|
-zIndex(-zi)
|
int
|
|
|
Only return values for cells with this Z index
|
|
-zvalue(-z)
|
|
|
|
Only set the third component of the vector-valued attribute specified by
the "-at/attribute" flag.
|
|