A manual definition of the cell and cellface groups in the parameter file can be carried out in two ways:
Groups can be defined using the <ELEMENT_GROUP> and <FACE_GROUP> commands. Cell GroupsA cell group can be defined by the command <ELEMENT_GROUP>. Three methods are available to define the required group based on existing groups:
For example, to define a new cell group named MY_CELL_GROUP by merging the two existing cell groups 1_CELLS_A and 2_CELLS_B, the following <ELEMENT_GROUP> command is used:
To define a cell group by explicitly specifying cell IDs (in this case 1 … 10,000), the following <ELEMENT_GROUP> command is used:
Note:
The <MERGE> and <INTERSECT>
methods cannot be used together with the cell groups defined by the <LIST>
method. The automatically generated cell groups can be used with both,
the <MERGE> and the <INTERSECT> method.
Cell Face GroupsA cellface group can be defined by the command <FACE_GROUP>. Three methods are available to define the required group based on existing groups:
For example, to define a new cellface group named MY_CELLFACE_GROUP by merging the two existing cellface groups 1_PART_A and 2_PART_B, the following <FACE_GROUP> command is used:
To define a cellface group by explicitly specifying cellface IDs (in this case 1 … 10,000), the following <FACE_GROUP> command is used:
Note:
The <MERGE> and <INTERSECT>
methods cannot be used together with the cellface groups defined by the <LIST>
method. The automatically generated cellface groups can be used with
both, the <MERGE> and the <INTERSECT> method.
| |||||||