C# Class SharpFE.LinearConstantStrainTriangle

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
ThrowIfNodeCannotBeAdded ( IFiniteElementNode nodeToAdd ) : void

Method Details

IsASupportedModelType() public static méthode

public static IsASupportedModelType ( ModelType modelType ) : bool
modelType ModelType
Résultat bool

LinearConstantStrainTriangle() public méthode

public LinearConstantStrainTriangle ( IFiniteElementNode node0, IFiniteElementNode node1, IFiniteElementNode node2, IMaterial elementMaterial, double elementThickness ) : System
node0 IFiniteElementNode
node1 IFiniteElementNode
node2 IFiniteElementNode
elementMaterial IMaterial
elementThickness double
Résultat System

ThrowIfNodeCannotBeAdded() protected méthode

protected ThrowIfNodeCannotBeAdded ( IFiniteElementNode nodeToAdd ) : void
nodeToAdd IFiniteElementNode
Résultat void