|
FemMaterial_Isotrop Constructor (String, String, Double, Double, Double, Double, Double, Double, FemMaterialFlowHypothesis, Double, NullableColor)
|
Namespace:
Karamba.Materials
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic FemMaterial_Isotrop(
string _family,
string _name,
double _E,
double _Gip,
double _Gtr,
double _gamma,
double _ft,
double _fc,
FemMaterialFlowHypothesis _flowHypo,
double _alphaT,
Nullable<Color> _color
)
Public Sub New (
_family As String,
_name As String,
_E As Double,
_Gip As Double,
_Gtr As Double,
_gamma As Double,
_ft As Double,
_fc As Double,
_flowHypo As FemMaterialFlowHypothesis,
_alphaT As Double,
_color As Nullable(Of Color)
)
public:
FemMaterial_Isotrop(
String^ _family,
String^ _name,
double _E,
double _Gip,
double _Gtr,
double _gamma,
double _ft,
double _fc,
FemMaterialFlowHypothesis _flowHypo,
double _alphaT,
Nullable<Color> _color
)
new :
_family : string *
_name : string *
_E : float *
_Gip : float *
_Gtr : float *
_gamma : float *
_ft : float *
_fc : float *
_flowHypo : FemMaterialFlowHypothesis *
_alphaT : float *
_color : Nullable<Color> -> FemMaterial_IsotropParameters
- _family
- Type: SystemString
family name. - _name
- Type: SystemString
name. - _E
- Type: SystemDouble
Young's Modulus [kN/m2]. - _Gip
- Type: SystemDouble
in-plane shear modulus [kN/m2]. - _Gtr
- Type: SystemDouble
transverse shear modulus [kN/m2]. - _gamma
- Type: SystemDouble
specific weight [kN/m3]. - _ft
- Type: SystemDouble
material tensile strength [kN/m2]. - _fc
- Type: SystemDouble
material compressive strength [kN/m2]. - _flowHypo
- Type: Karamba.MaterialsFemMaterialFlowHypothesis
the material's flow hypothesis. - _alphaT
- Type: SystemDouble
coefficient of thermal expansion. - _color
- Type: SystemNullableColor
color.
See Also