Click or drag to resize

FactoryMaterialIsotropicMaterial Method

create a new isotropic material

Namespace:  KarambaCommon.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public FemMaterial IsotropicMaterial(
	string family,
	string name,
	double E,
	double Gip,
	double Gtr,
	double gamma,
	double fy,
	double alphaT,
	Nullable<Color> color = null
)

Parameters

family
Type: SystemString
family name
name
Type: SystemString
name
E
Type: SystemDouble
Young's Modulus [kN/m2]
Gip
Type: SystemDouble
in-plane shear modulus [kN/m2]
Gtr
Type: SystemDouble
transverse shear modulus [kN/m2]
gamma
Type: SystemDouble
specific weight [kN/m3]
fy
Type: SystemDouble
material strength [kN/m2]
alphaT
Type: SystemDouble
coefficient of thermal expansion
color (Optional)
Type: SystemNullableColor
color

Return Value

Type: FemMaterial
new material
See Also