Click or drag to resize

FemMaterial_Isotrop Constructor (String, String, Double, Double, Double, Double, Double, Double, NullableColor)

create a new isotropic material

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public FemMaterial_Isotrop(
	string _family,
	string _name,
	double _E,
	double _Gip,
	double _Gtr,
	double _gamma,
	double _fy,
	double _alphaT,
	Nullable<Color> _color
)

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
Type: SystemNullableColor
color
See Also