C# Class SharpFE.LinearConstantStrainTriangle

Triangular shaped element which calculates membrane forces only
Inheritance: FiniteElement, IHasMaterial
Mostra file Open project: iainsproat/SharpFE Class Usage Examples

Public Methods

Method Description
IsASupportedModelType ( ModelType modelType ) : bool
LinearConstantStrainTriangle ( IFiniteElementNode node0, IFiniteElementNode node1, IFiniteElementNode node2, IMaterial elementMaterial, double elementThickness ) : System

Protected Methods

Method Description
ThrowIfNodeCannotBeAdded ( IFiniteElementNode nodeToAdd ) : void

Method Details

IsASupportedModelType() public static method

public static IsASupportedModelType ( ModelType modelType ) : bool
modelType ModelType
return bool

LinearConstantStrainTriangle() public method

public LinearConstantStrainTriangle ( IFiniteElementNode node0, IFiniteElementNode node1, IFiniteElementNode node2, IMaterial elementMaterial, double elementThickness ) : System
node0 IFiniteElementNode
node1 IFiniteElementNode
node2 IFiniteElementNode
elementMaterial IMaterial
elementThickness double
return System

ThrowIfNodeCannotBeAdded() protected method

protected ThrowIfNodeCannotBeAdded ( IFiniteElementNode nodeToAdd ) : void
nodeToAdd IFiniteElementNode
return void