Click or drag to resize

FemMaterial_Orthotropic Constructor (String, String, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, NullableColor)

set properties of cross section

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public FemMaterial_Orthotropic(
	string _family,
	string _name,
	double _E1,
	double _E2,
	double _G12,
	double _nue12,
	double _G31,
	double _G32,
	double _gamma,
	double _fy1,
	double _fy2,
	double _alphaT1,
	double _alphaT2,
	Nullable<Color> color
)

Parameters

_family
Type: SystemString
family name
_name
Type: SystemString
name
_E1
Type: SystemDouble
Young's Modulus [kN/m2] in first direction
_E2
Type: SystemDouble
Young's Modulus [kN/m2] in second direction
_G12
Type: SystemDouble
in-plane shear modulus [kN/m2]
_nue12
Type: SystemDouble
in-plane coefficient of lateral expansion
_G31
Type: SystemDouble
transverse shear modulus in first direction [kN/m2]
_G32
Type: SystemDouble
transverse shear modulus in second direction [kN/m2]
_gamma
Type: SystemDouble
specific weight [kN/m3]
_fy1
Type: SystemDouble
material strength in first direction [kN/m2]
_fy2
Type: SystemDouble
material strength in second direction [kN/m2]
_alphaT1
Type: SystemDouble
coefficient of thermal expansion in first direction
_alphaT2
Type: SystemDouble
coefficient of thermal expansion in second direction
color
Type: SystemNullableColor
color
See Also