Exemplo n.º 1
0
    'H',
    'H2',
    'H3',
    'H4',
    'T',
),
                   comment="""
  XFEM_E = 'H','T','C','H2','H3','H4' : element XFEM maille "esclave" de type Heaviside, cracktip, ou mixte

""")

XFEM_M = Attribute(value=(
    'C',
    'H',
    'H2',
    'H3',
    'H4',
    'T',
),
                   comment="""
  XFEM_M = 'H','T','C','H2','H3','H4' : element XFEM maille "maitre" de type Heaviside, cracktip, ou mixte
""")

XLAG = Attribute(value=('NOEUD', ),
                 comment="""
  XLAG = 'NOEUD'       : element XFEM ????
""")

# store all Attribute objects
ATTRS = objects_from_context(globals(), Attribute)
Exemplo n.º 2
0
#------------------------------------------------------------
SE2QU9 = MeshType(nbno=11, dim=2, code='SQ3')

#------------------------------------------------------------
SE3TR3 = MeshType(nbno=6, dim=2, code='ST3')

#------------------------------------------------------------
SE3TR6 = MeshType(nbno=9, dim=2, code='ST4')

#------------------------------------------------------------
SE3QU4 = MeshType(nbno=7, dim=2, code='SQ4')

#------------------------------------------------------------
SE3QU8 = MeshType(nbno=11, dim=2, code='SQ5')

#------------------------------------------------------------
SE3QU9 = MeshType(nbno=12, dim=2, code='SQ6')

#------------------------------------------------------------
H20H20 = MeshType(nbno=40, dim=3, code='HHV')

#------------------------------------------------------------
P15P15 = MeshType(nbno=30, dim=3, code='PPQ')

#------------------------------------------------------------
T10T10 = MeshType(nbno=20, dim=3, code='TTD')

# store all MeshType objects
ELREFS = objects_from_context(globals(), Elrefe)
MESHTYPES = objects_from_context(globals(), MeshType)
Exemplo n.º 3
0
EVITENC = LocatedComponents(phys=PHY.VNOR_C,
                            type='ELGA',
                            location='RIGI',
                            components=('VNOR', ))

G27NEUTR = LocatedComponents(phys=PHY.NEUT_R,
                             type='ELGA',
                             location='RIGI',
                             components=('X[27]', ))

GGEOMER = LocatedComponents(phys=PHY.GEOM_R,
                            type='ELGA',
                            location='RIGI',
                            components=(
                                'X',
                                'Y',
                                'Z',
                            ))

ZVARCNO = LocatedComponents(phys=PHY.VARI_R,
                            type='ELNO',
                            components=('VARI', ))

ZVARCPG = LocatedComponents(phys=PHY.VARI_R,
                            type='ELGA',
                            location='MATER',
                            components=('VARI', ))

# store all LocatedComponents objects
MODES = objects_from_context(globals(), LocatedComponents)