Click or drag to resize

FemMaterial_OrthotropicsetMaterialProperties Method

Sets the material properties according to the given input-parameters.

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected void setMaterialProperties(
	string _family,
	string _name,
	double _E1,
	double _E2,
	double _Gip,
	double _nue12,
	double _Gtr1,
	double _Gtr2,
	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 of the material.
_name
Type: SystemString
Name of the material.
_E1
Type: SystemDouble
Young's Modulus in the first direction.
_E2
Type: SystemDouble
Young's Modulus in the second direction.
_Gip
Type: SystemDouble
In-plane shear modulus.
_nue12
Type: SystemDouble
Lateral contraction coefficient.
_Gtr1
Type: SystemDouble
Transverse shear modulus at sections perpendicular to the first direction.
_Gtr2
Type: SystemDouble
Transverse shear modulus at sections perpendicular to the second direction.
_gamma
Type: SystemDouble
Specific weight.
_ft1
Type: SystemDouble
Tensile strength in the first direction.
_ft2
Type: SystemDouble
Tensile strength in the second direction.
_fc1
Type: SystemDouble
Compressive strength in the first direction.
_fc2
Type: SystemDouble
Compressive strength in the second direction.
_t12
Type: SystemDouble
Shear strength between the layers of direction 1 and 2.
_f12
Type: SystemDouble
Interaction coefficient for the Tsai-Wu criteria.
_flowHypo
Type: Karamba.MaterialsFemMaterialFlowHypothesis
Type of strength hypothesis to be applied for calculating stress-based utilization values.
_alphaT1
Type: SystemDouble
Thermal expansion coefficient for the first direction.
_alphaT2
Type: SystemDouble
Thermal expansion coefficient for the second direction.
_color
Type: SystemNullableColor
Color of the material.
See Also