CSTriangular_Element_Matrix: Element stiffness matrix (linear triangular element)

Description Usage Arguments Value

Description

Element stiffness matrix (linear triangular element)

Usage

1
2
CSTriangular_Element_Matrix(DOF = 6, YoungMod, Nu, thickness,
  vec_nodalcoordinates, case)

Arguments

DOF

Degree of freedom (6 for a linear triangular element).

YoungMod

Young's modulus.

Nu

Poisson's ratio.

thickness

Thickness

vec_nodalcoordinates

Vector of nodal coordinates in the form c(x1,y1,x2,y2,x3,y3).

case

Use 1 (for plane stress) or 2 for plane strain.

Value

Stiffness matrix of a linear triangular element.


khameelbm/finiteR documentation built on May 6, 2019, 8:03 p.m.