C# 클래스 SharpFE.Linear1DBeam

This is a linear 1D finite element. It only calculates major axis bending moment and major-axis shear force.
상속: LinearBeam
파일 보기 프로젝트 열기: iainsproat/SharpFE 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsASupportedModelType ( ModelType modelType ) : bool
Linear1DBeam ( IFiniteElementNode start, IFiniteElementNode end, IMaterial mat, ICrossSection section ) : System

메소드 상세

IsASupportedModelType() 공개 정적인 메소드

public static IsASupportedModelType ( ModelType modelType ) : bool
modelType ModelType
리턴 bool

Linear1DBeam() 공개 메소드

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