Click or drag to resize

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)
Syntax
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
)

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