|
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)
Syntaxprotected 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
)
Protected Sub setMaterialProperties (
_family As String,
_name As String,
_E1 As Double,
_E2 As Double,
_Gip As Double,
_nue12 As Double,
_Gtr1 As Double,
_Gtr2 As Double,
_gamma As Double,
_ft1 As Double,
_ft2 As Double,
_fc1 As Double,
_fc2 As Double,
_t12 As Double,
_f12 As Double,
_flowHypo As FemMaterialFlowHypothesis,
_alphaT1 As Double,
_alphaT2 As Double,
_color As Nullable(Of Color)
)
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
)
member setMaterialProperties :
_family : string *
_name : string *
_E1 : float *
_E2 : float *
_Gip : float *
_nue12 : float *
_Gtr1 : float *
_Gtr2 : float *
_gamma : float *
_ft1 : float *
_ft2 : float *
_fc1 : float *
_fc2 : float *
_t12 : float *
_f12 : float *
_flowHypo : FemMaterialFlowHypothesis *
_alphaT1 : float *
_alphaT2 : float *
_color : Nullable<Color> -> unit
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