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

extruder

Inherits from: interprete

Class to create a 3D tetrahedral/hexahedral mesh (a prism is cut in 14) from a 2D triangular/quadrangular mesh.

Parameters:

  • domaine | domain_name (type: string) Name of the domain.
  • nb_tranches (type: int) Number of elements in the extrusion direction.
  • direction (type: troisf) Direction of the extrude operation.

extruder_en3

Inherits from: extruder

Class to create a 3D tetrahedral/hexahedral mesh (a prism is cut in 3) from a 2D triangular/quadrangular mesh. The names of the boundaries (by default, devant (front) and derriere (back)) may be edited by the keyword nom_cl_devant and nom_cl_derriere. If 'null' is written for nom_cl, then no boundary condition is generated at this place.

Recommendation : to ensure conformity between meshes (in case of fluid/solid coupling) it is recommended to extrude all the domains at the same time.

Parameters:

  • domaine | domain_name (type: list of str) List of the domains
  • [nom_cl_devant] (type: string) New name of the first boundary.
  • [nom_cl_derriere] (type: string) New name of the second boundary.
  • nb_tranches (type: int) Number of elements in the extrusion direction.
  • direction (type: troisf) Direction of the extrude operation.