Click or drag to resize

FemMaterial Methods

The FemMaterial type exposes the following members.

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
See Also