The type of fluid controls what sort of fields need to be resized.
Extra Fields
Any additional fields, such as those you have added with a Scalar Field DOP, can be listed here to ensure they are also resized.
Delay Frames
Specifies the number of frames to wait before starting the resize operation. In order to resize correctly, there must be data of the field specified as a reference.
Bounds
Padding
The computed container bounding box is enlarged by these padding values.
Subtract Threshold
Controls how smooth the bounds should grow or shrink, preventing jitter. A field that expands will always be encapsulated. Shrinking fields will blend toward their new bounds based on the threshold specified. Higher values will result in smoother transitions but larger grid sizes to compute.
Reference Field
Fluid field whose bounds will be computed and used as resize reference. This can be a space delimitted list of fields to use more than one reference field.
Resolution Scale
Controls the sample resolution of the field specified as the Reference Field. A value of 1 samples the field at full resolution.
Field Cutoff
Controls what values trigger resizing. Values in the field less than this cut off will not contribute to the final field size. This avoids very faint smoke from continuing to expand the field.
Track By Object
Includes an external object when computing the new bounds. Sometimes an emitter might move too fast or emit sporadically. Specifying this object to be the Tracking Object prevents the resize operation from excluding fluid calculations outside the original (or initialized) fluid bounds.
Max Bounds
Clamp To Maximum Size
Prevents the box from growing indefinitely. By specifying a bound mode, the fluid will be contained with in a certain volume or space but can grow or shrink within those conditions.
From Object
Maximum bounds derived from geometry.
Initialization Static
Maximum bounds derived from fluid object. When the object is created the size and center are analyzed and stored as init_size and init_center. Every iteration the bounds are compared to the maximum size specified at creation time and adjusted accordingly.
Initialization Dynamic
Maximum bounds derived from the fluid object, but measured against the specified object’s current position. The bounds will grow or shrink to a maximum size relative to the objects position in space. When an object is animated, the bound conditions should travel with the object. This option enables that behavior. If no object is found the bounds are centered or reverted to static.
Manual
Manually define the maximum bound conditions.
Enforce Boundaries
Resizes the specified axis to the maximum allowed bound condition. This is useful when a fluid needs to collide with a wall or roof.