Click or drag to resize

FactoryMaterialIsotropicMaterial Method

create a new isotropic material.

Namespace:  Karamba.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public FemMaterial IsotropicMaterial(
	string family,
	string name,
	double E,
	double Gip,
	double Gtr,
	double gamma,
	double ft,
	double fc,
	FemMaterialFlowHypothesis flowHypo,
	double alphaT,
	Nullable<Color> color = null
)

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
the material's flow hypothesis.
alphaT
Type: SystemDouble
coefficient of thermal expansion.
color (Optional)
Type: SystemNullableColor
color.

Return Value

Type: FemMaterial

[Missing <returns> documentation for "M:Karamba.Factories.FactoryMaterial.IsotropicMaterial(System.String,System.String,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,Karamba.Materials.FemMaterial.FlowHypothesis,System.Double,System.Nullable{System.Drawing.Color})"]

See Also