Hello,
I’m trying to model a Turbine Blade Shroud contact using the flying face approach. This approach works fine in ABAQUS but I’m struggeling to realize it in CCX. The approach is as follows:
-
Mesh the blade model using C3D10
-
Copy the nodes from the shroud PS contact face to the shroud SS contact face (copy and shift it by one pitch, i.e. by 2*PI/N_blades)
-
Create a surface mesh using M3D6 based on the copied nodes to crease the “flying face” with the resulting element set ELE_SET_FLYING_FACE
4.) Create surfaces using *SURFACE
> Surface CYCLIC_SECONDARY at the shroud PS contact face
> Surface CYCLIC_FF_PRIMARY at the flying face SS (with direction SPOS into the direction of the volume mesh)
> Surface CONTACT_PRIMARY at the shroud SS contact face
> Surface CONTACT_FF_SECONDARY at the flying face SS (with direction SPOS into the direction of the volume mesh)
5.) Define a *MEMBRANE SECTION using a small ‘dummy’ membrane thickness
*SURFACE SECTION, ELSET=ELE_SET_FLYING_FACE
*MEMBRANE SECTION, ELSET= ELE_SET_FLYING_FACE, MATERIAL=BLADE_MATERIAL
1.0E-4
6.) Define the *CONTACT PAIR for the shroud contact
*CONTACT PAIR, TYPE=SURFACE TO SURFACE, INTERACTION=SHROUD_CONTACT, ADJUST=0.0
CONTACT_FF_SECONDARY, CONTACT_PRIMARY
*SURFACE INTERACTION, NAME=SHROUD_CONTACT
*SURFACE BEHAVIOR, PRESSURE-OVERCLOSURE=HARD
*FRICTION
0.5
7.) Define the cyclic symmetry constraints
*TIE, CYCLIC SYMMETRY, NAME=CYCLIC_SYMMETRY_DEFINITION
CYCLIC_SLAVE, CYCLIC_FF_MASTER
*CYCLIC SYMMETRY MODEL, N=52
0.0, 0.0, 0.0, 1.0, 0.0, 0.0
My questions are:
is the flying face approach basically possible in CCX or is there a limitation, e.g. by having two types of constraints on the flying face (contact and cyclic symmetry; ABAQUS accepts this if you have a proper definition of the PRIMARY and SECONDARY surfaces in *CONTACT PAIR and *TIE, but ANSYS for example stops with an ‘overconstraining’ error)
If it is basically possible to use the flying face approach - is ist possible to use it together with the menbrane elements? I’m a little puzzled on this because in the CCX manual there is the statement “This option is used to tie two surfaces. It can only be used with 3-dimensional elements (no plane stress, plane strain, axisymmetric, beam or shell elements).” where the *TIE command is described. Is the exclusion in the brackets also relevant for membrane elements like M3D6? To my understanding, membrane elements are 3D elements …
Is anyone aware of an existing example for a CCX input deck with such a flying face contact & cyclic symmetry definition?
Many thanks and all the best
Christian