Click or drag to resize

FemMaterial Class

Base class of all materials.
Inheritance Hierarchy

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
[SerializableAttribute]
public abstract class FemMaterial : CommonObject, 
	ICloneable, ISerializable

The FemMaterial type exposes the following members.

Constructors
  NameDescription
Protected methodFemMaterial
Initializes a new instance of the FemMaterial class. the default constructor.
Protected methodFemMaterial(SerializationInfo, StreamingContext)
Initializes a new instance of the FemMaterial class. Deserialize FemMaterial.
Top
Properties
  NameDescription
Public propertycolor
Gets or sets the user defined color of the material.
Public propertyelemIds
Gets the material's identifiers of elements to which it shall be applied.
Public propertyfamily
Gets the family name of the material.
Public propertyflowHypo
Gets or sets the material's flow hypothesis which is Van Mises by default.
Public propertyguid
Gets the the material's identifier.
Public propertyIsValid
Gets a value indicating whether the material is valid.
Public propertyname
Gets the name of the material.
Public propertyuser_defined
Gets a value indicating whether a material is user-defined or generated (e.g. a default material).
Public propertyUserData
Gets access to the user-data dictionary.
(Inherited from CommonObject.)
Top
Methods
  NameDescription
Public methodAddBeamId
add an element identifier to the list of the material's element identifiers.
Public methodaddTo
add a feb material to feb model.
Public methodalphaT
coefficient of thermal expansion in the specified direction.
Public methodclearBeamIDs
clear the material's element identifiers.
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from CommonObject.)
Public methodcloneBeamIDs
clone the material's element identifiers.
Public methodCopy
copy the material from another one.
Public methodE
Young's Modulus [kN/cm2] in the specified direction.
Public methodenlistMaterial
Return a material based on its reference or name. Add it to the list of materials if not already present.
Public methodEquals
returns true if another material is equal to this one.
(Overrides ObjectEquals(Object).)
Public methodfc
material compressive strength in the specified direction in base units, by default [kN/m2].
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFlowHypothesisFromString
Converts the name of a flow-hypothesis to the corresponding enum.
Public methodFlowHypothesisToString
Name of the flow hypothesis connected to the material as a string.
Public methodft
material tensile strength in the specified direction in base units, by default [kN/m2].
Public methodG12
in-plane shear modulus.
Public methodG3
transverse shear modulus in base units, by default [kN/cm2].
Public methodgamma
specific weight [kN/m3].
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Protected methodGetObjectData
Serialize FemMaterial.
(Overrides CommonObjectGetObjectData(SerializationInfo, StreamingContext).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasUserData
true if the object has user-data attached.
(Inherited from CommonObject.)
Public methodmatchIds
Returns true if the material matches one of the identifiers given in ids.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodnue12
in-plane lateral contraction coefficient.
Public methodreadBaseProperties
read material data from table.
Public methodStatic memberreadMaterialTable
Read the default materials table and return its contents as a list of GH-materials.
Public methodrenewGuid
set a new guid for the material.
Public methodrenewGuid(Guid)
set a given guid for the material.
Public methodsetMaterialPropertiesInSIUnits
set the material properties.
Public methodToString
Returns a string that represents the current object.
(Inherited from CommonObject.)
Public methodtrait
return value of trait with given index.
Public methodtypeName
type-name of the material ("ISO" for isotropic, "ORTHO" for orthotropic).
Top
Fields
  NameDescription
Protected field_elem_ids
identifiers of beams to which the cross section applies.
Protected fieldcolor_
user defined color of the material.
Public fieldStatic memberdefault_alphaT
default value for the coefficient of thermal expansion (that of steel).
Public fieldStatic memberdefault_E
default value for Young's Modulus [KN/cm2] (that of steel).
Public fieldStatic memberdefault_f12
default value for the Tsai-Wu interaction coefficient.
Public fieldStatic memberdefault_family
default family name.
Public fieldStatic memberdefault_fc
default value for the material compressive strength in kN/cm2 (that of steel S235).
Public fieldStatic memberdefault_flowHypo
default value for the material compressive strength in kN/cm2 (that of steel S235).
Public fieldStatic memberdefault_ft
default value for the material tensile strength in kN/cm2 (that of steel S235).
Public fieldStatic memberdefault_G
default value for Young's Modulus (that of steel) [KN/cm2].
Public fieldStatic memberdefault_gamma
default value for the specific weight in kN/m3 (that of steel) [kN/m3].
Public fieldStatic memberdefault_name
default name.
Public fieldStatic memberdefault_nue12
default value for in-plane lateral contraction coefficient [].
Public fieldStatic memberdefault_t12
default value for the material shear strength in kN/cm2 (that of steel S235).
Protected fieldfamily_
family name of the material.
Protected fieldflowHypo_
Flow hypothesis of the material.
Protected fieldguid_
the material's identifier.
Protected fieldname_
name of the material.
Protected fielduser_defined_
indicates whether a material is user-defined or generated (e.g. a default material).
Top
See Also