Click or drag to resize

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

Initializes a new instance of the FemMaterial_Orthotropic class. set properties of cross section.

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public FemMaterial_Orthotropic(
	string _family,
	string _name,
	double _E1,
	double _E2,
	double _G12,
	double _nue12,
	double _G31,
	double _G32,
	double _gamma,
	double _ft1,
	double _ft2,
	double _fc1,
	double _fc2,
	double _t12,
	double _f12,
	FemMaterialFlowHypothesis _flowHypo,
	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].
_ft1
Type: SystemDouble
material tensile strength in first direction [kN/m2].
_ft2
Type: SystemDouble
material tensile strength in second direction [kN/m2].
_fc1
Type: SystemDouble
material compressive strength in first direction [kN/m2].
_fc2
Type: SystemDouble
material compressive strength in second direction [kN/m2].
_t12
Type: SystemDouble
shear strength between first and second direction [kN/m2].
_f12
Type: SystemDouble
Tsai-Wu interaction coefficient [].
_flowHypo
Type: Karamba.MaterialsFemMaterialFlowHypothesis
flow-hypothesis to apply.
_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