Card 9 - PSPROP1 Plane Stress Elements for Blades

This optional card defines plane stress elements for blades.

Parameters: KODE, N1, T1, T2

KODE

KODE is the code PSPROP1 (or 95)

N1

N1 is the ID of the PSPROP1 card.

T1 = SELECTION

T1 = SELECTION (or 1) defines a selection of elements that are part of a mesh of plane stress type, which are identified by the group name in T2.

T1 = INSTANCES

T1 = INSTANCES (or 2) specifies the number of instances meshed with plane stress elements in T2.

T1 = MESHNAME

T1 = MESHNAME (or 3) specifies the mesh name in T2.

T1 = DIRECTION

T1 = DIRECTION (or 4) defines the axis of revolution and the plane in which the plane stress elements lie in T2.

  • T2 = XZ: elements lie on the ZX plane and the axis of rotation is the Z-axis.
  • T2 = YX: elements lie on the XY plane and the axis of rotation is the X-axis.

Code example


PSPROP1 3 SELECTION "QUAD8 Plane Stress XY"
PSPROP1 3 INSTANCES 6
PSPROP1 3 MESHNAME "2d mesh(85)"
PSPROP1 3 DIRECTION YX