*blockwallremovecell
Removes one cell from a finite difference wall.
Syntax
*blockwallremovecell wallname cellid
Type
HyperMesh Tcl Modify Command
Description
Removes one cell from a finite difference wall.
Inputs
- wallname
- The name of the wall from which the cell is to be removed.
- cellid
- The ID of the cell to be removed.
Examples
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.