|
|
FemMaterial_Orthotropic Class |
Namespace: Karamba.Materials
The FemMaterial_Orthotropic type exposes the following members.
| Name | Description | |
|---|---|---|
| FemMaterial_Orthotropic |
Initializes a new instance of the FemMaterial_Orthotropic class.
create a new orthotropic material.
| |
| FemMaterial_Orthotropic(FemMaterial) |
Initializes a new instance of the FemMaterial_Orthotropic class.
copy constructor for orthotropic materials.
| |
| FemMaterial_Orthotropic(SerializationInfo, StreamingContext) |
Initializes a new instance of the FemMaterial_Orthotropic class.
Deserialize FemMaterial_Orthotropic.
| |
| FemMaterial_Orthotropic(String, String, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, FemMaterialFlowHypothesis, Double, Double, NullableColor) |
Initializes a new instance of the FemMaterial_Orthotropic class.
set properties of cross section.
|
| Name | Description | |
|---|---|---|
| color | Gets or sets the user defined color of the material. (Inherited from FemMaterial.) | |
| elemIds | Gets the material's identifiers of elements to which it shall be applied. (Inherited from FemMaterial.) | |
| family | Gets the family name of the material. (Inherited from FemMaterial.) | |
| flowHypo |
Gets or sets the material's flow hypothesis which is Van Mises by default.
(Inherited from FemMaterial.) | |
| guid | Gets the the material's identifier. (Inherited from FemMaterial.) | |
| IsValid | Gets a value indicating whether the material is valid. (Inherited from FemMaterial.) | |
| name | Gets the name of the material. (Inherited from FemMaterial.) | |
| user_defined | Gets a value indicating whether a material is user-defined or generated (e.g. a default material). (Inherited from FemMaterial.) | |
| UserData |
Gets access to the user-data dictionary.
(Inherited from CommonObject.) |
| Name | Description | |
|---|---|---|
| AddBeamId |
add an element identifier to the list of the material's element identifiers.
(Inherited from FemMaterial.) | |
| addTo | add a feb material to feb model. (Overrides FemMaterialaddTo(Model).) | |
| alphaT |
coefficient of thermal expansion in the specified direction.
(Overrides FemMaterialalphaT(Int32).) | |
| clearBeamIDs |
clear the material's element identifiers.
(Inherited from FemMaterial.) | |
| Clone | Creates a new object that is a copy of the current instance. (Overrides CommonObjectClone.) | |
| cloneBeamIDs |
clone the material's element identifiers.
(Inherited from FemMaterial.) | |
| Copy | copy the material from another one. (Overrides FemMaterialCopy(FemMaterial).) | |
| E | Young's Modulus [kN/cm2] in the specified direction.
(Overrides FemMaterialE(Int32).) | |
| enlistMaterial |
Return a material based on its reference or name. Add it to the list of materials if not already present.
(Inherited from FemMaterial.) | |
| Equals |
returns true if another material is equal to this one.
(Inherited from FemMaterial.) | |
| f12 |
interaction coefficient for the Tsai-Wu criteria.
| |
| fc |
material compressive strength in the specified direction in base units, by default [kN/m2].
(Overrides FemMaterialfc(Int32).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FlowHypothesisToString |
Name of the flow hypothesis connected to the material as a string.
(Inherited from FemMaterial.) | |
| ft |
material tensile strength in the specified direction in base units, by default [kN/m2].
(Overrides FemMaterialft(Int32).) | |
| G12 |
in-plane shear modulus.
(Overrides FemMaterialG12.) | |
| G3 |
transverse shear modulus in base units, by default [kN/cm2].
(Overrides FemMaterialG3(Int32).) | |
| gamma |
specific weight [kN/m3].
(Overrides FemMaterialgamma.) | |
| GetHashCode | Serves as the default hash function. (Inherited from FemMaterial.) | |
| GetObjectData |
Serialize FemMaterial_Orthotropic.
(Overrides FemMaterialGetObjectData(SerializationInfo, StreamingContext).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasUserData |
true if the object has user-data attached.
(Inherited from CommonObject.) | |
| matchIds |
Returns true if the material matches one of the identifiers given in ids.
(Inherited from FemMaterial.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| nue12 |
in-plane lateral contraction coefficient.
(Overrides FemMaterialnue12.) | |
| readBaseProperties |
read material data from table.
(Overrides FemMaterialreadBaseProperties(ListString, CSVReader).) | |
| renewGuid | set a new guid for the material. (Inherited from FemMaterial.) | |
| renewGuid(Guid) | set a given guid for the material. (Inherited from FemMaterial.) | |
| setMaterialProperties |
Sets the material properties according to the given input-parameters.
| |
| setMaterialPropertiesInSIUnits |
set the material properties.
(Overrides FemMaterialsetMaterialPropertiesInSIUnits(String, String, ListDouble, Boolean).) | |
| t12 |
shear strength between the layers of direction 1 and 2.
| |
| ToString | Returns a string that represents the current object. (Overrides CommonObjectToString.) | |
| trait |
return value of trait with given index.
(Inherited from FemMaterial.) | |
| typeName |
type-name of the material ("ISO" for isotropic, "ORTHO" for orthotropic).
(Overrides FemMaterialtypeName.) |
| Name | Description | |
|---|---|---|
| _elem_ids | identifiers of beams to which the cross section applies. (Inherited from FemMaterial.) | |
| alphaT_ |
Coefficient of thermal expansion.
| |
| color_ | user defined color of the material. (Inherited from FemMaterial.) | |
| E_ |
Young's Modulus.
| |
| f12_ |
Interaction coefficient for the Tsai-Wu criteria.
| |
| family_ | family name of the material. (Inherited from FemMaterial.) | |
| fc_ |
Compressive strength.
| |
| flowHypo_ |
Flow hypothesis of the material.
(Inherited from FemMaterial.) | |
| ft_ |
Tensile strength.
| |
| G12_ |
In-plane shear modulus.
| |
| G3_ |
Transverse shear modulus.
| |
| gamma_ |
specific weight.
| |
| guid_ | the material's identifier. (Inherited from FemMaterial.) | |
| name_ | name of the material. (Inherited from FemMaterial.) | |
| nue12_ |
coefficient of lateral expansion.
| |
| t12_ |
Shear strength between the layers of direction 1 and 2.
| |
| user_defined_ | indicates whether a material is user-defined or generated (e.g. a default material). (Inherited from FemMaterial.) |