Module “yield_strength”¶
- class tc_python.property_model_definitions.yield_strength.YieldStrength¶
Bases:
objectEncapsulation class for the “Yield Strength” property model Arguments, ArgumentOptions, and Results.
- ArgumentOptions¶
alias of
YieldStrength_ArgumentOptions
- Arguments¶
alias of
YieldStrength_Arguments
- Results¶
alias of
YieldStrength_Results
- classmethod get_aliases() list[str]¶
List of aliases for “Yield Strength” property model.
- classmethod get_name() str¶
String name of “Yield Strength” property model.
- class tc_python.property_model_definitions.yield_strength.YieldStrength_ArgumentOptions¶
Bases:
objectValid options for Yield Strength property model arguments which requires specific options to be entered.
- MINIMIZATION_STRATEGY¶
alias of
YieldStrength_ArgumentOptions_MINIMIZATION_STRATEGY
- MODE¶
alias of
YieldStrength_ArgumentOptions_MODE
- PRECIPITATION_MODEL¶
- class tc_python.property_model_definitions.yield_strength.YieldStrength_ArgumentOptions_MINIMIZATION_STRATEGY¶
Bases:
ArgumentBaseValid options for
YieldStrength_Arguments.MINIMIZATION_STRATEGY.- GLOBAL_MINIMIZATION_ONLY = 'Global minimization only'¶
Perform full global minimization only.
- GLOBAL_TEST_PREFERRED = 'Global test preferred'¶
Perform global test but tries full global minimization at failure.
- LOCAL_MINIMIZATION_ONLY = 'Local minimization only'¶
Only perform local equilibrium minimization.
- LOCAL_MINIMIZATION_PREFERRED = 'Local minimization preferred'¶
Perform local equilibrium but tries global test and full global minimization at failure. Also performs global test in case the stable phases at equilibrium changes from the previous model evaluation.
- class tc_python.property_model_definitions.yield_strength.YieldStrength_ArgumentOptions_MODE¶
Bases:
ArgumentBaseValid options for
YieldStrength_Arguments.MODE.- ADVANCED = 'Advanced'¶
Allows the user to set a large number of model parameters.
- SIMPLIFIED = 'Simplified'¶
Reduces the number of parameters requiring user input to a minimum.
The model provides necessary information by dynamically evaluating the required settings.
- class tc_python.property_model_definitions.yield_strength.YieldStrength_ArgumentOptions_PRECIPITATION_MODEL¶
Bases:
ArgumentBaseValid options for
YieldStrength_Arguments.PRECIPITATION_MODEL.- DESCHAMPS = 'Deschamps model'¶
Deschamps precipitation strengthening model.
- REPPICH = 'Reppich model'¶
Reppich precipitation strengthening model.
- SEIDMAN = 'Seidman model'¶
Seidman precipitation strengthening model.
- SIMPLIFIED = 'Simplified model'¶
Simplified precipitation strengthening model.
- class tc_python.property_model_definitions.yield_strength.YieldStrength_Arguments¶
Bases:
ArgumentBaseValid entries for Yield Strength property model arguments.
- ANNEALING_TEMPERATURE = 'Annealing temperature'¶
Temperature at which austenitization or intercritical annealing is performed.
This argument can also be set with
PropertyModelCalculation.set_temperature(PropertyModelQuantity.annealing_temperature())
- Default value:
1000 [K]
- BURGERS_VECTOR = 'Burgers vector'¶
Burger’s vector in [m].
This argument is used given the following argument settings:
YieldStrength_Arguments.INCLUDE_PRECIPITATION_STRENGTHENINGis set toTrue.YieldStrength_Arguments.USE_ADDITIONAL_PRECIPITATION_PARAMETERSis set toTrue.
- Default value:
none
- CONSTANT_STRENGTH_ADDITION = 'Constant strength addition'¶
Give the value of the desired constant strength addition in MPa in advanced calculation mode.
This argument is used when
YieldStrength_Arguments.MODEis set toYieldStrength_ArgumentOptions_MODE.ADVANCED
- Default value:
0.0 [MPa]
- CONSTANT_STRENGTH_ADDITION_SIMPLIFIED_MODE = 'constant_strength_addition_simplified_mode'¶
Give the value of the desired constant strength addition in MPa in simplified calculation mode.
This argument is used when
YieldStrength_Arguments.MODEis set toYieldStrength_ArgumentOptions_MODE.SIMPLIFIED
- Default value:
0.0 [MPa]
- CRITICAL_RADIUS_SIMPLIFIED_MODE = 'critical_radius_simplified_mode'¶
Precipitate critical radius [m].
Used for precipitation strengthening in the simplified mode of the calculation.
This argument is used given the following argument settings:
- Default value:
3.547e-9 [m]
- DESCHAMPS_BETA = DynamicArgument('beta_deschamps')¶
Parameter used when evaluating dislocation line tension.
Used in the Deschamps model (Al-base) for precipitation strengthening.
This argument is used given the following argument settings:
- Default value:
0.43
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.DESCHAMPS_BETA(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- DESCHAMPS_CRITICAL_RADIUS = DynamicArgument('Critical radius deschamps model')¶
Critical radius of precipitate phase.
Used in the Deschamps model (Al-base) for precipitation strengthening.
This argument is used given the following argument settings:
- Default value:
3.547e-9 [m]
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.DESCHAMPS_CRITICAL_RADIUS(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- DESCHAMPS_MEAN_RADIUS = DynamicArgument('Precipitate radius deschamps')¶
Precipitate mean radius [m].
Used in the Deschamps model (Al-base) for precipitation strengthening.
This argument is used given the following argument settings:
- Default value:
1.0e-8 [m]
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.DESCHAMPS_MEAN_RADIUS(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- DESCHAMPS_USE_KOCKS_STATISTICS = DynamicArgument('use_kocks_statistics_deschamps')¶
Option to use Kocks’ statistics. Friedel statistics is used by default.
Used in the Deschamps model (Al-base) for precipitation strengthening.
This argument is used given the following argument settings:
- Argument options:
True,False- Default value:
False
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.DESCHAMPS_USE_KOCKS_STATISTICS(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- EVALUATE_SOLID_SOLUTION_AT_HIGHER_TEMPERATURE = 'sol_str_temp_selection'¶
Option to evaluate the strengthening contribution from solid solution at a higher temperature than room temperature.
This argument is used if
YieldStrength_Arguments.MODEis set toYieldStrength_ArgumentOptions_MODE.ADVANCED.
- Argument options:
True,False- Default value:
False
- EVALUATION_TEMPERATURE = 'Evaluation temperature'¶
Temperature at which the property evaluation occurs, corresponds to the measurement temperature.
This argument is used if
YieldStrength_Arguments.EVALUATE_SOLID_SOLUTION_AT_HIGHER_TEMPERATUREisTrue.This argument can also be set with
PropertyModelCalculation.set_temperature(PropertyModelQuantity.evaluation_temperature())
- Default value:
293.15 [K]
- GRAIN_SIZE = 'Grain size in mu'¶
Grain diameter used in Hall-Petch relationship.
This argument is used given the following argument settings:
- Default value:
100.0 [μm]
- GRAIN_SIZE_SIMPLIFIED_MODE = 'grain_size_in_mu_simplified_mode'¶
Grain diameter used in Hall-Petch relationship in simplified calculation mode.
This argument is used given the following argument settings:
- Default value:
100.0 [μm]
- HALL_PETCH_COEFFICIENT = 'Hall_Petch constant'¶
User-specified coefficient to be used in the Hall-Petch relationship.
This argument is used given the following argument settings:
- Default value:
1.0
- INCLUDE_GRAIN_BOUNDARY_STRENGTHENING = 'grain_str_selection'¶
Option to include strengthening contribution from grain boundaries in calculation.
This argument is used if
YieldStrength_Arguments.MODEis set toYieldStrength_ArgumentOptions_MODE.ADVANCED.
- Argument options:
True,False- Default value:
False
- INCLUDE_GRAIN_BOUNDARY_STRENGTHENING_SIMPLIFIED_MODE = 'grain_str_selection_simplified_mode'¶
Option to include strengthening contribution from grain boundaries in calculation.
This argument is used if
YieldStrength_Arguments.MODEis set toYieldStrength_ArgumentOptions_MODE.SIMPLIFIED.
- Argument options:
True,False- Default value:
False
- INCLUDE_PRECIPITATION_STRENGTHENING = 'precip_str_selection'¶
Option to include strengthening contribution from precipitation in calculation.
This argument is used if
YieldStrength_Arguments.MODEis set toYieldStrength_ArgumentOptions_MODE.ADVANCED.
- Argument options:
True,False- Default value:
False
- INCLUDE_PRECIPITATION_STRENGTHENING_SIMPLIFIED_MODE = 'precipitation_str_selection_simplified_mode'¶
Option to include strengthening contribution from precipitation in calculation in simplified mode.
This argument is used if
YieldStrength_Arguments.MODEis set toYieldStrength_ArgumentOptions_MODE.SIMPLIFIED.
- Argument options:
True,False- Default value:
False
- INCLUDE_SOLID_SOLUTION_STRENGTHENING = 'sol_str_selection'¶
Option to include strengthening contribution from solid solution in calculation.
This argument is used if
YieldStrength_Arguments.MODEis set toYieldStrength_ArgumentOptions_MODE.ADVANCED.
- Argument options:
True,False- Default value:
False
- INCLUDE_SOLID_SOLUTION_STRENGTHENING_SIMPLIFIED_MODE = 'sol_str_selection_simplified_mode'¶
Option to include strengthening contribution from solid solution in calculation in simplified mode.
This argument is used if
YieldStrength_Arguments.MODEis set toYieldStrength_ArgumentOptions_MODE.SIMPLIFIED.
- Argument options:
True,False- Default value:
False
- MATRIX_PHASE = 'Matrix'¶
The matrix phase to be used by the property model.
Specify argument value with string of a valid phase name (i.e., “FCC_A1”).
This argument is used if
YieldStrength_Arguments.MODEis set toYieldStrength_ArgumentOptions_MODE.ADVANCED.
- Default value:
“FCC_A1”
- MATRIX_PHASE_SIMPLIFIED_MODE = 'matrix_simplified_mode'¶
The matrix phase to be used by the property model in simplified mode.
Specify argument value with string of a valid phase name (i.e., “FCC_A1”).
This argument is used if
YieldStrength_Arguments.MODEis set toYieldStrength_ArgumentOptions_MODE.SIMPLIFIED.
- Default value:
“FCC_A1”
- MEAN_RADIUS_SIMPLIFIED_MODE = 'precipitate_radius_simplified_mode'¶
Precipitate mean radius [m].
Used for precipitation strengthening in the simplified mode of the calculation.
This argument is used given the following argument settings:
- Default value:
1.0e-8 [m]
- MINIMIZATION_STRATEGY = 'Minimization strategy'¶
Minimization strategy ensures that the most stable minimum under the specified conditions is computed.
- Argument options:
- Default value:
YieldStrength_ArgumentOptions_MINIMIZATION_STRATEGY.GLOBAL_TEST_PREFERRED
- MODE = 'Select mode'¶
Calculation mode.
- Argument options:
YieldStrength.ArgumentOptions.MODE- Default value:
YieldStrength.ArgumentOptions.MODE.SIMPLIFIED
- PRECIPITATE_PHASE = DynamicArgument('Precipitate')¶
Precipitate phase considered for strengthening contribution calculation.
- This argument is used given the following argument settings:
- Default value:
none
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.PRECIPITATE_PHASE(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- PRECIPITATE_PHASE_SIMPLIFIED_MODE = 'precipitate_simplified_mode'¶
Precipitation phase considered for strengthening contribution calculation in simplified mode.
- This argument is used given the following argument settings:
- Default value:
none
- PRECIPITATION_MODEL = DynamicArgument('Precipitation model list')¶
Select the model used for to evaluate precipitate strength.
- This argument is used given the following argument settings:
- Argument options:
- Default value:
YieldStrength_ArgumentOptions_PRECIPITATION_MODEL.SIMPLIFIED.
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.PRECIPITATION_MODEL(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- REPPICH_A = DynamicArgument('A factor')¶
Numerical factor reflecting particle morphology (0.72 for spherical).
Used in the Reppich model (Ni-base) for precipitation strengthening.
This argument is used given the following argument settings:
- Default value:
0.7639
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.REPPICH_A(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- REPPICH_APBE = DynamicArgument('Anti_phase boundary energy Reppich')¶
Energy cost for creating anti-phase boundaries.
Used by the Reppich model (Ni-base) for precipitation strengthening.
This argument is used given the following argument settings:
- Default value:
0.46 [J/m^2]
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.REPPICH_APBE(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- REPPICH_C = DynamicArgument('C correction factor Reppich')¶
Correction factor for the Labusch hardening regime, i.e., for Gamma-prime hardened Ni-base alloys.
Should be larger than or equal to unity.
Set to 0 to disable correction.
This argument is used given the following argument settings;
- Default value:
0.0
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.REPPICH_C(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- REPPICH_CALCULATE_APBE = DynamicArgument('Calculated Anti_phase boundary energy Reppich')¶
Option to calculate the anti-phase boundary energy value automatically.
Used by the Reppich model (Ni-base) for precipitation strengthening.
This argument is used given the following argument settings:
- Argument options:
True,False- Default value:
False
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.REPPICH_CALCULATE_APBE(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- REPPICH_MEAN_RADIUS = DynamicArgument('Precipitate radius repp')¶
Precipitate mean radius [m].
Used in the Reppich model (Ni-base) for precipitation strengthening.
This argument is used given the following argument settings:
- Default value:
1.0e-8 [m]
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.REPPICH_MEAN_RADIUS(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- REPPICH_W = DynamicArgument('w factor')¶
Parameter reflecting elastic repulsion between strongly coupled dislocations.
Used in the Reppich model (Ni-base) for precipitation strengthening.
This argument is used given the following argument settings:
- Default value:
0.2919
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.REPPICH_W(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- SEIDMAN_ALPHA = DynamicArgument('seidman alpha')¶
Prefactor used to evaluate the strengthening contribution from coherency stress.
Used in the Seidman model (Al-base) for precipitation strengthening.
This argument is used given the following argument settings:
- Default value:
2.6
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.SEIDMAN_ALPHA(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- SEIDMAN_APBE = DynamicArgument('Anti_phase boundary energy Seidman')¶
Energy cost for creating anti-phase boundaries.
Used in the Seidman model (Al-base) for precipitation strengthening.
This argument is used given the following argument settings:
- Default value:
0.46 [J/m^2]
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.SEIDMAN_APBE(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- SEIDMAN_M = DynamicArgument('prefactor 'm'')¶
Exponent used to evaluate the strengthening contribution from shear modulus mismatch.
Used in the Seidman model (Al-base) for precipitation strengthening.
This argument is used given the following argument settings:
- Default value:
0.85
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.SEIDMAN_M(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- SEIDMAN_MEAN_RADIUS = DynamicArgument('Precipitate radius seid')¶
Precipitate mean radius [m].
Used in the Seidman model (Al-base) for precipitation strengthening.
This argument is used given the following argument settings:
- Default value:
1.0e-8 [m]
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.SEIDMAN_MEAN_RADIUS(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- SHEAR_MODULUS = 'Shear modulus'¶
Shear modulus of the matrix phase in [Pa].
This argument is used given the following argument settings:
YieldStrength_Arguments.INCLUDE_PRECIPITATION_STRENGTHENINGis set toTrue.YieldStrength_Arguments.USE_ADDITIONAL_PRECIPITATION_PARAMETERSis set toTrue.
- Default value:
none
- SIMPLIFIED_CRITICAL_RADIUS = DynamicArgument('Critical radius simplified model')¶
Critical radius of precipitate phase.
Used in the Simplified model (general) for precipitation strengthening.
This argument is used given the following argument settings:
- Default value:
3.547e-9 [m]
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.SIMPLIFIED_CRITICAL_RADIUS(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- SIMPLIFIED_MEAN_RADIUS = DynamicArgument('Precipitate radius simp')¶
Precipitate mean radius [m].
Used in the Simplified model (general) for precipitation strengthening.
This argument is used given the following argument settings:
- Default value:
1.0e-8 [m]
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.SIMPLIFIED_MEAN_RADIUS(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)().
- SIMPLIFIED_SHEARING_PREFACTOR = DynamicArgument('prefactor simplified model')¶
Shearing prefactor of precipitate phase.
Used in the Simplified model (general) for precipitation strengthening.
This argument is used given the following argument settings:
- Default value:
7.59e-6
Note
This is a dynamic argument and must be called with an index (e.g.,
YieldStrength.Arguments.SIMPLIFIED_SHEARING_PREFACTOR(0)). Index values start at ‘0’ for the first entry. To specify subsequent index values, you must first callPropertyModelCalculation.invoke_dynamic_argument(argument_id=<this_dynamic_argument>)()
- TAYLOR_FACTOR = 'Taylor factor'¶
Taylor factor which accounts for texture in the material.
Normally, this factor is between 2.24 and 3.06 for random orientations.
This argument is used given the following argument settings:
YieldStrength_Arguments.INCLUDE_PRECIPITATION_STRENGTHENINGis set toTrue.YieldStrength_Arguments.USE_ADDITIONAL_PRECIPITATION_PARAMETERSis set toTrue.
- Default value:
none
- USER_DEFINED_HALL_PETCH_COEFFICIENT = 'User_Hall_Petch_selection'¶
Option to use a user-specified coefficient in the Hall-Petch relationship.
This argument is used given the following argument settings:
- Argument options:
True,False- Default value:
False
- USE_ADDITIONAL_PRECIPITATION_PARAMETERS = 'Use user input for b, G and M'¶
-Option to set user-defined values for Taylor factor, Shear modulus, and Burgers vector.
- Argument options:
True,False- Default value:
False
- USE_CONSTANT_STRENGTH = 'Use constant strength contribution'¶
Option to enable a constant strength addition in advanced calculation mode.
This argument is used when
YieldStrength_Arguments.MODEis set toYieldStrength_ArgumentOptions_MODE.ADVANCED
- Argument Options:
True,False- Default value:
False
- USE_CONSTANT_STRENGTH_SIMPLIFIED_MODE = 'use_constant_strength_contribution_simplified_mode'¶
Option to enable a constant strength addition in simplified calculation mode.
This argument is used when
YieldStrength_Arguments.MODEis set toYieldStrength_ArgumentOptions_MODE.SIMPLIFIED
- Argument Options:
True,False- Default value:
False
- USE_EXPLICIT_MATRIX = 'use_explicit_matrix'¶
Option to specify a matrix phase explicitly.
If “False”, the matrix phase will be selected automatically by the property model.
This argument is used if
YieldStrength_Arguments.MODEis set toYieldStrength_ArgumentOptions_MODE.ADVANCED
- Argument options:
True,False- Default value:
False
- class tc_python.property_model_definitions.yield_strength.YieldStrength_Results¶
Bases:
ArgumentBaseValid entries for Yield Strength property model results.
- AMOUNT_OF_PHASES = 'Amount of phase'¶
Amount of phases.
- CONSTANT_HARDNESS_ADDITION = 'Constant hardness addition'¶
Constant hardness addition.
- CONSTANT_STRENGTH_ADDITION = 'Constant strength addition'¶
Constant strength addition.
- GRAIN_BOUNDARY_HARDENING = 'Grain boundary hardening'¶
Grain boundary hardening.
- GRAIN_BOUNDARY_STRENGTHENING = 'Grain boundary strengthening'¶
Grain boundary strengthening.
- INTRINSIC_HARDNESS = 'Intrinsic hardness'¶
Intrinsic hardness.
- INTRINSIC_STRENGTH = 'Intrinsic strength'¶
Intrinsic strength.
- PRECIPITATION_HARDENING_PER_PHASE = 'Precipitation hardening per phase'¶
Precipitation hardening per phase.
- PRECIPITATION_STRENGTHENING_PER_PHASE = 'Precipitation strengthening per phase'¶
Precipitation strengthening per phase.
- SOLID_SOLUTION_HARDENING_BCC = 'Solid solution hardening BCC'¶
Solid solution hardening in BCC.
- SOLID_SOLUTION_HARDENING_FCC = 'Solid solution hardening FCC'¶
Solid solution hardening in FCC.
- SOLID_SOLUTION_HARDENING_HCP = 'Solid solution hardening HCP'¶
Solid solution hardening in HCP.
- SOLID_SOLUTION_STRENGTHENING_BCC = 'Solid solution strengthening BCC'¶
Solid solution strengthening in BCC.
- SOLID_SOLUTION_STRENGTHENING_FCC = 'Solid solution strengthening FCC'¶
Solid solution strengthening in FCC.
- SOLID_SOLUTION_STRENGTHENING_HCP = 'Solid solution strengthening HCP'¶
Solid solution strengthening in HCP.
- TOTAL_HARDNESS = 'Total Hardness'¶
Total hardness.
- TOTAL_PRECIPITATION_HARDENING = 'Total precipitation hardening'¶
Total precipitation hardening.
- TOTAL_PRECIPITATION_STRENGTHENING = 'Total precipitation strengthening'¶
Total precipitation strengthening.
- TOTAL_SOLID_SOLUTION_HARDENING = 'Solid solution hardening'¶
Total solid solution hardening.
- TOTAL_SOLID_SOLUTION_STRENGTHENING = 'Solid solution strengthening'¶
Total solid solution strengthening.
- TOTAL_YIELD_STRENGTH = 'Total yield strength'¶
Total yield strength.
- VOLUME_FRACTION_PRECIPITATE = 'Volume fraction precipitate per phase'¶
Volume fraction of precipitate.