weldx.welding.groove.iso_9692_1.FFGroove#

class weldx.welding.groove.iso_9692_1.FFGroove(t_1, t_2=None, alpha=None, code_number=None, b=None, e=None)#

A Frontal Face Groove.

For a detailed description of the execution look in get_groove.

Parameters:
  • t_1 (Quantity) – workpiece thickness

  • t_2 (Optional[Quantity]) – workpiece thickness, if second thickness is needed

  • alpha (Optional[Quantity]) – groove angle

  • b (Optional[Quantity]) – root gap

  • e (Optional[Quantity]) – special depth

  • code_number (Optional[str]) – Numbers of the standard, allowed values are [“1.12”, “1.13”, “2.12”, “3.1.1”, “3.1.2”, “3.1.3”, “4.1.1”, “4.1.2”, “4.1.3”]

Methods

param_strings

Generate string representation of parameters.

parameters

Return groove parameters as dictionary of quantities.

plot

Plot a 2D groove profile.

to_profile

Calculate a Profile.

Attributes

alpha

b

code_number

cross_sect_area

Area of the cross-section of the two work pieces.

e

t_2

t_1