This block is used to define the boundary conditions. These include all boundaries that define the flow domain. In HyperMold-RTM, the boundaries of the domain are classified into the following types.
• | InjectorBC |
• | VentBC |
• | WallBC |
• | NoFlowBC |
If a boundary in a domain is left unspecified, it will default to WallBC. The syntax for BOUNDARY packet is defined below.
BEGIN BOUNDARY
BC_Type BC_Name_1 {BC_Values}
BC_Type BC_Name_1 {BC_Values}
. . .
END
• | BC_Type can take the value InjectorBC, VentBC, WallBC or NoflowBC. |
• | BC_Values will vary depending on the BC_type. |