*blockwalladdcell
Adds one cell to a finite difference wall.
Syntax
*blockwalladdcell wallname cellid
Type
HyperMesh Tcl Modify Command
Description
Adds one cell to a finite difference wall.
Inputs
- wallname
- The name of the wall into which the cell is to be added.
- cellid
- The ID of the cell to be added.
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. All cells do not have to be members of a wall.