Click or drag to resize

FemMaterial Class

Base class of all materials
Inheritance Hierarchy

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

The FemMaterial type exposes the following members.

Constructors
  NameDescription
Protected methodFemMaterial
Initializes a new instance of the FemMaterial class
Top
Properties
  NameDescription
Public propertycolor
user defined color of the material
Public propertyelemIds
return the material's identifiers of elements to which it shall be applied
Public propertyfamily
family name of the material
Public propertyguid
the material's identifier
Public propertyIsValid
true in case the material is valid
Public propertyname
name of the material
Public propertyuser_defined
indicates whether a material is user-defined or generated (e.g. a default material)
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.
Public methodcloneBeamIDs
clone the material's element identifiers
Public methodCopy
copy the material from another one
Public methodE
Young's Modulus [kN/m2] 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 [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 methodft
material tensile strength in the specified direction [kN/m2]
Public methodfy
material strength in the specified direction [kN/cm2]
Public methodG12
in-plane shear modulus [kN/m2]
Public methodG3
transverse shear modulus [kN/m2]
Public methodgamma
specific weight [kN/m3]
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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 Object.)
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_family
default family name
Public fieldStatic memberdefault_fy
default value for the material strangth 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 []
Protected fieldfamily_
family name 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