LESM
Class Material

LESM.Material

public class Material

Class that defines material objects in the LESM program


Field Summary
(package private)  double elasticity
          Elasticity modulus
(package private)  int id
          Identification number
(package private)  double poisson
          Poisson ratio
(package private)  double shear
          Shear modulus
(package private)  double thermExp
          Thermal expansion coefficient
 
Method Summary
 void clean()
          Destructor method
 Material Material()
          Constructor method
 

Field Detail

id

int id
Identification number


elasticity

double elasticity
Elasticity modulus


poisson

double poisson
Poisson ratio


shear

double shear
Shear modulus


thermExp

double thermExp
Thermal expansion coefficient

Method Detail

Material

public Material Material()
Constructor method


clean

public void clean()
Destructor method