*blockwallfill

Fills an enclosed plane of cells in a finite difference wall.

Syntax

*blockwallfill wallname cellid

Type

HyperMesh Tcl Modify Command

Description

Fills an enclosed plane of cells in a finite difference wall.

Inputs

wallname
The name of the wall to be edited.
cellid
The ID of the cell from which to start the filling.

The ID of any cell, knowing the (i,j,k) location, may be found by the formula (i*divj*divk)+(j*divk)+k, where divj and divk are the number of divisions in the j and k directions, respectively.

Display must be in planar mode for this function to work, and only one plane can be displayed. The displayed plane is the plane that is filled.