TRUST 1.9.8
HPC thermohydraulic platform
Loading...
Searching...
No Matches
Keywords derived from bord_base

bord_base

Basic class for block sides. Block sides that are neither edges nor connectors are not specified. The duplicate nodes of two blocks in contact are automatically recognized and deleted.


bord

Inherits from: bord_base

The block side is not in contact with another block and boundary conditions are applied to it.

Parameters:

  • nom (type: string) Name of block side.
  • defbord (type: defbord) Definition of block side.

groupe_faces

Inherits from: bord_base

A named selection of mesh faces, defined by a plane equation. Same readOn shape as Bord (name + plane), used to expose internal face sets for post-processing or coupling.

Parameters:

  • nom (type: string) Name of the face group.
  • defbord (type: defbord) Definition of the plane selecting the faces.

internes

Inherits from: bord_base

To indicate that the block has a set of internal faces (these faces will be duplicated automatically by the program and will be processed in a manner similar to edge faces).

Two boundaries with the same boundary conditions may have the same name (whether or not they belong to the same block).

The keyword Internes (Internal) must be used to execute a calculation with plates, followed by the equation of the surface area covered by the plates.

Parameters:

  • nom (type: string) Name of block side.
  • defbord (type: defbord) Definition of block side.

raccord

Inherits from: bord_base

The block side is in contact with the block of another domain (case of two coupled problems).

Parameters:

  • type1 (type: string into ['local', 'distant']) Contact type.
  • type2 (type: string into ['homogene']) Contact type.
  • nom (type: string) Name of block side.
  • defbord (type: defbord) Definition of block side.