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
Exibir arquivo Open project: iainsproat/SharpFE Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

IsASupportedModelType() public static method

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

Linear1DBeam() public method

public Linear1DBeam ( IFiniteElementNode start, IFiniteElementNode end, IMaterial mat, ICrossSection section ) : System
start IFiniteElementNode
end IFiniteElementNode
mat IMaterial
section ICrossSection
return System