|
FemMaterial_IsotropsetMaterialPropertiesInSIUnits Method (String, String, Double, Double, Double, Double, Double, Double, FemMaterialFlowHypothesis, Double, NullableColor)
|
set material properties.
Namespace:
Karamba.Materials
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected void setMaterialPropertiesInSIUnits(
string _family,
string _name,
double _E,
double _Gip,
double _Gtr,
double _gamma,
double _ft,
double _fc,
FemMaterialFlowHypothesis _flowHypo,
double _alphaT,
Nullable<Color> _color
)
Protected Sub setMaterialPropertiesInSIUnits (
_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)
)
protected:
void setMaterialPropertiesInSIUnits(
String^ _family,
String^ _name,
double _E,
double _Gip,
double _Gtr,
double _gamma,
double _ft,
double _fc,
FemMaterialFlowHypothesis _flowHypo,
double _alphaT,
Nullable<Color> _color
)
member setMaterialPropertiesInSIUnits :
_family : string *
_name : string *
_E : float *
_Gip : float *
_Gtr : float *
_gamma : float *
_ft : float *
_fc : float *
_flowHypo : FemMaterialFlowHypothesis *
_alphaT : float *
_color : Nullable<Color> -> unit
Parameters
- _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
flow-hypothesis to apply. - _alphaT
- Type: SystemDouble
coefficient of thermal expansion. - _color
- Type: SystemNullableColor
color.
See Also