C# Class SharpFE.GenericElasticMaterial

Inheritance: ILinearElasticMaterial
Datei anzeigen Open project: iainsproat/SharpFE Class Usage Examples

Public Methods

Method Description
GenericElasticMaterial ( double rho, double youngsMod, double nu, double shearModElasticity ) : System

Initializes a new instance of the GenericElasticMaterial class.

Method Details

GenericElasticMaterial() public method

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
return System