C# Class SharpFE.Linear1DBeam

This is a linear 1D finite element. It only calculates major axis bending moment and major-axis shear force.
Inheritance: LinearBeam
Afficher le fichier Open project: iainsproat/SharpFE Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IsASupportedModelType ( ModelType modelType ) : bool
Linear1DBeam ( IFiniteElementNode start, IFiniteElementNode end, IMaterial mat, ICrossSection section ) : System

Method Details

IsASupportedModelType() public static méthode

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

Linear1DBeam() public méthode

public Linear1DBeam ( IFiniteElementNode start, IFiniteElementNode end, IMaterial mat, ICrossSection section ) : System
start IFiniteElementNode
end IFiniteElementNode
mat IMaterial
section ICrossSection
Résultat System