table_1
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1
Table 1 of EN 338:2016.
Classes:
-
SoftwoodStrengthClassBending–Enumeration for softwood strength classes based on edgewise bending tests.
-
Table1StrengthClassesSoftwoodBending–Implementation of table 1 from EN 338:2016.
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1.SoftwoodStrengthClassBending
Bases: Enum
Enumeration for softwood strength classes based on edgewise bending tests.
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1.Table1StrengthClassesSoftwoodBending
dataclass
Table1StrengthClassesSoftwoodBending(
timber_class: SoftwoodStrengthClassBending,
)
Implementation of table 1 from EN 338:2016.
Strength classes for softwood based on edgewise bending tests - strength, stiffness and density values.
Parameters:
-
timber_class(SoftwoodStrengthClassBending) –The timber strength class according to EN 338:2016
Properties
f_m_k : MPA 5-percentile characteristic value of bending strength in N/mm² f_t_0_k : MPA 5-percentile characteristic value of tensile strength parallel to grain in N/mm² f_t_90_k : MPA 5-percentile characteristic value of tensile strength perpendicular to grain in N/mm² f_c_0_k : MPA 5-percentile characteristic value of compressive strength parallel to grain in N/mm² f_c_90_k : MPA 5-percentile characteristic value of compressive strength perpendicular to grain in N/mm² f_v_k : MPA 5-percentile characteristic value of shear strength in N/mm² e_m_0_mean : MPA Mean characteristic value of modulus of elasticity in bending parallel to grain in N/mm² e_m_0_k : MPA 5-percentile characteristic value of modulus of elasticity in bending parallel to grain in N/mm² e_m_90_mean : MPA Mean characteristic value of modulus of elasticity in bending perpendicular to grain in N/mm² g_mean : MPA Mean characteristic value of shear modulus in N/mm² rho_k : KG_M3 5-percentile characteristic value of density in kg/m³ rho_mean : KG_M3 Mean characteristic value of density in kg/m³
Raises:
-
ValueError–If an invalid timber class is provided
Examples:
>>> table = Table1StrengthClassesSoftwoodBending(SoftwoodStrengthClassBending.C24)
>>> table.f_m_k
24
>>> table.e_m_0_mean
11.0
>>> table.rho_mean
420
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1.Table1StrengthClassesSoftwoodBending.e_m_0_k
property
e_m_0_k: MPA
Get the 5-percentile characteristic value of modulus of elasticity in bending parallel to grain.
Returns:
-
MPA–The 5-percentile characteristic value of modulus of elasticity in bending parallel to grain in N/mm²
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1.Table1StrengthClassesSoftwoodBending.e_m_0_mean
property
e_m_0_mean: MPA
Get the mean characteristic value of modulus of elasticity in bending parallel to grain.
Returns:
-
MPA–The mean characteristic value of modulus of elasticity in bending parallel to grain in N/mm²
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1.Table1StrengthClassesSoftwoodBending.e_m_90_mean
property
e_m_90_mean: MPA
Get the mean characteristic value of modulus of elasticity in bending perpendicular to grain.
Returns:
-
MPA–The mean characteristic value of modulus of elasticity in bending perpendicular to grain in N/mm²
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1.Table1StrengthClassesSoftwoodBending.f_c_0_k
property
f_c_0_k: MPA
Get the 5-percentile characteristic value of compressive strength parallel to grain.
Returns:
-
MPA–The 5-percentile characteristic value of compressive strength parallel to grain in N/mm²
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1.Table1StrengthClassesSoftwoodBending.f_c_90_k
property
f_c_90_k: MPA
Get the 5-percentile characteristic value of compressive strength perpendicular to grain.
Returns:
-
MPA–The 5-percentile characteristic value of compressive strength perpendicular to grain in N/mm²
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1.Table1StrengthClassesSoftwoodBending.f_m_k
property
f_m_k: MPA
Get the 5-percentile characteristic value of bending strength.
Returns:
-
MPA–The 5-percentile characteristic value of bending strength in N/mm²
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1.Table1StrengthClassesSoftwoodBending.f_t_0_k
property
f_t_0_k: MPA
Get the 5-percentile characteristic value of tensile strength parallel to grain.
Returns:
-
MPA–The 5-percentile characteristic value of tensile strength parallel to grain in N/mm²
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1.Table1StrengthClassesSoftwoodBending.f_t_90_k
property
f_t_90_k: MPA
Get the 5-percentile characteristic value of tensile strength perpendicular to grain.
Returns:
-
MPA–The 5-percentile characteristic value of tensile strength perpendicular to grain in N/mm²
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1.Table1StrengthClassesSoftwoodBending.f_v_k
property
f_v_k: MPA
Get the 5-percentile characteristic value of shear strength.
Returns:
-
MPA–The 5-percentile characteristic value of shear strength in N/mm²
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1.Table1StrengthClassesSoftwoodBending.g_mean
property
g_mean: MPA
Get the mean characteristic value of shear modulus.
Returns:
-
MPA–The mean characteristic value of shear modulus in N/mm²
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1.Table1StrengthClassesSoftwoodBending.rho_k
property
rho_k: KG_M3
Get the 5-percentile characteristic value of density.
Returns:
-
KG_M3–The 5-percentile characteristic value of density in kg/m³
codes.eurocode.en_338_2016.chapter_5_classification_of_structural_timber.table_1.Table1StrengthClassesSoftwoodBending.rho_mean
property
rho_mean: KG_M3
Get the mean characteristic value of density.
Returns:
-
KG_M3–The mean characteristic value of density in kg/m³