C# 클래스 SharpFE.GenericElasticMaterial

상속: ILinearElasticMaterial
파일 보기 프로젝트 열기: iainsproat/SharpFE 1 사용 예제들

공개 메소드들

메소드 설명
GenericElasticMaterial ( double rho, double youngsMod, double nu, double shearModElasticity ) : System

Initializes a new instance of the GenericElasticMaterial class.

메소드 상세

GenericElasticMaterial() 공개 메소드

Initializes a new instance of the GenericElasticMaterial class.
public GenericElasticMaterial ( double rho, double youngsMod, double nu, double shearModElasticity ) : System
rho double Density of the material
youngsMod double Young's modulus of the elastic material
nu double Poisson's ratio of the elastic material
shearModElasticity double Shear modulus of elasticity of the elastic material
리턴 System