IUser |
Represents a user-defined concrete material
Namespace: TSD.API.Remoting.Materials
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
The IUserDefinedConcrete type exposes the following members.
Properties
Name | Description | |
---|---|---|
BaseElasticModulus | Gets the base elastic modulus (excluding any adjustments), E_{db} (in [N/mm²]) | |
ConcreteType | Gets the concrete type | |
CubeStrength | Gets the characteristic cube strength, fcu (in [N/mm²]) | |
CylinderStrength | Gets the characteristic cylinder strength, fck (in [N/mm²]) | |
DryDensity | Gets the dry density of the concrete (in [kg/mm³]) | |
HeadCode |
Gets the head code the material applies to
(Inherited from IUserDefinedMaterial) | |
Name |
Gets the name of the material
(Inherited from IUserDefinedMaterial) | |
PartialSafetyFactor | Gets the partial safety factor (EC2 only), gamma_c | |
PoissonsRatio |
Gets the Poisson's ratio (unitless)
(Inherited from IUserDefinedMaterial) | |
ShearModulus |
Gets the shear modulus (in [N/mm²])
(Inherited from IUserDefinedMaterial) | |
ThermalExpansionCoefficient |
Gets the coefficient of thermal expansion (in [1/K])
(Inherited from IUserDefinedMaterial) | |
Type |
Gets the type of the material
(Inherited from IUserDefinedMaterial) | |
WetDensity | Gets the wet density of the concrete (in [kg/mm³]) |
See Also