|
FemMaterial_Orthotropic Constructor (String, String, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, FemMaterialFlowHypothesis, Double, Double, NullableColor)
|
Namespace:
Karamba.Materials
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic 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
)
Public Sub New (
_family As String,
_name As String,
_E1 As Double,
_E2 As Double,
_G12 As Double,
_nue12 As Double,
_G31 As Double,
_G32 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)
)
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
)
new :
_family : string *
_name : string *
_E1 : float *
_E2 : float *
_G12 : float *
_nue12 : float *
_G31 : float *
_G32 : float *
_gamma : float *
_ft1 : float *
_ft2 : float *
_fc1 : float *
_fc2 : float *
_t12 : float *
_f12 : float *
_flowHypo : FemMaterialFlowHypothesis *
_alphaT1 : float *
_alphaT2 : float *
color : Nullable<Color> -> FemMaterial_Orthotropic
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