TC-Python API reference documentation¶
- Installation Guide
- What type of installation should I choose?
- Using the Python-interpreter bundled to Thermo-Calc
- Installing TC-Python into the Python-interpreter of your choice
- Optional packages
- Updating to a newer version
- Configuring License
- Setting Environment Variables
- Architecture overview
- TCPython
- SystemBuilder and System
- Calculation
- Single equilibrium calculations
- Batch equilibrium calculations
- Precipitation calculations
- Scheil calculations
- Property diagram calculations
- Phase diagram calculations
- Diffusion calculations
- Property Model calculations
- Material to Material calculations
- Process Metallurgy calculations
- Additive Manufacturing calculations
- Result
- Property Model Framework
- Best Practices
- Re-use of the single equilibrium calculation state
- Re-use and saving of results
- All TC-Python objects are non-copyable
- Python Virtual Environments
- Using with TCPython() efficiently
- Parallel calculations
- Handling crashes of the calculation engine
- Using TC-Python within a Jupyter Notebook or the Python console
- Property Model Framework
- Process Metallurgy Calculations
- API Reference
- Calculations
- Module “single_equilibrium”
AbstractSingleEquilibriumCalculationAbstractSingleEquilibriumCalculation.disable_global_minimization()AbstractSingleEquilibriumCalculation.enable_global_minimization()AbstractSingleEquilibriumCalculation.get_components()AbstractSingleEquilibriumCalculation.get_gibbs_energy_addition_for()AbstractSingleEquilibriumCalculation.get_system_data()AbstractSingleEquilibriumCalculation.run_poly_command()AbstractSingleEquilibriumCalculation.set_component_to_entered()AbstractSingleEquilibriumCalculation.set_component_to_suspended()AbstractSingleEquilibriumCalculation.set_gibbs_energy_addition_for()AbstractSingleEquilibriumCalculation.set_phase_to_dormant()AbstractSingleEquilibriumCalculation.set_phase_to_entered()AbstractSingleEquilibriumCalculation.set_phase_to_fixed()AbstractSingleEquilibriumCalculation.set_phase_to_suspended()AbstractSingleEquilibriumCalculation.with_options()AbstractSingleEquilibriumCalculation.with_reference_state()AbstractSingleEquilibriumCalculation.with_system_modifications()
SingleEquilibriumCalculationSingleEquilibriumCalculation.bookmark_state()SingleEquilibriumCalculation.calculate()SingleEquilibriumCalculation.calculate_with_state()SingleEquilibriumCalculation.disable_global_minimization()SingleEquilibriumCalculation.enable_global_minimization()SingleEquilibriumCalculation.get_components()SingleEquilibriumCalculation.get_gibbs_energy_addition_for()SingleEquilibriumCalculation.get_interfacial_energy()SingleEquilibriumCalculation.get_system_data()SingleEquilibriumCalculation.remove_all_conditions()SingleEquilibriumCalculation.remove_condition()SingleEquilibriumCalculation.run_poly_command()SingleEquilibriumCalculation.set_component_to_entered()SingleEquilibriumCalculation.set_component_to_suspended()SingleEquilibriumCalculation.set_condition()SingleEquilibriumCalculation.set_gibbs_energy_addition_for()SingleEquilibriumCalculation.set_phase_to_dormant()SingleEquilibriumCalculation.set_phase_to_entered()SingleEquilibriumCalculation.set_phase_to_fixed()SingleEquilibriumCalculation.set_phase_to_suspended()SingleEquilibriumCalculation.set_state_to_bookmark()SingleEquilibriumCalculation.with_options()SingleEquilibriumCalculation.with_reference_state()SingleEquilibriumCalculation.with_system_modifications()
SingleEquilibriumOptionsSingleEquilibriumOptions.disable_approximate_driving_force_for_metastable_phases()SingleEquilibriumOptions.disable_control_step_size_during_minimization()SingleEquilibriumOptions.disable_force_positive_definite_phase_hessian()SingleEquilibriumOptions.enable_approximate_driving_force_for_metastable_phases()SingleEquilibriumOptions.enable_control_step_size_during_minimization()SingleEquilibriumOptions.enable_force_positive_definite_phase_hessian()SingleEquilibriumOptions.set_global_minimization_max_grid_points()SingleEquilibriumOptions.set_max_no_of_iterations()SingleEquilibriumOptions.set_required_accuracy()SingleEquilibriumOptions.set_smallest_fraction()
SingleEquilibriumResultSingleEquilibriumResult.change_pressure()SingleEquilibriumResult.change_temperature()SingleEquilibriumResult.get_components()SingleEquilibriumResult.get_conditions()SingleEquilibriumResult.get_phases()SingleEquilibriumResult.get_stable_phases()SingleEquilibriumResult.get_value_of()SingleEquilibriumResult.run_poly_command()SingleEquilibriumResult.save_to_disk()
SingleEquilibriumTempResultSingleEquilibriumTempResult.change_pressure()SingleEquilibriumTempResult.change_temperature()SingleEquilibriumTempResult.get_components()SingleEquilibriumTempResult.get_conditions()SingleEquilibriumTempResult.get_phases()SingleEquilibriumTempResult.get_stable_phases()SingleEquilibriumTempResult.get_value_of()SingleEquilibriumTempResult.run_poly_command()
- Module “batch_equilibrium”
BatchEquilibriumCalculationBatchEquilibriumCalculation.calculate()BatchEquilibriumCalculation.disable_global_minimization()BatchEquilibriumCalculation.enable_global_minimization()BatchEquilibriumCalculation.get_components()BatchEquilibriumCalculation.get_gibbs_energy_addition_for()BatchEquilibriumCalculation.get_system_data()BatchEquilibriumCalculation.remove_all_conditions()BatchEquilibriumCalculation.remove_condition()BatchEquilibriumCalculation.run_poly_command()BatchEquilibriumCalculation.set_component_to_entered()BatchEquilibriumCalculation.set_component_to_suspended()BatchEquilibriumCalculation.set_condition()BatchEquilibriumCalculation.set_conditions_for_equilibria()BatchEquilibriumCalculation.set_gibbs_energy_addition_for()BatchEquilibriumCalculation.set_phase_to_dormant()BatchEquilibriumCalculation.set_phase_to_entered()BatchEquilibriumCalculation.set_phase_to_fixed()BatchEquilibriumCalculation.set_phase_to_suspended()BatchEquilibriumCalculation.with_options()BatchEquilibriumCalculation.with_reference_state()BatchEquilibriumCalculation.with_system_modifications()
BatchEquilibriumResult
- Module “precipitation”
FixedGrainSizeGrainGrowthGrainGrowthModelGrainSizeDistributionGrowthRateModelInputEnergyOptionMatrixPhaseMatrixPhase.add_precipitate_phase()MatrixPhase.set_dislocation_density()MatrixPhase.set_mobility_adjustment()MatrixPhase.set_molar_volume()MatrixPhase.with_elastic_properties_cubic()MatrixPhase.with_elastic_properties_disregard()MatrixPhase.with_elastic_properties_isotropic()MatrixPhase.with_grain_growth_model()
NumericalParametersNumericalParameters.disable_interpolation_scheme()NumericalParameters.set_fraction_of_free_memory_to_use()NumericalParameters.set_max_overall_volume_change()NumericalParameters.set_max_radius_points_per_magnitude()NumericalParameters.set_max_rel_change_critical_radius()NumericalParameters.set_max_rel_change_nucleation_rate_log()NumericalParameters.set_max_rel_radius_change()NumericalParameters.set_max_rel_solute_composition_change()NumericalParameters.set_max_time_step()NumericalParameters.set_max_time_step_during_heating()NumericalParameters.set_max_volume_fraction_dissolve_time_step()NumericalParameters.set_memory_to_use()NumericalParameters.set_min_radius_nucleus_as_particle()NumericalParameters.set_min_radius_points_per_magnitude()NumericalParameters.set_pre_processing_option()NumericalParameters.set_radius_points_per_magnitude()NumericalParameters.set_rel_radius_change_class_collision()NumericalParameters.with_linear_interpolation_scheme()NumericalParameters.with_logarithmic_interpolation_scheme()
ParticleSizeDistributionPreProcessingOptionPrecipitateElasticPropertiesPrecipitateMorphologyPrecipitatePhasePrecipitatePhase.disable_calculate_aspect_ratio_from_elastic_energy()PrecipitatePhase.disable_driving_force_approximation()PrecipitatePhase.enable_calculate_aspect_ratio_from_elastic_energy()PrecipitatePhase.enable_driving_force_approximation()PrecipitatePhase.set_alias()PrecipitatePhase.set_aspect_ratio_value()PrecipitatePhase.set_energy_addition()PrecipitatePhase.set_gibbs_energy_addition()PrecipitatePhase.set_interfacial_energy()PrecipitatePhase.set_interfacial_energy_estimation_prefactor()PrecipitatePhase.set_molar_volume()PrecipitatePhase.set_nucleation_at_dislocations()PrecipitatePhase.set_nucleation_at_grain_boundaries()PrecipitatePhase.set_nucleation_at_grain_corners()PrecipitatePhase.set_nucleation_at_grain_edges()PrecipitatePhase.set_nucleation_in_bulk()PrecipitatePhase.set_nucleation_upon_precipitates()PrecipitatePhase.set_phase_boundary_mobility()PrecipitatePhase.set_precipitate_morphology()PrecipitatePhase.set_trans_interface_mobility_adjustment()PrecipitatePhase.set_transformation_strain_calculation_option()PrecipitatePhase.set_zener_pinning_parameters()PrecipitatePhase.with_elastic_properties()PrecipitatePhase.with_growth_rate_model()PrecipitatePhase.with_particle_size_distribution()
PrecipitationCCTCalculationPrecipitationCCTCalculation.calculate()PrecipitationCCTCalculation.get_system_data()PrecipitationCCTCalculation.set_composition()PrecipitationCCTCalculation.set_composition_unit()PrecipitationCCTCalculation.set_cooling_rates()PrecipitationCCTCalculation.set_max_temperature()PrecipitationCCTCalculation.set_min_temperature()PrecipitationCCTCalculation.stop_at_volume_fraction_of_phase()PrecipitationCCTCalculation.with_matrix_phase()PrecipitationCCTCalculation.with_numerical_parameters()PrecipitationCCTCalculation.with_system_modifications()
PrecipitationCalculationResultPrecipitationCalculationSingleResultPrecipitationCalculationSingleResult.get_aspect_ratio_distribution_for_particle_length_of()PrecipitationCalculationSingleResult.get_aspect_ratio_distribution_for_radius_of()PrecipitationCalculationSingleResult.get_conventional_mean_radius_of()PrecipitationCalculationSingleResult.get_critical_radius_of()PrecipitationCalculationSingleResult.get_cubic_factor_distribution_for_particle_length_of()PrecipitationCalculationSingleResult.get_cubic_factor_distribution_for_radius_of()PrecipitationCalculationSingleResult.get_driving_force_of()PrecipitationCalculationSingleResult.get_grain_conventional_mean_radius()PrecipitationCalculationSingleResult.get_grain_critical_radius()PrecipitationCalculationSingleResult.get_grain_mean_radius()PrecipitationCalculationSingleResult.get_grain_number_density()PrecipitationCalculationSingleResult.get_grain_number_density_distribution_for_length()PrecipitationCalculationSingleResult.get_grain_number_density_distribution_for_radius()PrecipitationCalculationSingleResult.get_grain_size_distribution()PrecipitationCalculationSingleResult.get_matrix_composition_in_mole_fraction_of()PrecipitationCalculationSingleResult.get_matrix_composition_in_weight_fraction_of()PrecipitationCalculationSingleResult.get_mean_aspect_ratio_of()PrecipitationCalculationSingleResult.get_mean_cubic_factor_of()PrecipitationCalculationSingleResult.get_mean_particle_length_of()PrecipitationCalculationSingleResult.get_mean_radius_2d_of()PrecipitationCalculationSingleResult.get_mean_radius_of()PrecipitationCalculationSingleResult.get_normalized_grain_size_distribution()PrecipitationCalculationSingleResult.get_normalized_number_density_distribution_2d_of()PrecipitationCalculationSingleResult.get_normalized_number_density_distribution_of()PrecipitationCalculationSingleResult.get_nucleation_rate_of()PrecipitationCalculationSingleResult.get_number_density_distribution_2d_for_particle_length_of()PrecipitationCalculationSingleResult.get_number_density_distribution_2d_for_radius_of()PrecipitationCalculationSingleResult.get_number_density_distribution_for_particle_length_of()PrecipitationCalculationSingleResult.get_number_density_distribution_for_radius_of()PrecipitationCalculationSingleResult.get_number_density_of()PrecipitationCalculationSingleResult.get_precipitate_composition_in_mole_fraction_of()PrecipitationCalculationSingleResult.get_precipitate_composition_in_weight_fraction_of()PrecipitationCalculationSingleResult.get_size_distribution_2d_for_particle_length_of()PrecipitationCalculationSingleResult.get_size_distribution_2d_for_radius_of()PrecipitationCalculationSingleResult.get_size_distribution_for_particle_length_of()PrecipitationCalculationSingleResult.get_size_distribution_for_radius_of()PrecipitationCalculationSingleResult.get_split_conventional_mean_radius_of()PrecipitationCalculationSingleResult.get_split_mean_radius_of()PrecipitationCalculationSingleResult.get_split_number_density_of()PrecipitationCalculationSingleResult.get_split_size_distribution_for_radius_of()PrecipitationCalculationSingleResult.get_split_volume_or_area_fraction_of()PrecipitationCalculationSingleResult.get_volume_fraction_of()
PrecipitationCalculationTTTorCCTResultPrecipitationIsoThermalCalculationPrecipitationIsoThermalCalculation.calculate()PrecipitationIsoThermalCalculation.get_system_data()PrecipitationIsoThermalCalculation.set_composition()PrecipitationIsoThermalCalculation.set_composition_unit()PrecipitationIsoThermalCalculation.set_simulation_time()PrecipitationIsoThermalCalculation.set_temperature()PrecipitationIsoThermalCalculation.with_matrix_phase()PrecipitationIsoThermalCalculation.with_numerical_parameters()PrecipitationIsoThermalCalculation.with_save_parameters()PrecipitationIsoThermalCalculation.with_system_modifications()
PrecipitationNonIsoThermalCalculationPrecipitationNonIsoThermalCalculation.calculate()PrecipitationNonIsoThermalCalculation.get_system_data()PrecipitationNonIsoThermalCalculation.set_composition()PrecipitationNonIsoThermalCalculation.set_composition_unit()PrecipitationNonIsoThermalCalculation.set_simulation_time()PrecipitationNonIsoThermalCalculation.with_matrix_phase()PrecipitationNonIsoThermalCalculation.with_numerical_parameters()PrecipitationNonIsoThermalCalculation.with_save_parameters()PrecipitationNonIsoThermalCalculation.with_system_modifications()PrecipitationNonIsoThermalCalculation.with_temperature_profile()
PrecipitationTTTCalculationPrecipitationTTTCalculation.calculate()PrecipitationTTTCalculation.get_system_data()PrecipitationTTTCalculation.set_composition()PrecipitationTTTCalculation.set_composition_unit()PrecipitationTTTCalculation.set_max_annealing_time()PrecipitationTTTCalculation.set_max_temperature()PrecipitationTTTCalculation.set_min_temperature()PrecipitationTTTCalculation.set_temperature_step()PrecipitationTTTCalculation.stop_at_percent_of_equilibrium_fraction()PrecipitationTTTCalculation.stop_at_volume_fraction_of_phase()PrecipitationTTTCalculation.with_matrix_phase()PrecipitationTTTCalculation.with_numerical_parameters()PrecipitationTTTCalculation.with_system_modifications()
SaveOptionSaveParametersTransformationStrainCalculationOptionVolumeFractionOfPhaseType
- Module “scheil”
CalculateSecondaryDendriteArmSpacingCalculateSecondaryDendriteArmSpacing.disable_delta_ferrite_to_austenite_transition()CalculateSecondaryDendriteArmSpacing.enable_delta_ferrite_to_austenite_transition()CalculateSecondaryDendriteArmSpacing.set_c()CalculateSecondaryDendriteArmSpacing.set_cooling_rate()CalculateSecondaryDendriteArmSpacing.set_fast_diffusing_elements()CalculateSecondaryDendriteArmSpacing.set_n()CalculateSecondaryDendriteArmSpacing.set_primary_phasename()
ConstantSecondaryDendriteArmSpacingConstantSecondaryDendriteArmSpacing.disable_delta_ferrite_to_austenite_transition()ConstantSecondaryDendriteArmSpacing.enable_delta_ferrite_to_austenite_transition()ConstantSecondaryDendriteArmSpacing.set_cooling_rate()ConstantSecondaryDendriteArmSpacing.set_fast_diffusing_elements()ConstantSecondaryDendriteArmSpacing.set_primary_phasename()
InterfaceDrivingForceModelScheilBackDiffusionScheilCalculationScheilCalculation.calculate()ScheilCalculation.disable_global_minimization()ScheilCalculation.enable_global_minimization()ScheilCalculation.get_system_data()ScheilCalculation.set_composition()ScheilCalculation.set_composition_unit()ScheilCalculation.set_start_temperature()ScheilCalculation.with_calculation_type()ScheilCalculation.with_options()ScheilCalculation.with_system_modifications()
ScheilCalculationResultScheilCalculationResult.get_solid_phase_with_largest_mole_fraction()ScheilCalculationResult.get_stable_phases()ScheilCalculationResult.get_values_grouped_by_quantity_of()ScheilCalculationResult.get_values_grouped_by_stable_phases_of()ScheilCalculationResult.get_values_of()ScheilCalculationResult.save_to_disk()
ScheilCalculationTypeScheilClassicScheilOptionsScheilOptions.calculate_from_gas()ScheilOptions.calculate_from_liquidus()ScheilOptions.calculate_from_start_temperature()ScheilOptions.calculate_to_end_of_scheil()ScheilOptions.calculate_to_temperature_below_solidus()ScheilOptions.disable_approximate_driving_force_for_metastable_phases()ScheilOptions.disable_control_step_size_during_minimization()ScheilOptions.disable_equilibrium_solidification_calculation()ScheilOptions.disable_evaporation_property_calculation()ScheilOptions.disable_force_positive_definite_phase_hessian()ScheilOptions.enable_approximate_driving_force_for_metastable_phases()ScheilOptions.enable_control_step_size_during_minimization()ScheilOptions.enable_equilibrium_solidification_calculation()ScheilOptions.enable_evaporation_property_calculation()ScheilOptions.enable_force_positive_definite_phase_hessian()ScheilOptions.set_gas_phase()ScheilOptions.set_global_minimization_max_grid_points()ScheilOptions.set_global_minimization_test_interval()ScheilOptions.set_liquid_phase()ScheilOptions.set_max_no_of_iterations()ScheilOptions.set_required_accuracy()ScheilOptions.set_smallest_fraction()ScheilOptions.set_temperature_step()ScheilOptions.terminate_on_fraction_of_liquid_phase()ScheilOptions.terminate_on_temperature()
ScheilSoluteTrappingScheilSoluteTrapping.set_angle()ScheilSoluteTrapping.set_interface_driving_force_model()ScheilSoluteTrapping.set_maximum_velocity_for_infinite_driving_force()ScheilSoluteTrapping.set_primary_phasename()ScheilSoluteTrapping.set_scanning_speed()ScheilSoluteTrapping.set_solute_trapping_model()ScheilSoluteTrapping.set_trans_interface_diffusivity_for()ScheilSoluteTrapping.set_trans_interface_diffusivity_for_all_elements()
SoluteTrappingModel
- Module “step_or_map_diagrams”
AbstractAxisTypeAbstractPhaseDiagramCalculationAbstractPhaseDiagramCalculation.add_initial_equilibrium()AbstractPhaseDiagramCalculation.calculate()AbstractPhaseDiagramCalculation.disable_global_minimization()AbstractPhaseDiagramCalculation.dont_keep_default_equilibria()AbstractPhaseDiagramCalculation.enable_global_minimization()AbstractPhaseDiagramCalculation.get_components()AbstractPhaseDiagramCalculation.get_gibbs_energy_addition_for()AbstractPhaseDiagramCalculation.get_system_data()AbstractPhaseDiagramCalculation.keep_default_equilibria()AbstractPhaseDiagramCalculation.remove_all_initial_equilibria()AbstractPhaseDiagramCalculation.run_poly_command()AbstractPhaseDiagramCalculation.set_gibbs_energy_addition_for()AbstractPhaseDiagramCalculation.set_phase_to_dormant()AbstractPhaseDiagramCalculation.set_phase_to_entered()AbstractPhaseDiagramCalculation.set_phase_to_fixed()AbstractPhaseDiagramCalculation.set_phase_to_suspended()AbstractPhaseDiagramCalculation.with_options()AbstractPhaseDiagramCalculation.with_reference_state()AbstractPhaseDiagramCalculation.with_system_modifications()
AbstractPropertyDiagramCalculationAbstractPropertyDiagramCalculation.calculate()AbstractPropertyDiagramCalculation.disable_global_minimization()AbstractPropertyDiagramCalculation.disable_step_separate_phases()AbstractPropertyDiagramCalculation.enable_global_minimization()AbstractPropertyDiagramCalculation.enable_step_separate_phases()AbstractPropertyDiagramCalculation.get_components()AbstractPropertyDiagramCalculation.get_gibbs_energy_addition_for()AbstractPropertyDiagramCalculation.get_system_data()AbstractPropertyDiagramCalculation.run_poly_command()AbstractPropertyDiagramCalculation.set_gibbs_energy_addition_for()AbstractPropertyDiagramCalculation.set_phase_to_dormant()AbstractPropertyDiagramCalculation.set_phase_to_entered()AbstractPropertyDiagramCalculation.set_phase_to_fixed()AbstractPropertyDiagramCalculation.set_phase_to_suspended()AbstractPropertyDiagramCalculation.with_options()AbstractPropertyDiagramCalculation.with_reference_state()AbstractPropertyDiagramCalculation.with_system_modifications()
AxisTypeCalculationAxisDirectionInitialEquilibriumLinearLogarithmicPhaseDiagramCalculationPhaseDiagramCalculation.add_initial_equilibrium()PhaseDiagramCalculation.calculate()PhaseDiagramCalculation.disable_global_minimization()PhaseDiagramCalculation.dont_keep_default_equilibria()PhaseDiagramCalculation.enable_global_minimization()PhaseDiagramCalculation.get_components()PhaseDiagramCalculation.get_gibbs_energy_addition_for()PhaseDiagramCalculation.get_system_data()PhaseDiagramCalculation.keep_default_equilibria()PhaseDiagramCalculation.remove_all_conditions()PhaseDiagramCalculation.remove_all_initial_equilibria()PhaseDiagramCalculation.remove_condition()PhaseDiagramCalculation.run_poly_command()PhaseDiagramCalculation.set_condition()PhaseDiagramCalculation.set_gibbs_energy_addition_for()PhaseDiagramCalculation.set_phase_to_dormant()PhaseDiagramCalculation.set_phase_to_entered()PhaseDiagramCalculation.set_phase_to_fixed()PhaseDiagramCalculation.set_phase_to_suspended()PhaseDiagramCalculation.with_first_axis()PhaseDiagramCalculation.with_options()PhaseDiagramCalculation.with_reference_state()PhaseDiagramCalculation.with_second_axis()PhaseDiagramCalculation.with_system_modifications()
PhaseDiagramOptionsPhaseDiagramOptions.disable_approximate_driving_force_for_metastable_phases()PhaseDiagramOptions.disable_control_step_size_during_minimization()PhaseDiagramOptions.disable_force_positive_definite_phase_hessian()PhaseDiagramOptions.dont_use_auto_start_points()PhaseDiagramOptions.dont_use_inside_mesh_points()PhaseDiagramOptions.enable_approximate_driving_force_for_metastable_phases()PhaseDiagramOptions.enable_control_step_size_during_minimization()PhaseDiagramOptions.enable_force_positive_definite_phase_hessian()PhaseDiagramOptions.set_global_minimization_max_grid_points()PhaseDiagramOptions.set_global_minimization_test_interval()PhaseDiagramOptions.set_max_no_of_iterations()PhaseDiagramOptions.set_no_of_mesh_along_axis()PhaseDiagramOptions.set_required_accuracy()PhaseDiagramOptions.set_smallest_fraction()PhaseDiagramOptions.use_auto_start_points()PhaseDiagramOptions.use_inside_mesh_points()
PhaseDiagramResultPhaseDiagramResultValuesPhaseLabelPhaseNameStylePropertyDiagramCalculationPropertyDiagramCalculation.calculate()PropertyDiagramCalculation.disable_global_minimization()PropertyDiagramCalculation.disable_step_separate_phases()PropertyDiagramCalculation.enable_global_minimization()PropertyDiagramCalculation.enable_step_separate_phases()PropertyDiagramCalculation.get_components()PropertyDiagramCalculation.get_gibbs_energy_addition_for()PropertyDiagramCalculation.get_system_data()PropertyDiagramCalculation.remove_all_conditions()PropertyDiagramCalculation.remove_condition()PropertyDiagramCalculation.run_poly_command()PropertyDiagramCalculation.set_condition()PropertyDiagramCalculation.set_gibbs_energy_addition_for()PropertyDiagramCalculation.set_phase_to_dormant()PropertyDiagramCalculation.set_phase_to_entered()PropertyDiagramCalculation.set_phase_to_fixed()PropertyDiagramCalculation.set_phase_to_suspended()PropertyDiagramCalculation.with_axis()PropertyDiagramCalculation.with_options()PropertyDiagramCalculation.with_reference_state()PropertyDiagramCalculation.with_system_modifications()
PropertyDiagramOptionsPropertyDiagramOptions.disable_approximate_driving_force_for_metastable_phases()PropertyDiagramOptions.disable_control_step_size_during_minimization()PropertyDiagramOptions.disable_force_positive_definite_phase_hessian()PropertyDiagramOptions.enable_approximate_driving_force_for_metastable_phases()PropertyDiagramOptions.enable_control_step_size_during_minimization()PropertyDiagramOptions.enable_force_positive_definite_phase_hessian()PropertyDiagramOptions.set_global_minimization_max_grid_points()PropertyDiagramOptions.set_global_minimization_test_interval()PropertyDiagramOptions.set_max_no_of_iterations()PropertyDiagramOptions.set_required_accuracy()PropertyDiagramOptions.set_smallest_fraction()
PropertyDiagramResult
- Module “diffusion”
AbstractBoundaryConditionAbstractCalculatedGridAbstractElementProfileAbstractGridAbstractSolverActivityFluxFunctionAutomaticGridAutomaticGridTypeAutomaticSolverBoundaryConditionCalculatedGridClassicSolverClosedSystemCompositionProfileConstantProfileContinuedDiffusionCalculationContinuedDiffusionCalculation.calculate()ContinuedDiffusionCalculation.set_simulation_time()ContinuedDiffusionCalculation.with_left_boundary_condition()ContinuedDiffusionCalculation.with_options()ContinuedDiffusionCalculation.with_right_boundary_condition()ContinuedDiffusionCalculation.with_solver()ContinuedDiffusionCalculation.with_timestep_control()
DiffusionCalculationResultDiffusionCalculationResult.get_mass_fraction_at_lower_interface()DiffusionCalculationResult.get_mass_fraction_at_upper_interface()DiffusionCalculationResult.get_mass_fraction_of_component_at_time()DiffusionCalculationResult.get_mass_fraction_of_phase_at_time()DiffusionCalculationResult.get_mole_fraction_at_lower_interface()DiffusionCalculationResult.get_mole_fraction_at_upper_interface()DiffusionCalculationResult.get_mole_fraction_of_component_at_time()DiffusionCalculationResult.get_mole_fraction_of_phase_at_time()DiffusionCalculationResult.get_position_of_lower_boundary_of_region()DiffusionCalculationResult.get_position_of_upper_boundary_of_region()DiffusionCalculationResult.get_regions()DiffusionCalculationResult.get_time_steps()DiffusionCalculationResult.get_total_mass_fraction_of_component()DiffusionCalculationResult.get_total_mass_fraction_of_component_in_phase()DiffusionCalculationResult.get_total_mass_fraction_of_phase()DiffusionCalculationResult.get_total_mole_fraction_of_component()DiffusionCalculationResult.get_total_mole_fraction_of_component_in_phase()DiffusionCalculationResult.get_total_mole_fraction_of_phase()DiffusionCalculationResult.get_total_volume_fraction_of_phase()DiffusionCalculationResult.get_values_of()DiffusionCalculationResult.get_velocity_of_lower_boundary_of_region()DiffusionCalculationResult.get_velocity_of_upper_boundary_of_region()DiffusionCalculationResult.get_width_of_region()DiffusionCalculationResult.save_to_disk()DiffusionCalculationResult.with_continued_calculation()
DiffusionIsoThermalCalculationDiffusionIsoThermalCalculation.add_console_command()DiffusionIsoThermalCalculation.add_region()DiffusionIsoThermalCalculation.calculate()DiffusionIsoThermalCalculation.get_system_data()DiffusionIsoThermalCalculation.remove_all_console_commands()DiffusionIsoThermalCalculation.remove_all_regions()DiffusionIsoThermalCalculation.set_simulation_time()DiffusionIsoThermalCalculation.set_temperature()DiffusionIsoThermalCalculation.with_cylindrical_geometry()DiffusionIsoThermalCalculation.with_left_boundary_condition()DiffusionIsoThermalCalculation.with_options()DiffusionIsoThermalCalculation.with_planar_geometry()DiffusionIsoThermalCalculation.with_reference_state()DiffusionIsoThermalCalculation.with_right_boundary_condition()DiffusionIsoThermalCalculation.with_solver()DiffusionIsoThermalCalculation.with_spherical_geometry()DiffusionIsoThermalCalculation.with_system_modifications()DiffusionIsoThermalCalculation.with_timestep_control()
DiffusionNonIsoThermalCalculationDiffusionNonIsoThermalCalculation.add_console_command()DiffusionNonIsoThermalCalculation.add_region()DiffusionNonIsoThermalCalculation.calculate()DiffusionNonIsoThermalCalculation.get_system_data()DiffusionNonIsoThermalCalculation.remove_all_console_commands()DiffusionNonIsoThermalCalculation.remove_all_regions()DiffusionNonIsoThermalCalculation.set_simulation_time()DiffusionNonIsoThermalCalculation.with_cylindrical_geometry()DiffusionNonIsoThermalCalculation.with_left_boundary_condition()DiffusionNonIsoThermalCalculation.with_options()DiffusionNonIsoThermalCalculation.with_planar_geometry()DiffusionNonIsoThermalCalculation.with_reference_state()DiffusionNonIsoThermalCalculation.with_right_boundary_condition()DiffusionNonIsoThermalCalculation.with_solver()DiffusionNonIsoThermalCalculation.with_spherical_geometry()DiffusionNonIsoThermalCalculation.with_system_modifications()DiffusionNonIsoThermalCalculation.with_temperature_profile()DiffusionNonIsoThermalCalculation.with_timestep_control()
DoubleGeometricGridDoubleGeometricGrid.get_lower_geometrical_factor()DoubleGeometricGrid.get_no_of_points()DoubleGeometricGrid.get_type()DoubleGeometricGrid.get_upper_geometrical_factor()DoubleGeometricGrid.set_lower_geometrical_factor()DoubleGeometricGrid.set_no_of_points()DoubleGeometricGrid.set_upper_geometrical_factor()
ElementProfileFixFluxValueFixedCompositionsFunctionProfileGeneralLowerHashinShtrikmanGeneralLowerHashinShtrikmanExcludedPhaseGeneralUpperHashinShtrikmanGeneralUpperHashinShtrikmanExcludedPhaseGeometricGridGridPointHashinShtrikmanBoundMajorityHashinShtrikmanBoundMajorityExcludedPhaseHashinShtrikmanBoundPrescribedHashinShtrikmanBoundPrescribedExcludedPhaseHomogenizationFunctionHomogenizationFunctionsHomogenizationFunctions.general_lower_hashin_shtrikman()HomogenizationFunctions.general_lower_hashin_shtrikman_excluded_phase()HomogenizationFunctions.general_upper_hashin_shtrikman()HomogenizationFunctions.general_upper_hashin_shtrikman_excluded_phase()HomogenizationFunctions.hashin_shtrikman_bound_majority()HomogenizationFunctions.hashin_shtrikman_bound_majority_excluded_phase()HomogenizationFunctions.hashin_shtrikman_bound_prescribed()HomogenizationFunctions.hashin_shtrikman_bound_prescribed_excluded_phase()HomogenizationFunctions.inverse_rule_of_mixtures()HomogenizationFunctions.inverse_rule_of_mixtures_excluded_phase()HomogenizationFunctions.labyrinth_factor_f()HomogenizationFunctions.labyrinth_factor_f2()HomogenizationFunctions.rule_of_mixtures()HomogenizationFunctions.rule_of_mixtures_excluded_phase()
HomogenizationSolverHomogenizationSolver.disable_global_minimization()HomogenizationSolver.disable_interpolation_scheme()HomogenizationSolver.enable_global_minimization()HomogenizationSolver.get_type()HomogenizationSolver.set_fraction_of_free_memory_to_use()HomogenizationSolver.set_memory_to_use()HomogenizationSolver.with_function()HomogenizationSolver.with_linear_interpolation_scheme()HomogenizationSolver.with_logarithmic_interpolation_scheme()
InverseRuleOfMixturesInverseRuleOfMixturesExcludedPhaseLabyrinthFactorFLabyrinthFactorF2LinearGridLinearProfileMixedZeroFluxAndActivityOptionsOptions.disable_forced_starting_values_in_equilibrium_calculations()Options.disable_save_results_to_file()Options.enable_automatic_forced_starting_values_in_eq_calculations()Options.enable_forced_starting_values_in_equilibrium_calculations()Options.enable_save_results_to_file()Options.enable_time_integration_method_automatic()Options.enable_time_integration_method_euler_backwards()Options.enable_time_integration_method_trapezoidal()Options.set_default_driving_force_for_phases_allowed_to_form_at_interf()
PointByPointGridRegionRuleOfMixturesRuleOfMixturesExcludedPhaseSimulationTimeSolverStepProfileTimestepControlTimestepControl.disable_check_interface_position()TimestepControl.enable_automatic_check_interface_position()TimestepControl.enable_check_interface_position()TimestepControl.set_initial_time_step()TimestepControl.set_max_absolute_error()TimestepControl.set_max_relative_error()TimestepControl.set_max_timestep_allowed_as_percent_of_simulation_time()TimestepControl.set_max_timestep_increase_factor()TimestepControl.set_smallest_time_step_allowed()
Unit
- Module “propertymodel”
PropertyModelCalculationPropertyModelCalculation.ArgumentOptionsPropertyModelCalculation.ArgumentsPropertyModelCalculation.ResultsPropertyModelCalculation.calculate()PropertyModelCalculation.get_argument_default()PropertyModelCalculation.get_argument_description()PropertyModelCalculation.get_arguments()PropertyModelCalculation.get_dynamic_arguments()PropertyModelCalculation.get_model_description()PropertyModelCalculation.get_model_parameter_value()PropertyModelCalculation.get_model_parameters()PropertyModelCalculation.get_system_data()PropertyModelCalculation.invoke_dynamic_argument()PropertyModelCalculation.remove_all_conditions()PropertyModelCalculation.remove_dependent_element()PropertyModelCalculation.set_argument()PropertyModelCalculation.set_composition()PropertyModelCalculation.set_composition_unit()PropertyModelCalculation.set_condition()PropertyModelCalculation.set_dependent_element()PropertyModelCalculation.set_model_parameter()PropertyModelCalculation.set_temperature()PropertyModelCalculation.with_system_modifications()
PropertyModelResult
- Module “material_to_material”
AbstractConstantConditionAbstractMaterialToMaterialCalculationAxisConstantConditionFractionOfMaterialBAxisFractionOfMaterialBConditionMaterialToMaterialCalculationAxisMaterialToMaterialCalculationContainerMaterialToMaterialPhaseDiagramCalculationMaterialToMaterialPhaseDiagramCalculation.add_initial_equilibrium()MaterialToMaterialPhaseDiagramCalculation.calculate()MaterialToMaterialPhaseDiagramCalculation.disable_global_minimization()MaterialToMaterialPhaseDiagramCalculation.dont_keep_default_equilibria()MaterialToMaterialPhaseDiagramCalculation.enable_global_minimization()MaterialToMaterialPhaseDiagramCalculation.get_components()MaterialToMaterialPhaseDiagramCalculation.get_gibbs_energy_addition_for()MaterialToMaterialPhaseDiagramCalculation.get_system_data()MaterialToMaterialPhaseDiagramCalculation.keep_default_equilibria()MaterialToMaterialPhaseDiagramCalculation.remove_all_initial_equilibria()MaterialToMaterialPhaseDiagramCalculation.run_poly_command()MaterialToMaterialPhaseDiagramCalculation.set_activities()MaterialToMaterialPhaseDiagramCalculation.set_composition_unit()MaterialToMaterialPhaseDiagramCalculation.set_gibbs_energy_addition_for()MaterialToMaterialPhaseDiagramCalculation.set_material_a()MaterialToMaterialPhaseDiagramCalculation.set_material_b()MaterialToMaterialPhaseDiagramCalculation.set_phase_to_dormant()MaterialToMaterialPhaseDiagramCalculation.set_phase_to_entered()MaterialToMaterialPhaseDiagramCalculation.set_phase_to_fixed()MaterialToMaterialPhaseDiagramCalculation.set_phase_to_suspended()MaterialToMaterialPhaseDiagramCalculation.set_pressure()MaterialToMaterialPhaseDiagramCalculation.set_system_size()MaterialToMaterialPhaseDiagramCalculation.with_first_axis()MaterialToMaterialPhaseDiagramCalculation.with_options()MaterialToMaterialPhaseDiagramCalculation.with_reference_state()MaterialToMaterialPhaseDiagramCalculation.with_second_axis()MaterialToMaterialPhaseDiagramCalculation.with_system_modifications()
MaterialToMaterialPhaseDiagramResultMaterialToMaterialPhaseDiagramResult.add_coordinate_for_phase_label()MaterialToMaterialPhaseDiagramResult.get_values_grouped_by_quantity_of()MaterialToMaterialPhaseDiagramResult.get_values_grouped_by_stable_phases_of()MaterialToMaterialPhaseDiagramResult.remove_phase_labels()MaterialToMaterialPhaseDiagramResult.save_to_disk()MaterialToMaterialPhaseDiagramResult.set_phase_name_style()
MaterialToMaterialPropertyDiagramCalculationMaterialToMaterialPropertyDiagramCalculation.calculate()MaterialToMaterialPropertyDiagramCalculation.disable_global_minimization()MaterialToMaterialPropertyDiagramCalculation.disable_step_separate_phases()MaterialToMaterialPropertyDiagramCalculation.enable_global_minimization()MaterialToMaterialPropertyDiagramCalculation.enable_step_separate_phases()MaterialToMaterialPropertyDiagramCalculation.get_components()MaterialToMaterialPropertyDiagramCalculation.get_gibbs_energy_addition_for()MaterialToMaterialPropertyDiagramCalculation.get_system_data()MaterialToMaterialPropertyDiagramCalculation.run_poly_command()MaterialToMaterialPropertyDiagramCalculation.set_activities()MaterialToMaterialPropertyDiagramCalculation.set_composition_unit()MaterialToMaterialPropertyDiagramCalculation.set_gibbs_energy_addition_for()MaterialToMaterialPropertyDiagramCalculation.set_material_a()MaterialToMaterialPropertyDiagramCalculation.set_material_b()MaterialToMaterialPropertyDiagramCalculation.set_phase_to_dormant()MaterialToMaterialPropertyDiagramCalculation.set_phase_to_entered()MaterialToMaterialPropertyDiagramCalculation.set_phase_to_fixed()MaterialToMaterialPropertyDiagramCalculation.set_phase_to_suspended()MaterialToMaterialPropertyDiagramCalculation.set_pressure()MaterialToMaterialPropertyDiagramCalculation.set_system_size()MaterialToMaterialPropertyDiagramCalculation.with_axis()MaterialToMaterialPropertyDiagramCalculation.with_constant_condition()MaterialToMaterialPropertyDiagramCalculation.with_options()MaterialToMaterialPropertyDiagramCalculation.with_reference_state()MaterialToMaterialPropertyDiagramCalculation.with_system_modifications()
MaterialToMaterialPropertyDiagramResultMaterialToMaterialPropertyDiagramResult.get_values_grouped_by_quantity_of()MaterialToMaterialPropertyDiagramResult.get_values_grouped_by_stable_phases_of()MaterialToMaterialPropertyDiagramResult.get_values_of()MaterialToMaterialPropertyDiagramResult.save_to_disk()MaterialToMaterialPropertyDiagramResult.set_phase_name_style()
MaterialToMaterialSingleEquilibriumCalculationMaterialToMaterialSingleEquilibriumCalculation.calculate()MaterialToMaterialSingleEquilibriumCalculation.disable_global_minimization()MaterialToMaterialSingleEquilibriumCalculation.enable_global_minimization()MaterialToMaterialSingleEquilibriumCalculation.get_components()MaterialToMaterialSingleEquilibriumCalculation.get_gibbs_energy_addition_for()MaterialToMaterialSingleEquilibriumCalculation.get_system_data()MaterialToMaterialSingleEquilibriumCalculation.run_poly_command()MaterialToMaterialSingleEquilibriumCalculation.set_activities()MaterialToMaterialSingleEquilibriumCalculation.set_component_to_entered()MaterialToMaterialSingleEquilibriumCalculation.set_component_to_suspended()MaterialToMaterialSingleEquilibriumCalculation.set_composition_unit()MaterialToMaterialSingleEquilibriumCalculation.set_gibbs_energy_addition_for()MaterialToMaterialSingleEquilibriumCalculation.set_material_a()MaterialToMaterialSingleEquilibriumCalculation.set_material_b()MaterialToMaterialSingleEquilibriumCalculation.set_phase_to_dormant()MaterialToMaterialSingleEquilibriumCalculation.set_phase_to_entered()MaterialToMaterialSingleEquilibriumCalculation.set_phase_to_fixed()MaterialToMaterialSingleEquilibriumCalculation.set_phase_to_suspended()MaterialToMaterialSingleEquilibriumCalculation.set_pressure()MaterialToMaterialSingleEquilibriumCalculation.set_system_size()MaterialToMaterialSingleEquilibriumCalculation.with_first_constant_condition()MaterialToMaterialSingleEquilibriumCalculation.with_options()MaterialToMaterialSingleEquilibriumCalculation.with_reference_state()MaterialToMaterialSingleEquilibriumCalculation.with_second_constant_condition()MaterialToMaterialSingleEquilibriumCalculation.with_system_modifications()
MaterialToMaterialSingleEquilibriumResultMaterialToMaterialSingleEquilibriumResult.change_pressure()MaterialToMaterialSingleEquilibriumResult.change_temperature()MaterialToMaterialSingleEquilibriumResult.get_components()MaterialToMaterialSingleEquilibriumResult.get_conditions()MaterialToMaterialSingleEquilibriumResult.get_phases()MaterialToMaterialSingleEquilibriumResult.get_stable_phases()MaterialToMaterialSingleEquilibriumResult.get_value_of()MaterialToMaterialSingleEquilibriumResult.run_poly_command()MaterialToMaterialSingleEquilibriumResult.save_to_disk()
TemperatureAxisTemperatureCondition
- Package “process_metallurgy”
- Module “base”
- Module “equilibrium”
- Module “process”
AbstractContinuousAdditionAbstractProcessAdditionAbstractSingleTimeAdditionBulkZoneContinuousAdditionContinuousGasAdditionExhaustGasResultMassTransferCoefficientsMetalBulkZoneProcessSimulationCalculationProcessSimulationResultReactionZoneSingleTimeAdditionSingleTimeGasAdditionSlagBulkZoneTransferOfPhaseGroupZone
- Module “additive_manufacturing”
AdditiveManufacturingCalculationAdditiveManufacturingCalculation.disable_fluid_flow_marangoni()AdditiveManufacturingCalculation.disable_separate_materials()AdditiveManufacturingCalculation.enable_fluid_flow_marangoni()AdditiveManufacturingCalculation.enable_separate_materials()AdditiveManufacturingCalculation.get_configuration_as_string()AdditiveManufacturingCalculation.invalidate()AdditiveManufacturingCalculation.set_ambient_temperature()AdditiveManufacturingCalculation.set_base_plate_temperature()AdditiveManufacturingCalculation.set_gas_pressure()AdditiveManufacturingCalculation.set_height()AdditiveManufacturingCalculation.set_layer_thickness()AdditiveManufacturingCalculation.set_powder_density()AdditiveManufacturingCalculation.with_heat_source()AdditiveManufacturingCalculation.with_material_properties()AdditiveManufacturingCalculation.with_mesh()AdditiveManufacturingCalculation.with_numerical_options()AdditiveManufacturingCalculation.with_top_boundary_conditions()
AdditiveManufacturingResultAdditiveManufacturingResult.get_absorptivity_mesh()AdditiveManufacturingResult.get_data_over_line()AdditiveManufacturingResult.get_effective_absorption()AdditiveManufacturingResult.get_heat_affected_zone_depth()AdditiveManufacturingResult.get_heat_affected_zone_length()AdditiveManufacturingResult.get_heat_affected_zone_width()AdditiveManufacturingResult.get_mass_fractions()AdditiveManufacturingResult.get_meltpool_depth()AdditiveManufacturingResult.get_meltpool_length()AdditiveManufacturingResult.get_meltpool_width()AdditiveManufacturingResult.get_mole_fractions()AdditiveManufacturingResult.get_pyvista_mesh()AdditiveManufacturingResult.get_pyvista_plotter()AdditiveManufacturingResult.get_result_file_path()AdditiveManufacturingResult.get_thermal_gradient_and_melting_rate()AdditiveManufacturingResult.get_thermal_gradient_and_solidification_rate()AdditiveManufacturingResult.get_vtk_render_window()AdditiveManufacturingResult.has_absorption_distribution_on_keyhole()AdditiveManufacturingResult.has_keyhole()
AutomaticAutomaticSavingIntervalStrategyBiDirectionalScanningStrategyBiDirectionalScanningStrategy.get_type()BiDirectionalScanningStrategy.set_angle()BiDirectionalScanningStrategy.set_hatch_spacing()BiDirectionalScanningStrategy.set_lift_time()BiDirectionalScanningStrategy.set_margin()BiDirectionalScanningStrategy.set_number_of_layers()BiDirectionalScanningStrategy.set_powder_fill_time()
CalculatedCoreRingHeatSourceCalculatedGaussianEBMHeatSourceCalculatedGaussianHeatSourceCalculatedTophatHeatSourceCalibratedConicalHeatSourceCalibratedDoubleEllipsoidalHeatSourceCalibratedDoubleEllipsoidalHeatSource.get_absorptivity()CalibratedDoubleEllipsoidalHeatSource.get_af()CalibratedDoubleEllipsoidalHeatSource.get_ar()CalibratedDoubleEllipsoidalHeatSource.get_b()CalibratedDoubleEllipsoidalHeatSource.get_c()CalibratedDoubleEllipsoidalHeatSource.get_type()CalibratedDoubleEllipsoidalHeatSource.set_power()CalibratedDoubleEllipsoidalHeatSource.set_scanning_speed()
CalibratedGaussianHeatSourceCalibratedHeatSourceCoarseMeshConicalHeatSourceCoreRingHeatSourceCoreRingHeatSource.get_type()CoreRingHeatSource.set_absorptivity()CoreRingHeatSource.set_beam_radius_core()CoreRingHeatSource.set_beam_radius_ring()CoreRingHeatSource.set_core_ring_index()CoreRingHeatSource.set_power()CoreRingHeatSource.set_ring_power_percent()CoreRingHeatSource.set_ring_radius()CoreRingHeatSource.set_scanning_speed()
CoreRingIndexCustomMeshDEFAULT_CAMERADoubleEllipsoidalHeatSourceDoubleEllipsoidalHeatSource.get_type()DoubleEllipsoidalHeatSource.set_absorptivity()DoubleEllipsoidalHeatSource.set_af()DoubleEllipsoidalHeatSource.set_ar()DoubleEllipsoidalHeatSource.set_b()DoubleEllipsoidalHeatSource.set_c()DoubleEllipsoidalHeatSource.set_power()DoubleEllipsoidalHeatSource.set_scanning_speed()
EBMBeamShapingHeatSourceEvaporationFromSteadyStateResultEvaporationFromSteadyStateResult.get_2d_mass_fraction_field_and_geometry()EvaporationFromSteadyStateResult.get_2d_mole_fraction_field_and_geometry()EvaporationFromSteadyStateResult.get_composition_file_path()EvaporationFromSteadyStateResult.get_gas_element_flux_vs_temperature()EvaporationFromSteadyStateResult.get_gas_mass_fraction_history()EvaporationFromSteadyStateResult.get_gas_mole_fraction_history()EvaporationFromSteadyStateResult.get_gas_mole_fraction_profiles_vs_temperature()EvaporationFromSteadyStateResult.get_total_lack_of_fusion_porosity()EvaporationFromSteadyStateResult.get_track_mass_fraction_history()EvaporationFromSteadyStateResult.get_track_mole_fraction_history()EvaporationFromSteadyStateResult.get_widest_melt_pool_contour()
EvaporationWithSteadyStateCalculationEvaporationWithSteadyStateCalculation.calculate()EvaporationWithSteadyStateCalculation.disable_fluid_flow_marangoni()EvaporationWithSteadyStateCalculation.disable_separate_materials()EvaporationWithSteadyStateCalculation.enable_fluid_flow_marangoni()EvaporationWithSteadyStateCalculation.enable_separate_materials()EvaporationWithSteadyStateCalculation.get_scanning_path()EvaporationWithSteadyStateCalculation.get_steady_state_result()EvaporationWithSteadyStateCalculation.has_matching_previous_result()EvaporationWithSteadyStateCalculation.invalidate()EvaporationWithSteadyStateCalculation.set_ambient_temperature()EvaporationWithSteadyStateCalculation.set_base_plate_temperature()EvaporationWithSteadyStateCalculation.set_gas_pressure()EvaporationWithSteadyStateCalculation.set_height()EvaporationWithSteadyStateCalculation.set_layer_thickness()EvaporationWithSteadyStateCalculation.set_length()EvaporationWithSteadyStateCalculation.set_powder_density()EvaporationWithSteadyStateCalculation.set_width()EvaporationWithSteadyStateCalculation.with_heat_source()EvaporationWithSteadyStateCalculation.with_material_properties()EvaporationWithSteadyStateCalculation.with_mesh()EvaporationWithSteadyStateCalculation.with_numerical_options()EvaporationWithSteadyStateCalculation.with_scanning_strategy()EvaporationWithSteadyStateCalculation.with_top_boundary_conditions()
EveryNthTimeStepEveryTimeIntervalFileSavingStrategyFineMeshGaussianHeatSourceHeatSourceHeatSource.conical()HeatSource.core_ring_with_calculated_absorptivity()HeatSource.core_ring_with_constant_absorptivity()HeatSource.core_ring_with_user_defined_function_absorptivity()HeatSource.double_ellipsoidal()HeatSource.electron_beam_with_calculated_absorptivity()HeatSource.electron_beam_with_constant_absorptivity()HeatSource.from_library()HeatSource.gaussian_with_calculated_absorptivity()HeatSource.gaussian_with_constant_absorptivity()HeatSource.gaussian_with_user_defined_function_absorptivity()HeatSource.get_available_calibrated_heat_source_names()HeatSource.tophat_with_calculated_absorptivity()HeatSource.tophat_with_constant_absorptivity()HeatSource.tophat_with_user_defined_function_absorptivity()
HeatSourceTypeKeyholeModelLibraryMaterialPropertiesMaterialPropertiesMaterialProperties.delete_library()MaterialProperties.from_library()MaterialProperties.from_scheil_result()MaterialProperties.get_all_library_names()MaterialProperties.get_average_material_property_in_range()MaterialProperties.get_database()MaterialProperties.get_dependent_element()MaterialProperties.get_elements()MaterialProperties.get_evaporation_temperature()MaterialProperties.get_gas_pressure()MaterialProperties.get_interface_scattering_constant()MaterialProperties.get_liquidus_temperature()MaterialProperties.get_mass_fractions()MaterialProperties.get_mole_fractions()MaterialProperties.get_name()MaterialProperties.get_smoothed_values_for_material_property()MaterialProperties.get_smoothing_for()MaterialProperties.get_solidification_temperature()MaterialProperties.rename_as_library()MaterialProperties.save_as_library()MaterialProperties.save_library()MaterialProperties.set_gas_pressure()MaterialProperties.set_smoothing_for_all_properties()MaterialProperties.set_smoothing_for_property()
MaterialPropertyMaterialProperty.CPMaterialProperty.DENSITYMaterialProperty.DRIVING_FORCE_EVAPORATIONMaterialProperty.DYNAMIC_VISCOSITYMaterialProperty.ELECTRIC_RESISTIVITYMaterialProperty.ENTHALPY_PER_KGMaterialProperty.ENTHALPY_PER_MOLEMaterialProperty.EVAPORATION_ENTHALPYMaterialProperty.MOLAR_MASS_OF_GASMaterialProperty.MOLAR_VOLUMEMaterialProperty.SURFACE_TENSIONMaterialProperty.THERMAL_CONDUCTIVITY
MaterialTypeMediumMeshMeshNumericalOptionsNumericalOptions.disable_damping()NumericalOptions.disable_petrov_galerkin()NumericalOptions.enable_petrov_galerkin()NumericalOptions.get_options()NumericalOptions.set_damping_factor()NumericalOptions.set_number_of_cores()NumericalOptions.set_smagorinsky_constant()NumericalOptions.with_file_saving_strategy()
ProbeCoordinateScalarScanningPathScanningPath.get_end_of_scanning_time()ScanningPath.get_heat_source_position()ScanningPath.get_heat_source_position_nearby()ScanningPath.get_heat_source_position_on_path()ScanningPath.get_number_of_layers()ScanningPath.get_position_between_two_nearest_lines()ScanningPath.get_scanning_path_of_layer()ScanningPath.get_time_on_path()ScanningPath.is_heat_source_on()
ScanningStrategyScheilMaterialPropertiesSingleTrackScanningStrategySmoothingSteadyStateCalculationSteadyStateResultTopBoundaryConditionsTophatHeatSourceTransientCalculationTransientResultTransientWithSteadyStateCalculationTransientWithSteadyStateCalculation.calculate()TransientWithSteadyStateCalculation.disable_fluid_flow_marangoni()TransientWithSteadyStateCalculation.disable_separate_materials()TransientWithSteadyStateCalculation.enable_fluid_flow_marangoni()TransientWithSteadyStateCalculation.enable_separate_materials()TransientWithSteadyStateCalculation.set_ambient_temperature()TransientWithSteadyStateCalculation.set_base_plate_temperature()TransientWithSteadyStateCalculation.set_gas_pressure()TransientWithSteadyStateCalculation.set_height()TransientWithSteadyStateCalculation.set_layer_thickness()TransientWithSteadyStateCalculation.set_length()TransientWithSteadyStateCalculation.set_powder_density()TransientWithSteadyStateCalculation.set_width()TransientWithSteadyStateCalculation.with_heat_source()TransientWithSteadyStateCalculation.with_material_properties()TransientWithSteadyStateCalculation.with_mesh()TransientWithSteadyStateCalculation.with_numerical_options()TransientWithSteadyStateCalculation.with_top_boundary_conditions()
UniDirectionalScanningStrategyUniDirectionalScanningStrategy.get_type()UniDirectionalScanningStrategy.set_angle()UniDirectionalScanningStrategy.set_hatch_spacing()UniDirectionalScanningStrategy.set_lift_time()UniDirectionalScanningStrategy.set_margin()UniDirectionalScanningStrategy.set_number_of_layers()UniDirectionalScanningStrategy.set_powder_fill_time()
UseGpuModeUserDefinedCoreRingHeatSourceUserDefinedGaussianEBMHeatSourceUserDefinedGaussianHeatSourceUserDefinedTophatHeatSourceZoneshow_with_opengl_summary()
- Module “single_equilibrium”
- Module “system”
MultiDatabaseSystemBuilderMultiDatabaseSystemBuilder.create_and_select_species()MultiDatabaseSystemBuilder.deselect_constituent_on_sublattice()MultiDatabaseSystemBuilder.deselect_phase()MultiDatabaseSystemBuilder.deselect_species()MultiDatabaseSystemBuilder.get_system()MultiDatabaseSystemBuilder.select_constituent_on_sublattice()MultiDatabaseSystemBuilder.select_phase()MultiDatabaseSystemBuilder.select_species()MultiDatabaseSystemBuilder.with_new_composition_set()MultiDatabaseSystemBuilder.without_default_phases()
SystemSystem.convert_composition()System.get_all_elements_in_databases()System.get_all_phases_in_databases()System.get_all_species_in_databases()System.get_database_names()System.get_element_object()System.get_elements_in_system()System.get_phase_object()System.get_phases_in_system()System.get_references()System.get_species_in_system()System.get_species_object()System.get_system_data()System.with_batch_equilibrium_calculation()System.with_cct_precipitation_calculation()System.with_isothermal_diffusion_calculation()System.with_isothermal_precipitation_calculation()System.with_material_to_material()System.with_non_isothermal_diffusion_calculation()System.with_non_isothermal_precipitation_calculation()System.with_phase_diagram_calculation()System.with_property_diagram_calculation()System.with_property_model_calculation()System.with_scheil_calculation()System.with_single_equilibrium_calculation()System.with_ttt_precipitation_calculation()
SystemBuilderSystemBuilder.create_and_select_species()SystemBuilder.deselect_constituent_on_sublattice()SystemBuilder.deselect_phase()SystemBuilder.deselect_species()SystemBuilder.get_system()SystemBuilder.select_constituent_on_sublattice()SystemBuilder.select_database_and_elements()SystemBuilder.select_phase()SystemBuilder.select_species()SystemBuilder.select_user_database_and_elements()SystemBuilder.with_new_composition_set()SystemBuilder.without_default_phases()
- Module “entities”
- Module “server”
AdditiveManufacturingCalculationsLoggingPolicyMetallurgyCalculationsResultLoaderSetUpSetUp.disable_caching()SetUp.get_database_info()SetUp.get_database_path_on_disk()SetUp.get_databases()SetUp.get_license_manager()SetUp.get_property_models()SetUp.load_result_from_disk()SetUp.select_database_and_elements()SetUp.select_thermodynamic_and_kinetic_databases_with_elements()SetUp.select_user_database_and_elements()SetUp.set_cache_folder()SetUp.set_ges_version()SetUp.set_log_level_to_debug()SetUp.set_log_level_to_info()SetUp.with_additive_manufacturing()SetUp.with_metallurgy()
TCPythonis_java_version_25()start_api_server()start_matlab_server()stop_api_server()
- Module “quantity_factory”
DiffusionQuantityDiffusionQuantity.activity_of_component()DiffusionQuantity.chemical_diffusion_coefficient()DiffusionQuantity.chemical_potential_of_component()DiffusionQuantity.distance()DiffusionQuantity.intrinsic_diffusion_coefficient()DiffusionQuantity.l_bis()DiffusionQuantity.mass_fraction_of_a_component()DiffusionQuantity.mass_fraction_of_a_phase()DiffusionQuantity.mobility_of_component_in_phase()DiffusionQuantity.mole_fraction_of_a_component()DiffusionQuantity.mole_fraction_of_a_phase()DiffusionQuantity.position_of_lower_boundary_of_region()DiffusionQuantity.position_of_upper_boundary_of_region()DiffusionQuantity.temperature()DiffusionQuantity.thermodynamic_factor()DiffusionQuantity.time()DiffusionQuantity.total_mass_fraction_of_component()DiffusionQuantity.total_mass_fraction_of_component_in_phase()DiffusionQuantity.total_mass_fraction_of_phase()DiffusionQuantity.total_mole_fraction_of_component()DiffusionQuantity.total_mole_fraction_of_component_in_phase()DiffusionQuantity.total_volume_fraction_of_phase()DiffusionQuantity.tracer_diffusion_coefficient()DiffusionQuantity.u_fraction_of_a_component()DiffusionQuantity.user_defined_function()DiffusionQuantity.velocity_of_lower_boundary_of_region()DiffusionQuantity.velocity_of_upper_boundary_of_region()DiffusionQuantity.width_of_region()
IndependentVariablePlotConditionPropertyModelQuantityPropertyModelQuantity.annealing_temperature()PropertyModelQuantity.end_temperature()PropertyModelQuantity.evaluation_temperature()PropertyModelQuantity.freeze_in_temperature()PropertyModelQuantity.high_limit_temperature()PropertyModelQuantity.initial_temperature()PropertyModelQuantity.low_limit_temperature()PropertyModelQuantity.quench_temperature()PropertyModelQuantity.start_temperature()PropertyModelQuantity.tempering_temperature()
ScheilQuantityScheilQuantity.apparent_heat_capacity_per_gram()ScheilQuantity.apparent_heat_capacity_per_mole()ScheilQuantity.apparent_volumetric_thermal_expansion_coefficient()ScheilQuantity.average_composition_of_solid_phases_as_mass_fraction()ScheilQuantity.average_composition_of_solid_phases_as_mole_fraction()ScheilQuantity.composition_of_phase_as_mole_fraction()ScheilQuantity.composition_of_phase_as_weight_fraction()ScheilQuantity.density_of_phase()ScheilQuantity.density_of_system()ScheilQuantity.distribution_of_component_of_phase()ScheilQuantity.driving_force_for_evaporation()ScheilQuantity.dynamic_viscosity()ScheilQuantity.electric_conductivity()ScheilQuantity.electric_conductivity_of_phase()ScheilQuantity.electric_resistivity()ScheilQuantity.electric_resistivity_of_phase()ScheilQuantity.evaporation_enthalpy()ScheilQuantity.heat_per_gram()ScheilQuantity.heat_per_mole()ScheilQuantity.kinematic_viscosity()ScheilQuantity.latent_heat_per_gram()ScheilQuantity.latent_heat_per_mole()ScheilQuantity.mass_fraction_of_a_solid_phase()ScheilQuantity.mass_fraction_of_all_liquid()ScheilQuantity.mass_fraction_of_all_solid_phases()ScheilQuantity.molar_mass_of_gas()ScheilQuantity.molar_volume_of_phase()ScheilQuantity.molar_volume_of_system()ScheilQuantity.mole_fraction_of_a_solid_phase()ScheilQuantity.mole_fraction_of_all_liquid()ScheilQuantity.mole_fraction_of_all_solid_phases()ScheilQuantity.site_fraction_of_component_in_phase()ScheilQuantity.surface_tension()ScheilQuantity.temperature()ScheilQuantity.thermal_conductivity()ScheilQuantity.thermal_conductivity_of_phase()ScheilQuantity.thermal_diffusivity()ScheilQuantity.thermal_diffusivity_of_phase()ScheilQuantity.thermal_resistivity()ScheilQuantity.thermal_resistivity_of_phase()ScheilQuantity.volume_fraction_of_a_solid_phase()ScheilQuantity.volume_fraction_of_all_liquid()ScheilQuantity.volume_fraction_of_all_solid_phases()
ThermodynamicQuantityThermodynamicQuantity.activity_of_component()ThermodynamicQuantity.bulk_modulus()ThermodynamicQuantity.chemical_diffusion_coefficient()ThermodynamicQuantity.chemical_potential_of_component()ThermodynamicQuantity.composition_of_phase_as_mole_fraction()ThermodynamicQuantity.composition_of_phase_as_weight_fraction()ThermodynamicQuantity.dynamic_viscosity()ThermodynamicQuantity.electric_conductivity()ThermodynamicQuantity.electric_conductivity_of_phase()ThermodynamicQuantity.electric_resistivity()ThermodynamicQuantity.electric_resistivity_of_phase()ThermodynamicQuantity.gibbs_energy_of_a_phase()ThermodynamicQuantity.kinematic_viscosity()ThermodynamicQuantity.mass_fraction_of_a_component()ThermodynamicQuantity.mass_fraction_of_a_phase()ThermodynamicQuantity.molar_volume_of_phase()ThermodynamicQuantity.molar_volume_of_system()ThermodynamicQuantity.mole_fraction_of_a_component()ThermodynamicQuantity.mole_fraction_of_a_phase()ThermodynamicQuantity.normalized_driving_force_of_a_phase()ThermodynamicQuantity.pressure()ThermodynamicQuantity.shear_modulus()ThermodynamicQuantity.surface_tension()ThermodynamicQuantity.system_size()ThermodynamicQuantity.temperature()ThermodynamicQuantity.thermal_conductivity()ThermodynamicQuantity.thermal_conductivity_of_phase()ThermodynamicQuantity.thermal_diffusivity()ThermodynamicQuantity.thermal_diffusivity_of_phase()ThermodynamicQuantity.thermal_resistivity()ThermodynamicQuantity.thermal_resistivity_of_phase()ThermodynamicQuantity.tracer_diffusion_coefficient()ThermodynamicQuantity.u_fraction_of_a_component()ThermodynamicQuantity.user_defined_function()ThermodynamicQuantity.volume_fraction_of_a_phase()ThermodynamicQuantity.youngs_modulus()
- Module “utils”
- Module “propertymodel_sdk”
AddPrefixToWarningCCTResultCCTResultValuesCalculationContextCalculationContext.get_argument_ids()CalculationContext.get_dependent_component()CalculationContext.get_element_names_in_camel_case()CalculationContext.get_mass_fractions()CalculationContext.get_mass_percents()CalculationContext.get_model_path()CalculationContext.get_mole_fractions()CalculationContext.get_mole_percents()CalculationContext.get_temperature()CalculationContext.get_ui_boolean_value()CalculationContext.get_ui_condition_list()CalculationContext.get_ui_float_value()CalculationContext.get_ui_list_value()CalculationContext.get_ui_string_value()CalculationContext.get_ui_temperature_value()CalculationContext.set_result_cct_values()CalculationContext.set_result_quantity_value()CalculationContext.set_single_equilibrium_result()
ConditionListEntryPropertyModelPropertyModel.add_button_callback()PropertyModel.add_callback()PropertyModel.after_evaluations()PropertyModel.before_evaluations()PropertyModel.evaluate_model()PropertyModel.get_license_key()PropertyModel.provide_calculation_result_quantities()PropertyModel.provide_model_category()PropertyModel.provide_model_description()PropertyModel.provide_model_dynamic_argument_bases()PropertyModel.provide_model_name()PropertyModel.provide_model_parameters()PropertyModel.provide_ui_panel_components()PropertyModel.remove_button_callback()PropertyModel.set_model_parameter()
ResultQuantityResultQuantityTypeResultQuantityType.CCT_QUANTITYResultQuantityType.ELASTIC_PROPERTIESResultQuantityType.ENERGY_QUANTITYResultQuantityType.GENERAL_QUANTITYResultQuantityType.LENGTH_QUANTITYResultQuantityType.SINGLE_EQUILIBRIUM_QUANTITYResultQuantityType.SOLIDIFICATION_RATE_QUANTITYResultQuantityType.STRAIN_QUANTITYResultQuantityType.STRENGTH_QUANTITYResultQuantityType.STRESS_QUANTITYResultQuantityType.SURFACE_ENERGY_QUANTITYResultQuantityType.TEMPERATURE_QUANTITYResultQuantityType.THERMAL_GRADIENT_QUANTITYResultQuantityType.TIME_QUANTITYResultQuantityType.VELOCITY_QUANTITYResultQuantityType.VICKERS_HARDNESS_QUANTITY
SpecialListMarkersUIBooleanComponentUIBooleanComponent.connect_component_enableability()UIBooleanComponent.connect_component_visibility()UIBooleanComponent.enable_add_button()UIBooleanComponent.enable_remove_button()UIBooleanComponent.get_dependent_components()UIBooleanComponent.get_setting()UIBooleanComponent.remove_component_visibility()UIBooleanComponent.set_index()
UIComponentUIComponent.get_description()UIComponent.get_id()UIComponent.get_include_in_property_model_wizard()UIComponent.get_name()UIComponent.is_dynamic()UIComponent.mark_as_dynamic()UIComponent.set_enabled()UIComponent.set_has_callback()UIComponent.set_include_in_property_model_wizard()UIComponent.set_visible()
UIConditionListComponentUIFloatComponentUIGeneralListComponentUIGeneralListComponent.connect_component_visibility()UIGeneralListComponent.enable_add_button()UIGeneralListComponent.enable_remove_button()UIGeneralListComponent.get_content()UIGeneralListComponent.get_dependent_components()UIGeneralListComponent.get_selected_entry()UIGeneralListComponent.remove_component_visibility()UIGeneralListComponent.set_index()
UIPhaseListComponentUISectionDividerComponentUIStringComponentUITemperatureComponentcreate_boolean_ui_component()create_condition_list_ui_component()create_elastic_properties_quantity()create_energy_quantity()create_float_ui_component()create_general_quantity()create_length_quantity()create_list_ui_component()create_phase_list_ui_component()create_section_divider_ui_component()create_solidification_rate_quantity()create_strain_quantity()create_strength_quantity()create_stress_quantity()create_string_ui_component()create_surface_energy_quantity()create_temperature_quantity()create_temperature_ui_component()create_thermal_gradient_quantity()create_time_quantity()create_velocity_quantity()create_vickers_hardness_quantity()
- Module “propertymodel_factory”
PropertyModelSelectionPropertyModelSelection.CCT_diagram()PropertyModelSelection.TTT_diagram()PropertyModelSelection.alloy_strength_ti()PropertyModelSelection.antiphase_boundary_energy_ni()PropertyModelSelection.bainite()PropertyModelSelection.coarsening()PropertyModelSelection.coarsening_ni()PropertyModelSelection.columnar_to_equiaxed_transition()PropertyModelSelection.crack_susceptibility_coefficient()PropertyModelSelection.critical_transformation_temperatures()PropertyModelSelection.driving_force()PropertyModelSelection.equilibrium()PropertyModelSelection.ferrite()PropertyModelSelection.freeze_in_equilibrium()PropertyModelSelection.freeze_in_equilibrium_ni()PropertyModelSelection.interfacial_energy()PropertyModelSelection.liquidus_solidus()PropertyModelSelection.martensite()PropertyModelSelection.martensite_fraction()PropertyModelSelection.martensitic_steel_strength()PropertyModelSelection.ms_temperature_ti()PropertyModelSelection.optical_properties_noble()PropertyModelSelection.pearlite()PropertyModelSelection.phase_transition()PropertyModelSelection.scheil()PropertyModelSelection.solvus_for_ordered_phase_ni()PropertyModelSelection.spinodal()PropertyModelSelection.strain_age_cracking_ni()PropertyModelSelection.t_zero()PropertyModelSelection.yield_strength()
get_model_quantities()resolve_model_class()
- Package “property_model_definitions”
- Module “alloy_strength_ti”
AlloyStrengthTiAlloyStrengthTi_ArgumentOptionsAlloyStrengthTi_ArgumentOptions_BASE_GRADEAlloyStrengthTi_ArgumentOptions_FLOW_STRESS_MODEAlloyStrengthTi_ArgumentOptions_FLOW_STRESS_MODELAlloyStrengthTi_ArgumentsAlloyStrengthTi_Arguments.ALLOW_MARTENSITIC_TRANSFORMATIONAlloyStrengthTi_Arguments.ANNEALING_TEMPERATUREAlloyStrengthTi_Arguments.APPLY_STRAIN_RATEAlloyStrengthTi_Arguments.BASE_GRADEAlloyStrengthTi_Arguments.BURGERS_VECTORAlloyStrengthTi_Arguments.CONSTANT_STRENGTH_ADDITIONAlloyStrengthTi_Arguments.CRITICAL_RADIUSAlloyStrengthTi_Arguments.ELONGATION_CORRECTIONAlloyStrengthTi_Arguments.EVALUATION_TEMPERATUREAlloyStrengthTi_Arguments.FLOW_STRESS_MODEAlloyStrengthTi_Arguments.FLOW_STRESS_MODELAlloyStrengthTi_Arguments.GRAIN_SIZEAlloyStrengthTi_Arguments.HALL_PETCH_COEFFICIENTAlloyStrengthTi_Arguments.HARDENING_RATE_VOCEAlloyStrengthTi_Arguments.INCLUDE_GRAIN_BOUNDARY_STRENGTHENINGAlloyStrengthTi_Arguments.INCLUDE_PRECIPITATION_STRENGTHENINGAlloyStrengthTi_Arguments.PRECIPITATE_PHASEAlloyStrengthTi_Arguments.PRECIPITATE_RADIUSAlloyStrengthTi_Arguments.PRE_STRAININGAlloyStrengthTi_Arguments.QUENCH_TEMPERATUREAlloyStrengthTi_Arguments.REFERENCE_STRAIN_RATEAlloyStrengthTi_Arguments.SATURATION_STRESS_VOCEAlloyStrengthTi_Arguments.SHEAR_MODULUSAlloyStrengthTi_Arguments.STRAIN_HARDENING_EXPONENT_RAMBERG_OSGOODAlloyStrengthTi_Arguments.STRAIN_RATEAlloyStrengthTi_Arguments.STRAIN_RATE_SENSITIVITYAlloyStrengthTi_Arguments.TAYLOR_FACTORAlloyStrengthTi_Arguments.TRUE_STRAINAlloyStrengthTi_Arguments.USER_DEFINED_FLOW_STRESS_PARAMETERSAlloyStrengthTi_Arguments.USER_DEFINED_HALL_PETCH_COEFFICIENTAlloyStrengthTi_Arguments.USER_DEFINED_STRAIN_RATE_SENSITIVITYAlloyStrengthTi_Arguments.YOUNGS_MODULUS_GPA_RAMBERG_OSGOODAlloyStrengthTi_Arguments.YOUNGS_MODULUS_GPA_VOCE
AlloyStrengthTi_ResultsAlloyStrengthTi_Results.ALPHA_SOLID_SOLUTION_HARDENINGAlloyStrengthTi_Results.AMOUNT_OF_PHASESAlloyStrengthTi_Results.BETA_SOLID_SOLUTION_HARDENINGAlloyStrengthTi_Results.CONSTANT_STRENGTH_ADDITIONAlloyStrengthTi_Results.ELONGATION_AT_FRACTUREAlloyStrengthTi_Results.ENGINEERING_STRAINAlloyStrengthTi_Results.ENGINEERING_STRESSAlloyStrengthTi_Results.FRACTURE_STRENGTHAlloyStrengthTi_Results.GRAIN_BOUNDARY_HARDENINGAlloyStrengthTi_Results.INTRINSIC_HARDNESSAlloyStrengthTi_Results.PRECIPITATION_HARDENINGAlloyStrengthTi_Results.TOTAL_HARDNESSAlloyStrengthTi_Results.TOTAL_SOLID_SOLUTION_HARDENINGAlloyStrengthTi_Results.TRUE_STRESSAlloyStrengthTi_Results.ULTIMATE_TENSILE_STRENGTHAlloyStrengthTi_Results.UNIFORM_ELONGATIONAlloyStrengthTi_Results.YIELD_STRAINAlloyStrengthTi_Results.YIELD_STRENGTHAlloyStrengthTi_Results.YOUNGS_MODULUS
- Module “antiphase_boundary_energy_ni”
AntiphaseBoundaryEnergyNiAntiphaseBoundaryEnergyNi_ArgumentOptionsAntiphaseBoundaryEnergyNi_ArgumentOptions_MINIMIZATION_STRATEGYAntiphaseBoundaryEnergyNi_ArgumentOptions_MINIMIZATION_STRATEGY.GLOBAL_MINIMIZATION_ONLYAntiphaseBoundaryEnergyNi_ArgumentOptions_MINIMIZATION_STRATEGY.GLOBAL_TEST_PREFERREDAntiphaseBoundaryEnergyNi_ArgumentOptions_MINIMIZATION_STRATEGY.LOCAL_MINIMIZATION_ONLYAntiphaseBoundaryEnergyNi_ArgumentOptions_MINIMIZATION_STRATEGY.LOCAL_MINIMIZATION_PREFERRED
AntiphaseBoundaryEnergyNi_ArgumentsAntiphaseBoundaryEnergyNi_ResultsAntiphaseBoundaryEnergyNi_Results.APBE_100_PLANE_1AntiphaseBoundaryEnergyNi_Results.APBE_100_PLANE_2AntiphaseBoundaryEnergyNi_Results.APBE_111_PLANE_1AntiphaseBoundaryEnergyNi_Results.APBE_111_PLANE_2AntiphaseBoundaryEnergyNi_Results.APBE_AVERAGE_1AntiphaseBoundaryEnergyNi_Results.APBE_AVERAGE_2AntiphaseBoundaryEnergyNi_Results.DELTA_APBE_WRT_NI3AL
- Module “argument_base_classes”
- Module “bainite”
- Module “cct_diagram”
CCTDiagramCCT_ArgumentOptionsCCT_ArgumentOptions.AUSTENITE_COMPOSITIONCCT_ArgumentOptions.CALCULATION_SETTINGCCT_ArgumentOptions.CARBIDE_IN_BAINITECCT_ArgumentOptions.CARBIDE_IN_PEARLITECCT_ArgumentOptions.COOLING_PROFILECCT_ArgumentOptions.FERRITE_MODECCT_ArgumentOptions.PEARLITE_CRITERIONCCT_ArgumentOptions.PEARLITE_MODE
CCT_ArgumentOptions_AUSTENITE_COMPOSITIONCCT_ArgumentOptions_CALCULATION_SETTINGCCT_ArgumentOptions_CARBIDE_IN_BAINITECCT_ArgumentOptions_CARBIDE_IN_PEARLITECCT_ArgumentOptions_COOLING_PROFILECCT_ArgumentOptions_FERRITE_MODECCT_ArgumentOptions_PEARLITE_CRITERIONCCT_ArgumentOptions_PEARLITE_MODECCT_ArgumentsCCT_Arguments.ALLOW_COMPETING_MORPHOLOGY_GROWTHCCT_Arguments.AUSTENITE_COMPOSITIONCCT_Arguments.AUSTENITIZING_TEMPERATURECCT_Arguments.CALCULATION_SETTINGCCT_Arguments.CARBIDE_IN_BAINITECCT_Arguments.CARBIDE_IN_PEARLITECCT_Arguments.COOLING_PROFILECCT_Arguments.END_TEMPERATURECCT_Arguments.ERROR_TOLERANCE_XACCT_Arguments.FERRITE_MODECCT_Arguments.GRAIN_SIZECCT_Arguments.INTERPOLATION_ERROR_TOLERANCECCT_Arguments.LOG_10_COOLING_RATECCT_Arguments.MAX_DELTA_X_ABSCCT_Arguments.MAX_DELTA_X_RELCCT_Arguments.PEARLITE_CRITERIONCCT_Arguments.PEARLITE_MODECCT_Arguments.SELECT_BAINITECCT_Arguments.SELECT_FERRITECCT_Arguments.SELECT_MARTENSITECCT_Arguments.SELECT_PEARLITECCT_Arguments.START_TEMPERATURECCT_Arguments.USE_INTERPOLATION
CCT_ResultsCCT_Results.AUSTENITE_10CCT_Results.AUSTENITE_90CCT_Results.AUSTENITE_FINISHCCT_Results.AUSTENITE_HALFCCT_Results.AUSTENITE_STARTCCT_Results.BAINITE_STARTCCT_Results.CCTCCT_Results.FERRITE_STARTCCT_Results.MARTENSITE_STARTCCT_Results.PEARLITE_STARTCCT_Results.TERMINAL_FRACTION_BAINITECCT_Results.TERMINAL_FRACTION_FERRITECCT_Results.TERMINAL_FRACTION_MARTENSITECCT_Results.TERMINAL_FRACTION_PEARLITECCT_Results.TERMINAL_FRACTION_TOTAL_FERRITECCT_Results.TERMINAL_FRACTION_TOTAL_FERRITE_CEMENTITECCT_Results.TOTAL_FERRITE_CEMENTITE_FINISHCCT_Results.TOTAL_FERRITE_CEMENTITE_STARTCCT_Results.TOTAL_FERRITE_START
- Module “coarsening”
- Module “coarsening_ni”
CoarseningNiCoarseningNi_ArgumentOptionsCoarseningNi_ArgumentOptions_MATRIX_PHASECoarseningNi_ArgumentOptions_MINIMIZATION_STRATEGYCoarseningNi_ArgumentOptions_MINIMIZATION_STRATEGY.GLOBAL_MINIMIZATION_ONLYCoarseningNi_ArgumentOptions_MINIMIZATION_STRATEGY.GLOBAL_TEST_PREFERREDCoarseningNi_ArgumentOptions_MINIMIZATION_STRATEGY.LOCAL_MINIMIZATION_ONLYCoarseningNi_ArgumentOptions_MINIMIZATION_STRATEGY.LOCAL_MINIMIZATION_PREFERRED
CoarseningNi_ArgumentOptions_PHASE_GROUP_SELECTIONCoarseningNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_ALL_PHASESCoarseningNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_GAMMA_AND_SELECTED_PRECIPITATESCoarseningNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_TYPICAL_NI_SUPERALLOYCoarseningNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_TYPICAL_PLUS_ETA_DELTACoarseningNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_TYPICAL_PLUS_TCP
CoarseningNi_ArgumentOptions_PRECIPITATE_PHASECoarseningNi_ArgumentOptions_PRECIPITATE_PHASE.DELTACoarseningNi_ArgumentOptions_PRECIPITATE_PHASE.ETACoarseningNi_ArgumentOptions_PRECIPITATE_PHASE.FCC_CARBO_NITRIDECoarseningNi_ArgumentOptions_PRECIPITATE_PHASE.GAMMA_DOUBLE_PRIMECoarseningNi_ArgumentOptions_PRECIPITATE_PHASE.GAMMA_PRIMECoarseningNi_ArgumentOptions_PRECIPITATE_PHASE.HCP_CARBO_NITRIDECoarseningNi_ArgumentOptions_PRECIPITATE_PHASE.M23C6CoarseningNi_ArgumentOptions_PRECIPITATE_PHASE.M6CCoarseningNi_ArgumentOptions_PRECIPITATE_PHASE.M7C3
CoarseningNi_ArgumentsCoarseningNi_Results
- Module “columnar_to_equiaxed_transition”
ColumnarToEquiaxedTransitionColumnarToEquiaxedTransition_ArgumentOptionsColumnarToEquiaxedTransition_ArgumentOptions_SOLIDIFICATION_RATE_SCALINGColumnarToEquiaxedTransition_ArgumentOptions_SOLVE_FOR_METHODColumnarToEquiaxedTransition_ArgumentsColumnarToEquiaxedTransition_Arguments.CONSIDER_SOLUTE_TRAPPINGColumnarToEquiaxedTransition_Arguments.EQUIAXED_EXPONENTColumnarToEquiaxedTransition_Arguments.EQUIAXED_FRACTIONSColumnarToEquiaxedTransition_Arguments.INTERFACIAL_ENERGYColumnarToEquiaxedTransition_Arguments.NUCLEATION_UNDERCOOLINGColumnarToEquiaxedTransition_Arguments.NUMBER_OF_NUCLEATION_SITESColumnarToEquiaxedTransition_Arguments.PRIMARY_PHASEColumnarToEquiaxedTransition_Arguments.SOLIDIFICATION_RATE_LINEARColumnarToEquiaxedTransition_Arguments.SOLIDIFICATION_RATE_LOG10ColumnarToEquiaxedTransition_Arguments.SOLIDIFICATION_RATE_SCALINGColumnarToEquiaxedTransition_Arguments.SOLVE_FOR_METHODColumnarToEquiaxedTransition_Arguments.TEMPERATURE_GRADIENT
ColumnarToEquiaxedTransition_ResultsColumnarToEquiaxedTransition_Results.FRACTION_EQUIAXED_GRAINSColumnarToEquiaxedTransition_Results.LIQUIDUSColumnarToEquiaxedTransition_Results.SOLIDIFICATION_RATEColumnarToEquiaxedTransition_Results.THERMAL_GRADIENTColumnarToEquiaxedTransition_Results.TIP_RADIUSColumnarToEquiaxedTransition_Results.UNDERCOOLING
- Module “crack_susceptibility_coefficient”
CrackSusceptibilityCoefficientCrackSusceptibilityCoefficient_ArgumentOptionsCrackSusceptibilityCoefficient_ArgumentOptions_CSC_MODELCrackSusceptibilityCoefficient_ArgumentOptions_SCHEIL_CALCULATION_TYPECrackSusceptibilityCoefficient_ArgumentOptions_THERMAL_MODECrackSusceptibilityCoefficient_ArgumentsCrackSusceptibilityCoefficient_Arguments.ACCURACYCrackSusceptibilityCoefficient_Arguments.ADVANCED_SCHEIL_OPTIONSCrackSusceptibilityCoefficient_Arguments.ALPHACrackSusceptibilityCoefficient_Arguments.APPROX_DRIVING_FORCE_METASTABLECrackSusceptibilityCoefficient_Arguments.COOLING_RATECrackSusceptibilityCoefficient_Arguments.CSC_MODELCrackSusceptibilityCoefficient_Arguments.DELTA_FERRITE_TO_AUSTENITE_BACK_DIFFUSIONCrackSusceptibilityCoefficient_Arguments.DELTA_FERRITE_TO_AUSTENITE_CLASSICCrackSusceptibilityCoefficient_Arguments.FAST_DIFFUSERS_BACK_DIFFUSIONCrackSusceptibilityCoefficient_Arguments.FAST_DIFFUSERS_CLASSICCrackSusceptibilityCoefficient_Arguments.GLOBAL_TEST_INTERVALCrackSusceptibilityCoefficient_Arguments.LIQUID_PHASECrackSusceptibilityCoefficient_Arguments.LIQ_FRAC_SMALLEST_FOR_VULNERABILITYCrackSusceptibilityCoefficient_Arguments.LIQ_FRAC_START_RELAXATIONCrackSusceptibilityCoefficient_Arguments.LIQ_FRAC_TRANSITION_VULNERABILITYCrackSusceptibilityCoefficient_Arguments.MAX_NUM_ITERATIONSCrackSusceptibilityCoefficient_Arguments.PRIMARY_PHASE_BACK_DIFFUSIONCrackSusceptibilityCoefficient_Arguments.PRIMARY_PHASE_SOLUTE_TRAPPINGCrackSusceptibilityCoefficient_Arguments.SCANNING_SPEEDCrackSusceptibilityCoefficient_Arguments.SCHEIL_CALCULATION_TYPECrackSusceptibilityCoefficient_Arguments.SDAS_CCrackSusceptibilityCoefficient_Arguments.SDAS_NCrackSusceptibilityCoefficient_Arguments.SMALLEST_FRACTIONCrackSusceptibilityCoefficient_Arguments.SOLID_FRACTION_FOR_LIQUIDUSCrackSusceptibilityCoefficient_Arguments.SOL_FRAC_COALESCENCECrackSusceptibilityCoefficient_Arguments.SOL_FRAC_COHERENCYCrackSusceptibilityCoefficient_Arguments.START_TEMPERATURECrackSusceptibilityCoefficient_Arguments.TEMPERATURE_STEPCrackSusceptibilityCoefficient_Arguments.TERMINATE_AT_LIQUID_AMOUNTCrackSusceptibilityCoefficient_Arguments.THERMAL_MODECrackSusceptibilityCoefficient_Arguments.USE_GLOBAL_MINIMIZATION
CrackSusceptibilityCoefficient_Results
- Module “critical_transformation_temperatures”
CriticalTransformationTemperaturesCriticalTransformationTemperatures_ArgumentsCriticalTransformationTemperatures_Arguments.CALCULATE_AX_TEMPERATURESCriticalTransformationTemperatures_Arguments.CALCULATE_SOL_AND_LIQCriticalTransformationTemperatures_Arguments.HIGH_LIMIT_TEMPERATURECriticalTransformationTemperatures_Arguments.LOW_LIMIT_TEMPERATURECriticalTransformationTemperatures_Arguments.MANUAL_TEMPERATURE_SEARCH_LIMITSCriticalTransformationTemperatures_Arguments.MAX_TEMPERATURE_STEPCriticalTransformationTemperatures_Arguments.SUSPEND_GASCriticalTransformationTemperatures_Arguments.SUSPEND_GRAPHITE
CriticalTransformationTemperatures_ResultsCriticalTransformationTemperatures_Results.A0CriticalTransformationTemperatures_Results.A1CriticalTransformationTemperatures_Results.A2CriticalTransformationTemperatures_Results.A3CriticalTransformationTemperatures_Results.A4CriticalTransformationTemperatures_Results.ACEMCriticalTransformationTemperatures_Results.AGRAPHCriticalTransformationTemperatures_Results.LIQUIDUSCriticalTransformationTemperatures_Results.SOLIDUS
- Module “driving_force”
- Module “equilibrium”
- Module “equilibrium_with_freeze_in_temperature”
EquilibriumWithFreezeInTemperatureEquilibriumWithFreezeInTemperature_ArgumentOptionsEquilibriumWithFreezeInTemperature_ArgumentOptions_HOMOGENIZATION_FUNCTIONEquilibriumWithFreezeInTemperature_ArgumentOptions_HOMOGENIZATION_FUNCTION.HASHIN_SHTRIKMAN_MAJORITY_AS_MATRIXEquilibriumWithFreezeInTemperature_ArgumentOptions_HOMOGENIZATION_FUNCTION.INVERSE_RULE_OF_MIXTURESEquilibriumWithFreezeInTemperature_ArgumentOptions_HOMOGENIZATION_FUNCTION.LOWER_HASHIN_SHTRIKMANEquilibriumWithFreezeInTemperature_ArgumentOptions_HOMOGENIZATION_FUNCTION.RULE_OF_MIXTURESEquilibriumWithFreezeInTemperature_ArgumentOptions_HOMOGENIZATION_FUNCTION.UPPER_HASHIN_SHTRIKMAN
EquilibriumWithFreezeInTemperature_ArgumentOptions_MINIMIZATION_STRATEGYEquilibriumWithFreezeInTemperature_ArgumentOptions_MINIMIZATION_STRATEGY.GLOBAL_MINIMIZATION_ONLYEquilibriumWithFreezeInTemperature_ArgumentOptions_MINIMIZATION_STRATEGY.GLOBAL_TEST_PREFERREDEquilibriumWithFreezeInTemperature_ArgumentOptions_MINIMIZATION_STRATEGY.LOCAL_MINIMIZATION_ONLYEquilibriumWithFreezeInTemperature_ArgumentOptions_MINIMIZATION_STRATEGY.LOCAL_MINIMIZATION_PREFERRED
EquilibriumWithFreezeInTemperature_ArgumentsEquilibriumWithFreezeInTemperature_Arguments.ACCOUNT_FOR_PHASE_INTERFACE_SCATTERINGEquilibriumWithFreezeInTemperature_Arguments.CTE_REFERENCE_TEMPERATUREEquilibriumWithFreezeInTemperature_Arguments.ENABLE_USER_DEFINED_FUNCTIONSEquilibriumWithFreezeInTemperature_Arguments.EQUILIBRIUM_ABOVE_FREEZE_INEquilibriumWithFreezeInTemperature_Arguments.EVALUATE_FOR_SINGLE_PHASEEquilibriumWithFreezeInTemperature_Arguments.EVALUATION_TEMPERATUREEquilibriumWithFreezeInTemperature_Arguments.FREEZE_IN_TEMPERATUREEquilibriumWithFreezeInTemperature_Arguments.HOMOGENIZATION_FUNCTIONEquilibriumWithFreezeInTemperature_Arguments.MINIMIZATION_STRATEGYEquilibriumWithFreezeInTemperature_Arguments.PHASE_FOR_EVALUATIONEquilibriumWithFreezeInTemperature_Arguments.PHASE_INTERFACE_SCATTERING_CONSTANTEquilibriumWithFreezeInTemperature_Arguments.USER_FUNCTION_1EquilibriumWithFreezeInTemperature_Arguments.USER_FUNCTION_2
EquilibriumWithFreezeInTemperature_ResultsEquilibriumWithFreezeInTemperature_Results.DENSITYEquilibriumWithFreezeInTemperature_Results.ELASTIC_CONSTANTSEquilibriumWithFreezeInTemperature_Results.ELASTIC_MODULIEquilibriumWithFreezeInTemperature_Results.ELECTRIC_CONDUCTIVITYEquilibriumWithFreezeInTemperature_Results.ELECTRIC_RESISTIVITYEquilibriumWithFreezeInTemperature_Results.HEAT_CAPACITYEquilibriumWithFreezeInTemperature_Results.LINEAR_CTEEquilibriumWithFreezeInTemperature_Results.TECHNICAL_LINEAR_CTEEquilibriumWithFreezeInTemperature_Results.THERMAL_CONDUCTIVITYEquilibriumWithFreezeInTemperature_Results.THERMAL_DIFFUSIVITYEquilibriumWithFreezeInTemperature_Results.THERMAL_RESISTIVITYEquilibriumWithFreezeInTemperature_Results.USER_FUNCTION_1EquilibriumWithFreezeInTemperature_Results.USER_FUNCTION_2EquilibriumWithFreezeInTemperature_Results.VOLUMEEquilibriumWithFreezeInTemperature_Results.VOLUMETRIC_CTE
- Module “equilibrium_with_freeze_in_temperature_ni”
EquilibriumWithFreezeInTemperatureNiEquilibriumWithFreezeInTemperatureNi_ArgumentOptionsEquilibriumWithFreezeInTemperatureNi_ArgumentOptions_HOMOGENIZATION_FUNCTIONEquilibriumWithFreezeInTemperatureNi_ArgumentOptions_HOMOGENIZATION_FUNCTION.HASHIN_SHTRIKMAN_MAJORITY_AS_MATRIXEquilibriumWithFreezeInTemperatureNi_ArgumentOptions_HOMOGENIZATION_FUNCTION.INVERSE_RULE_OF_MIXTURESEquilibriumWithFreezeInTemperatureNi_ArgumentOptions_HOMOGENIZATION_FUNCTION.LOWER_HASHIN_SHTRIKMANEquilibriumWithFreezeInTemperatureNi_ArgumentOptions_HOMOGENIZATION_FUNCTION.RULE_OF_MIXTURESEquilibriumWithFreezeInTemperatureNi_ArgumentOptions_HOMOGENIZATION_FUNCTION.UPPER_HASHIN_SHTRIKMAN
EquilibriumWithFreezeInTemperatureNi_ArgumentOptions_MINIMIZATION_STRATEGYEquilibriumWithFreezeInTemperatureNi_ArgumentOptions_MINIMIZATION_STRATEGY.GLOBAL_MINIMIZATION_ONLYEquilibriumWithFreezeInTemperatureNi_ArgumentOptions_MINIMIZATION_STRATEGY.GLOBAL_TEST_PREFERREDEquilibriumWithFreezeInTemperatureNi_ArgumentOptions_MINIMIZATION_STRATEGY.LOCAL_MINIMIZATION_ONLYEquilibriumWithFreezeInTemperatureNi_ArgumentOptions_MINIMIZATION_STRATEGY.LOCAL_MINIMIZATION_PREFERRED
EquilibriumWithFreezeInTemperatureNi_ArgumentsEquilibriumWithFreezeInTemperatureNi_Arguments.ACCOUNT_FOR_PHASE_INTERFACE_SCATTERINGEquilibriumWithFreezeInTemperatureNi_Arguments.CTE_REFERENCE_TEMPERATUREEquilibriumWithFreezeInTemperatureNi_Arguments.ENABLE_USER_DEFINED_FUNCTIONSEquilibriumWithFreezeInTemperatureNi_Arguments.EQUILIBRIUM_ABOVE_FREEZE_INEquilibriumWithFreezeInTemperatureNi_Arguments.EVALUATE_FOR_SINGLE_PHASEEquilibriumWithFreezeInTemperatureNi_Arguments.EVALUATION_TEMPERATUREEquilibriumWithFreezeInTemperatureNi_Arguments.FREEZE_IN_TEMPERATUREEquilibriumWithFreezeInTemperatureNi_Arguments.HOMOGENIZATION_FUNCTIONEquilibriumWithFreezeInTemperatureNi_Arguments.MAX_NUM_GLOBAL_GRIDPOINTSEquilibriumWithFreezeInTemperatureNi_Arguments.MINIMIZATION_STRATEGYEquilibriumWithFreezeInTemperatureNi_Arguments.PHASE_FOR_EVALUATIONEquilibriumWithFreezeInTemperatureNi_Arguments.PHASE_GROUP_SELECTIONEquilibriumWithFreezeInTemperatureNi_Arguments.PHASE_INTERFACE_SCATTERING_CONSTANTEquilibriumWithFreezeInTemperatureNi_Arguments.USER_FUNCTION_1EquilibriumWithFreezeInTemperatureNi_Arguments.USER_FUNCTION_2
EquilibriumWithFreezeInTemperatureNi_ResultsEquilibriumWithFreezeInTemperatureNi_Results.DENSITYEquilibriumWithFreezeInTemperatureNi_Results.ELASTIC_CONSTANTSEquilibriumWithFreezeInTemperatureNi_Results.ELASTIC_MODULIEquilibriumWithFreezeInTemperatureNi_Results.ELECTRIC_CONDUCTIVITYEquilibriumWithFreezeInTemperatureNi_Results.ELECTRIC_RESISTIVITYEquilibriumWithFreezeInTemperatureNi_Results.HEAT_CAPACITYEquilibriumWithFreezeInTemperatureNi_Results.LATTICE_MISMATCHEquilibriumWithFreezeInTemperatureNi_Results.LATTICE_PARAMETER_GAMMAEquilibriumWithFreezeInTemperatureNi_Results.LATTICE_PARAMETER_GAMMA_PRIMEEquilibriumWithFreezeInTemperatureNi_Results.LINEAR_CTEEquilibriumWithFreezeInTemperatureNi_Results.TECHNICAL_LINEAR_CTEEquilibriumWithFreezeInTemperatureNi_Results.THERMAL_CONDUCTIVITYEquilibriumWithFreezeInTemperatureNi_Results.THERMAL_DIFFUSIVITYEquilibriumWithFreezeInTemperatureNi_Results.THERMAL_RESISTIVITYEquilibriumWithFreezeInTemperatureNi_Results.USER_FUNCTION_1EquilibriumWithFreezeInTemperatureNi_Results.USER_FUNCTION_2EquilibriumWithFreezeInTemperatureNi_Results.VOLUMEEquilibriumWithFreezeInTemperatureNi_Results.VOLUMETRIC_CTE
EquilibriumWithFreezeInTemperature_ArgumentOptions_PHASE_GROUP_SELECTIONEquilibriumWithFreezeInTemperature_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_ALL_PHASESEquilibriumWithFreezeInTemperature_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_GAMMA_GAMMA_PRIME_ONLYEquilibriumWithFreezeInTemperature_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_TYPICAL_NI_SUPERALLOYEquilibriumWithFreezeInTemperature_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_TYPICAL_PLUS_ETA_DELTAEquilibriumWithFreezeInTemperature_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_TYPICAL_PLUS_TCP
- Module “ferrite”
FerriteFerrite_ArgumentOptionsFerrite_ArgumentOptions_AUSTENITE_COMPOSITIONFerrite_ArgumentOptions_GROWTH_MODEFerrite_ArgumentsFerrite_Arguments.AUSTENITE_COMPOSITIONFerrite_Arguments.AUSTENITIZING_TEMPERATUREFerrite_Arguments.CUSTOM_PARAMETERSFerrite_Arguments.EDGE_ENERGYFerrite_Arguments.EPSILONFerrite_Arguments.EVALUATION_TEMPERATUREFerrite_Arguments.GRAIN_SIZEFerrite_Arguments.GROWTH_MODEFerrite_Arguments.MAX_DELTA_X_ABSFerrite_Arguments.MAX_DELTA_X_RELFerrite_Arguments.MOBILITY_ACTIVATION_ENERGYFerrite_Arguments.MOBILITY_PREFACTORFerrite_Arguments.PHASE_ADDITIONFerrite_Arguments.SITE_DENSITYFerrite_Arguments.SKIP_TIME_INTEGRATION
Ferrite_Results
- Module “interfacial_energy”
- Module “liquidus_and_solidus_temperature”
LiquidusAndSolidusTemperatureLiquidusAndSolidusTemperature_ArgumentOptionsLiquidusAndSolidusTemperature_ArgumentOptions_LOGGER_CHOICELiquidusAndSolidusTemperature_ArgumentsLiquidusAndSolidusTemperature_Arguments.GAS_PHASELiquidusAndSolidusTemperature_Arguments.GLOBAL_MIN_FOR_LIQUIDUSLiquidusAndSolidusTemperature_Arguments.GLOBAL_MIN_FOR_SOLIDUSLiquidusAndSolidusTemperature_Arguments.HIGH_LIMIT_TEMPERATURELiquidusAndSolidusTemperature_Arguments.LIQUID_PHASELiquidusAndSolidusTemperature_Arguments.LOGGER_CHOICELiquidusAndSolidusTemperature_Arguments.LOGGER_OUTLiquidusAndSolidusTemperature_Arguments.LOW_LIMIT_TEMPERATURELiquidusAndSolidusTemperature_Arguments.MAX_NUM_ITERATIONSLiquidusAndSolidusTemperature_Arguments.ONLY_LIQUIDUSLiquidusAndSolidusTemperature_Arguments.SOLID_FRACTIONLiquidusAndSolidusTemperature_Arguments.SUSPEND_GAS_PHASE
LiquidusAndSolidusTemperature_Results
- Module “martensite_fractions”
- Module “martensite_temperatures”
- Module “martensite_temperatures_ti”
MartensiteTemperaturesTiMartensiteTemperaturesTi_ArgumentOptionsMartensiteTemperaturesTi_ArgumentOptions_MARTENSITE_PHASEMartensiteTemperaturesTi_ArgumentsMartensiteTemperaturesTi_ResultsMartensiteTemperaturesTi_Results.AFMartensiteTemperaturesTi_Results.ASMartensiteTemperaturesTi_Results.MFMartensiteTemperaturesTi_Results.MSMartensiteTemperaturesTi_Results.PARENT_PHASE_COMPOSITIONMartensiteTemperaturesTi_Results.STABLE_PHASES_AT_ANNEALINGMartensiteTemperaturesTi_Results.T_ZERO_TEMPERATURE
- Module “martensitic_steel_strength”
MartensiticSteelStrengthMartensiticSteelStrength_ArgumentOptionsMartensiticSteelStrength_ArgumentOptions_BCC_STATUSMartensiticSteelStrength_ArgumentOptions_CEMENTITE_STATUSMartensiticSteelStrength_ArgumentOptions_FCC_STATUSMartensiticSteelStrength_ArgumentOptions_FLOW_STRESS_MODEMartensiticSteelStrength_ArgumentOptions_FLOW_STRESS_MODELMartensiticSteelStrength_ArgumentsMartensiticSteelStrength_Arguments.ANNEALING_TEMPERATUREMartensiticSteelStrength_Arguments.APPLY_STRAIN_RATEMartensiticSteelStrength_Arguments.BCC_STATUSMartensiticSteelStrength_Arguments.CEMENTITE_STATUSMartensiticSteelStrength_Arguments.CONSTANT_STRENGTH_ADDITIONMartensiticSteelStrength_Arguments.ELONGATION_CORRECTIONMartensiticSteelStrength_Arguments.ENABLE_MORE_OPTIONSMartensiticSteelStrength_Arguments.EVALUATION_TEMPERATUREMartensiticSteelStrength_Arguments.FCC_STATUSMartensiticSteelStrength_Arguments.FLOW_STRESS_MODEMartensiticSteelStrength_Arguments.FLOW_STRESS_MODELMartensiticSteelStrength_Arguments.GIBBS_ADDITIONMartensiticSteelStrength_Arguments.GRAIN_SIZEMartensiticSteelStrength_Arguments.HARDENING_RATE_VOCEMartensiticSteelStrength_Arguments.PRE_STRAININGMartensiticSteelStrength_Arguments.QUENCH_TEMPERATUREMartensiticSteelStrength_Arguments.REFERENCE_STRAIN_RATEMartensiticSteelStrength_Arguments.SATURATION_STRESS_VOCEMartensiticSteelStrength_Arguments.STRAIN_HARDENING_EXPONENT_RAMBERG_OSGOODMartensiticSteelStrength_Arguments.STRAIN_RATEMartensiticSteelStrength_Arguments.STRAIN_RATE_SENSITIVITYMartensiticSteelStrength_Arguments.SUSPEND_CORE_PHASESMartensiticSteelStrength_Arguments.TEMPERING_TEMPERATUREMartensiticSteelStrength_Arguments.TEMPERING_TIMEMartensiticSteelStrength_Arguments.TRUE_STRAINMartensiticSteelStrength_Arguments.USER_DEFINED_FLOW_STRESS_PARAMETERSMartensiticSteelStrength_Arguments.USER_DEFINED_STRAIN_RATE_SENSITIVITYMartensiticSteelStrength_Arguments.USE_INTERCRITICAL_ANNEALINGMartensiticSteelStrength_Arguments.YOUNGS_MODULUS_GPA_RAMBERG_OSGOODMartensiticSteelStrength_Arguments.YOUNGS_MODULUS_GPA_VOCE
MartensiticSteelStrength_ResultsMartensiticSteelStrength_Results.CONSTANT_STRENGTH_ADDITIONMartensiticSteelStrength_Results.ELONGATION_AT_FRACTUREMartensiticSteelStrength_Results.ENGINEERING_STRAINMartensiticSteelStrength_Results.ENGINEERING_STRESSMartensiticSteelStrength_Results.FRACTURE_STRENGTHMartensiticSteelStrength_Results.MARTENSITE_HARDNESS_QUENCHEDMartensiticSteelStrength_Results.MARTENSITE_HARDNESS_TEMPEREDMartensiticSteelStrength_Results.MARTENSITE_PERCENTMartensiticSteelStrength_Results.PRECIPITATE_FRACTION_AFTER_TEMPERINGMartensiticSteelStrength_Results.PRECIPITATE_FRACTION_AT_ANNEALINGMartensiticSteelStrength_Results.RETAINED_AUSTENITE_PERCENTMartensiticSteelStrength_Results.SOLID_SOLUTION_HARDENING_QUENCHEDMartensiticSteelStrength_Results.SOLID_SOLUTION_HARDENING_TEMPEREDMartensiticSteelStrength_Results.TOTAL_STEEL_HARDNESS_QUENCHEDMartensiticSteelStrength_Results.TOTAL_STEEL_HARDNESS_TEMPEREDMartensiticSteelStrength_Results.TRUE_STRESSMartensiticSteelStrength_Results.ULTIMATE_TENSILE_STRENGTHMartensiticSteelStrength_Results.UNIFORM_ELONGATIONMartensiticSteelStrength_Results.YIELD_STRAINMartensiticSteelStrength_Results.YIELD_STRENGTHMartensiticSteelStrength_Results.YOUNGS_MODULUS
- Module “optical_properties_noble”
OpticalPropertiesNobleOpticalPropertiesNoble_ArgumentOptionsOpticalPropertiesNoble_ArgumentOptions_COLOR_SPACEOpticalPropertiesNoble_ArgumentOptions_DELTA_E_METHODOpticalPropertiesNoble_ArgumentOptions_ILLUMINANTOpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.AOpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.BOpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.COpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.D50OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.D55OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.D60OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.D65OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.D75OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.EOpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.FL1OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.FL10OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.FL11OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.FL2OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.FL3OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.FL4OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.FL5OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.FL6OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.FL7OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.FL8OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.FL9OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.LED_B1OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.LED_B2OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.LED_B3OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.LED_B4OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.LED_B5OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.LED_BH1OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.LED_RGB1OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.LED_V1OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.LED_V2OpticalPropertiesNoble_ArgumentOptions_ILLUMINANT.SINGLE_WAVELENGTH
OpticalPropertiesNoble_ArgumentOptions_OBSERVER_ANGLEOpticalPropertiesNoble_ArgumentOptions_TARGET_COLOR_SPACEOpticalPropertiesNoble_ArgumentsOpticalPropertiesNoble_Arguments.ANNEALING_TEMPERATUREOpticalPropertiesNoble_Arguments.COLOR_SPACEOpticalPropertiesNoble_Arguments.DELTA_E_CALCULATIONOpticalPropertiesNoble_Arguments.DELTA_E_METHODOpticalPropertiesNoble_Arguments.ILLUMINANTOpticalPropertiesNoble_Arguments.INCIDENT_ANGLEOpticalPropertiesNoble_Arguments.INTERCRITICAL_ANNEALINGOpticalPropertiesNoble_Arguments.OBSERVER_ANGLEOpticalPropertiesNoble_Arguments.SINGLE_WAVELENGTHOpticalPropertiesNoble_Arguments.TARGET_COLOR_INDEX_1OpticalPropertiesNoble_Arguments.TARGET_COLOR_INDEX_2OpticalPropertiesNoble_Arguments.TARGET_COLOR_INDEX_3OpticalPropertiesNoble_Arguments.TARGET_COLOR_SPACEOpticalPropertiesNoble_Arguments.THICKNESS
OpticalPropertiesNoble_ResultsOpticalPropertiesNoble_Results.COLOR_24_BITOpticalPropertiesNoble_Results.COLOR_INDEX_1OpticalPropertiesNoble_Results.COLOR_INDEX_2OpticalPropertiesNoble_Results.COLOR_INDEX_3OpticalPropertiesNoble_Results.DELTA_EOpticalPropertiesNoble_Results.K_SINGLE_WAVELENGTHOpticalPropertiesNoble_Results.N_SINGLE_WAVELENGTH
- Module “pearlite”
- Module “phase_transition”
PhaseTransitionPhaseTransition_ArgumentOptionsPhaseTransition_ArgumentOptions_CONDITION_TO_VARYPhaseTransition_ArgumentOptions_SEARCH_DIRECTIONPhaseTransition_ArgumentsPhaseTransition_Arguments.COMPOSITION_CONDITIONPhaseTransition_Arguments.CONDITION_TO_VARYPhaseTransition_Arguments.EVALUATION_TEMPERATUREPhaseTransition_Arguments.MATRIX_PHASEPhaseTransition_Arguments.PHASE_TO_FORMPhaseTransition_Arguments.SEARCH_DIRECTIONPhaseTransition_Arguments.SUSPEND_OTHER_PHASES
PhaseTransition_Results
- Module “scheil”
ScheilScheil_ArgumentOptionsScheil_ArgumentOptions_CALCULATE_TOScheil_ArgumentOptions_SCHEIL_CALCULATION_TYPEScheil_ArgumentsScheil_Arguments.ACCURACYScheil_Arguments.ADVANCED_SCHEIL_OPTIONSScheil_Arguments.ALPHAScheil_Arguments.APPROX_DRIVING_FORCE_METASTABLEScheil_Arguments.CALCULATE_TOScheil_Arguments.COOLING_RATEScheil_Arguments.DELTA_FERRITE_TO_AUSTENITE_BACK_DIFFUSIONScheil_Arguments.DELTA_FERRITE_TO_AUSTENITE_CLASSICScheil_Arguments.END_TEMPERATUREScheil_Arguments.FAST_DIFFUSERS_BACK_DIFFUSIONScheil_Arguments.FAST_DIFFUSERS_CLASSICScheil_Arguments.GLOBAL_TEST_INTERVALScheil_Arguments.LIQUID_PHASEScheil_Arguments.MAX_NUM_ITERATIONSScheil_Arguments.PRIMARY_PHASE_BACK_DIFFUSIONScheil_Arguments.PRIMARY_PHASE_SOLUTE_TRAPPINGScheil_Arguments.SCANNING_SPEEDScheil_Arguments.SCHEIL_CALCULATION_TYPEScheil_Arguments.SDAS_CScheil_Arguments.SDAS_NScheil_Arguments.SMALLEST_ALLOY_FRACTIONScheil_Arguments.SMALLEST_FRACTIONScheil_Arguments.SOLID_FRACTION_FOR_LIQUIDUSScheil_Arguments.START_TEMPERATUREScheil_Arguments.TEMPERATURE_STEPScheil_Arguments.TERMINATE_AT_LIQUID_AMOUNTScheil_Arguments.USE_GLOBAL_MINIMIZATION
Scheil_ResultsScheil_Results.ELECTRIC_CONDUCTIVITYScheil_Results.ELECTRIC_RESISTIVITYScheil_Results.EUTECTIC_FRACTIONScheil_Results.FREEZING_RANGEScheil_Results.LIQUIDUSScheil_Results.MOLE_FRACTION_SOLID_PHASESScheil_Results.SOLIDUSScheil_Results.THERMAL_CONDUCTIVITYScheil_Results.THERMAL_DIFFUSIVITYScheil_Results.THERMAL_RESISTIVITYScheil_Results.TOTAL_FRACTION_SOLID_PHASESScheil_Results.VOLUMETRIC_SHRINKAGEScheil_Results.VOLUME_FRACTION_SOLID_PHASES
- Module “solvus_for_ordered_phase_ni”
SolvusForOrderedPhaseNiSolvusForOrderedPhaseNi_ArgumentOptionsSolvusForOrderedPhaseNi_ArgumentOptions_NAMING_CONVENTIONSolvusForOrderedPhaseNi_ArgumentOptions_PHASE_GROUP_SELECTIONSolvusForOrderedPhaseNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_ALL_PHASESSolvusForOrderedPhaseNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_GAMMA_GAMMA_PRIME_ONLYSolvusForOrderedPhaseNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_TYPICAL_NI_SUPERALLOYSolvusForOrderedPhaseNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_TYPICAL_PLUS_ETA_DELTASolvusForOrderedPhaseNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_TYPICAL_PLUS_TCP
SolvusForOrderedPhaseNi_ArgumentOptions_PHASE_NAME_COMMONSolvusForOrderedPhaseNi_ArgumentOptions_PHASE_NAME_COMMON.DELTASolvusForOrderedPhaseNi_ArgumentOptions_PHASE_NAME_COMMON.ETASolvusForOrderedPhaseNi_ArgumentOptions_PHASE_NAME_COMMON.GAMMA_DOUBLE_PRIMESolvusForOrderedPhaseNi_ArgumentOptions_PHASE_NAME_COMMON.GAMMA_PRIMESolvusForOrderedPhaseNi_ArgumentOptions_PHASE_NAME_COMMON.SIGMA
SolvusForOrderedPhaseNi_ArgumentsSolvusForOrderedPhaseNi_Arguments.ENTER_ADVANCED_SETTINGSSolvusForOrderedPhaseNi_Arguments.INITIAL_TEMPERATURESolvusForOrderedPhaseNi_Arguments.LOWER_TEMPERATURE_LIMITSolvusForOrderedPhaseNi_Arguments.MAX_NUM_ITERATIONSSolvusForOrderedPhaseNi_Arguments.NAMING_CONVENTIONSolvusForOrderedPhaseNi_Arguments.NUM_DECIMALSSolvusForOrderedPhaseNi_Arguments.PHASE_GROUP_SELECTIONSolvusForOrderedPhaseNi_Arguments.PHASE_NAME_COMMONSolvusForOrderedPhaseNi_Arguments.PHASE_NAME_EXPLICITSolvusForOrderedPhaseNi_Arguments.SUBLATTICE_1SolvusForOrderedPhaseNi_Arguments.SUBLATTICE_2SolvusForOrderedPhaseNi_Arguments.UPPER_TEMPERATURE_LIMIT
SolvusForOrderedPhaseNi_Results
- Module “spinodal”
SpinodalSpinodal_ArgumentOptionsSpinodal_ArgumentOptions_CONDITION_TO_VARYSpinodal_ArgumentsSpinodal_Arguments.COMPOSITION_CONDITIONSpinodal_Arguments.CONDITION_TO_VARYSpinodal_Arguments.EVALUATION_TEMPERATURESpinodal_Arguments.LOWER_CONDITION_LIMITSpinodal_Arguments.NUM_STEPSSpinodal_Arguments.SPINODAL_PHASESpinodal_Arguments.UPPER_CONDITION_LIMITSpinodal_Arguments.USE_MANUAL_SEARCH_LIMITS
Spinodal_Results
- Module “strain_age_cracking_ni”
StrainAgeCrackingNiStrainAgeCrackingNi_ArgumentOptionsStrainAgeCrackingNi_ArgumentOptions_EVALUATION_METHODStrainAgeCrackingNi_ArgumentOptions_PHASE_GROUP_SELECTIONStrainAgeCrackingNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_ALL_PHASESStrainAgeCrackingNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_GAMMA_GAMMA_PRIME_ONLYStrainAgeCrackingNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_TYPICAL_NI_SUPERALLOYStrainAgeCrackingNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_TYPICAL_PLUS_ETA_DELTAStrainAgeCrackingNi_ArgumentOptions_PHASE_GROUP_SELECTION.INCLUDE_TYPICAL_PLUS_TCP
StrainAgeCrackingNi_ArgumentsStrainAgeCrackingNi_Arguments.EVALUATION_METHODStrainAgeCrackingNi_Arguments.EVALUATION_TEMPERATUREStrainAgeCrackingNi_Arguments.INITIAL_STEP_SIZEStrainAgeCrackingNi_Arguments.LOW_LIMIT_TEMPERATUREStrainAgeCrackingNi_Arguments.MAXIMUM_TEMPERATUREStrainAgeCrackingNi_Arguments.PHASE_GROUP_SELECTIONStrainAgeCrackingNi_Arguments.SET_MAXIMUM_TEMPERATURE
StrainAgeCrackingNi_Results
- Module “ttt_diagram”
TTTDiagramTTTDiagram_ArgumentOptionsTTTDiagram_ArgumentOptions.AUSTENITE_COMPOSITIONTTTDiagram_ArgumentOptions.CALCULATION_SETTINGTTTDiagram_ArgumentOptions.CARBIDE_IN_BAINITETTTDiagram_ArgumentOptions.CARBIDE_IN_PEARLITETTTDiagram_ArgumentOptions.FERRITE_MODETTTDiagram_ArgumentOptions.PEARLITE_CRITERIONTTTDiagram_ArgumentOptions.PEARLITE_MODE
TTTDiagram_ArgumentOptions_AUSTENITE_COMPOSITIONTTTDiagram_ArgumentOptions_CALCULATION_SETTINGTTTDiagram_ArgumentOptions_CARBIDE_IN_BAINITETTTDiagram_ArgumentOptions_CARBIDE_IN_PEARLITETTTDiagram_ArgumentOptions_FERRITE_MODETTTDiagram_ArgumentOptions_PEARLITE_CRITERIONTTTDiagram_ArgumentOptions_PEARLITE_MODETTTDiagram_ArgumentsTTTDiagram_Arguments.AUSTENITE_COMPOSITIONTTTDiagram_Arguments.AUSTENITIZING_TEMPERATURETTTDiagram_Arguments.CALCULATION_SETTINGTTTDiagram_Arguments.CARBIDE_IN_BAINITETTTDiagram_Arguments.CARBIDE_IN_PEARLITETTTDiagram_Arguments.ERROR_TOLERANCE_XATTTDiagram_Arguments.EVALUATION_TEMPERATURETTTDiagram_Arguments.FERRITE_MODETTTDiagram_Arguments.GRAIN_SIZETTTDiagram_Arguments.INTERPOLATION_ERROR_TOLERANCETTTDiagram_Arguments.MAX_DELTA_X_ABSTTTDiagram_Arguments.MAX_DELTA_X_RELTTTDiagram_Arguments.PEARLITE_CRITERIONTTTDiagram_Arguments.PEARLITE_MODETTTDiagram_Arguments.SELECT_BAINITETTTDiagram_Arguments.SELECT_FERRITETTTDiagram_Arguments.SELECT_MARTENSITETTTDiagram_Arguments.SELECT_PEARLITETTTDiagram_Arguments.USE_INTERPOLATION
TTTDiagram_ResultsTTTDiagram_Results.AUSTENITE_10TTTDiagram_Results.AUSTENITE_90TTTDiagram_Results.AUSTENITE_FINISHTTTDiagram_Results.AUSTENITE_HALFTTTDiagram_Results.AUSTENITE_STARTTTTDiagram_Results.BAINITE_STARTTTTDiagram_Results.FERRITE_STARTTTTDiagram_Results.MARTENSITE_FINISHTTTDiagram_Results.MARTENSITE_HALFTTTDiagram_Results.MARTENSITE_STARTTTTDiagram_Results.PEARLITE_STARTTTTDiagram_Results.TERMINAL_FRACTION_BAINITETTTDiagram_Results.TERMINAL_FRACTION_FERRITETTTDiagram_Results.TERMINAL_FRACTION_MARTENSITETTTDiagram_Results.TERMINAL_FRACTION_PEARLITETTTDiagram_Results.TERMINAL_FRACTION_TOTAL_FERRITETTTDiagram_Results.TERMINAL_FRACTION_TOTAL_FERRITE_CEMENTITETTTDiagram_Results.TOTAL_FERRITE_CEMENTITE_FINISHTTTDiagram_Results.TOTAL_FERRITE_CEMENTITE_STARTTTTDiagram_Results.TOTAL_FERRITE_START
- Module “t_zero_temperature”
TZeroTemperatureTZeroTemperature_ArgumentOptionsTZeroTemperature_ArgumentOptions_CONDITION_TO_VARYTZeroTemperature_ArgumentsTZeroTemperature_Arguments.COMPOSITION_CONDITIONTZeroTemperature_Arguments.CONDITION_TO_VARYTZeroTemperature_Arguments.EVALUATION_TEMPERATURETZeroTemperature_Arguments.FIRST_PHASETZeroTemperature_Arguments.GIBBS_ADDITION_SECOND_PHASETZeroTemperature_Arguments.LOWER_CONDITION_LIMITTZeroTemperature_Arguments.MANUAL_SEARCH_LIMITSTZeroTemperature_Arguments.NUM_STEPSTZeroTemperature_Arguments.SECOND_PHASETZeroTemperature_Arguments.UPPER_CONDITION_LIMIT
TZeroTemperature_Results
- Module “yield_strength”
YieldStrengthYieldStrength_ArgumentOptionsYieldStrength_ArgumentOptions_MINIMIZATION_STRATEGYYieldStrength_ArgumentOptions_MINIMIZATION_STRATEGY.GLOBAL_MINIMIZATION_ONLYYieldStrength_ArgumentOptions_MINIMIZATION_STRATEGY.GLOBAL_TEST_PREFERREDYieldStrength_ArgumentOptions_MINIMIZATION_STRATEGY.LOCAL_MINIMIZATION_ONLYYieldStrength_ArgumentOptions_MINIMIZATION_STRATEGY.LOCAL_MINIMIZATION_PREFERRED
YieldStrength_ArgumentOptions_MODEYieldStrength_ArgumentOptions_PRECIPITATION_MODELYieldStrength_ArgumentsYieldStrength_Arguments.ANNEALING_TEMPERATUREYieldStrength_Arguments.BURGERS_VECTORYieldStrength_Arguments.CONSTANT_STRENGTH_ADDITIONYieldStrength_Arguments.CONSTANT_STRENGTH_ADDITION_SIMPLIFIED_MODEYieldStrength_Arguments.CRITICAL_RADIUS_SIMPLIFIED_MODEYieldStrength_Arguments.DESCHAMPS_BETAYieldStrength_Arguments.DESCHAMPS_CRITICAL_RADIUSYieldStrength_Arguments.DESCHAMPS_MEAN_RADIUSYieldStrength_Arguments.DESCHAMPS_USE_KOCKS_STATISTICSYieldStrength_Arguments.EVALUATE_SOLID_SOLUTION_AT_HIGHER_TEMPERATUREYieldStrength_Arguments.EVALUATION_TEMPERATUREYieldStrength_Arguments.GRAIN_SIZEYieldStrength_Arguments.GRAIN_SIZE_SIMPLIFIED_MODEYieldStrength_Arguments.HALL_PETCH_COEFFICIENTYieldStrength_Arguments.INCLUDE_GRAIN_BOUNDARY_STRENGTHENINGYieldStrength_Arguments.INCLUDE_GRAIN_BOUNDARY_STRENGTHENING_SIMPLIFIED_MODEYieldStrength_Arguments.INCLUDE_PRECIPITATION_STRENGTHENINGYieldStrength_Arguments.INCLUDE_PRECIPITATION_STRENGTHENING_SIMPLIFIED_MODEYieldStrength_Arguments.INCLUDE_SOLID_SOLUTION_STRENGTHENINGYieldStrength_Arguments.INCLUDE_SOLID_SOLUTION_STRENGTHENING_SIMPLIFIED_MODEYieldStrength_Arguments.MATRIX_PHASEYieldStrength_Arguments.MATRIX_PHASE_SIMPLIFIED_MODEYieldStrength_Arguments.MEAN_RADIUS_SIMPLIFIED_MODEYieldStrength_Arguments.MINIMIZATION_STRATEGYYieldStrength_Arguments.MODEYieldStrength_Arguments.PRECIPITATE_PHASEYieldStrength_Arguments.PRECIPITATE_PHASE_SIMPLIFIED_MODEYieldStrength_Arguments.PRECIPITATION_MODELYieldStrength_Arguments.REPPICH_AYieldStrength_Arguments.REPPICH_APBEYieldStrength_Arguments.REPPICH_CYieldStrength_Arguments.REPPICH_CALCULATE_APBEYieldStrength_Arguments.REPPICH_MEAN_RADIUSYieldStrength_Arguments.REPPICH_WYieldStrength_Arguments.SEIDMAN_ALPHAYieldStrength_Arguments.SEIDMAN_APBEYieldStrength_Arguments.SEIDMAN_MYieldStrength_Arguments.SEIDMAN_MEAN_RADIUSYieldStrength_Arguments.SHEAR_MODULUSYieldStrength_Arguments.SIMPLIFIED_CRITICAL_RADIUSYieldStrength_Arguments.SIMPLIFIED_MEAN_RADIUSYieldStrength_Arguments.SIMPLIFIED_SHEARING_PREFACTORYieldStrength_Arguments.TAYLOR_FACTORYieldStrength_Arguments.USER_DEFINED_HALL_PETCH_COEFFICIENTYieldStrength_Arguments.USE_ADDITIONAL_PRECIPITATION_PARAMETERSYieldStrength_Arguments.USE_CONSTANT_STRENGTHYieldStrength_Arguments.USE_CONSTANT_STRENGTH_SIMPLIFIED_MODEYieldStrength_Arguments.USE_EXPLICIT_MATRIX
YieldStrength_ResultsYieldStrength_Results.AMOUNT_OF_PHASESYieldStrength_Results.CONSTANT_HARDNESS_ADDITIONYieldStrength_Results.CONSTANT_STRENGTH_ADDITIONYieldStrength_Results.GRAIN_BOUNDARY_HARDENINGYieldStrength_Results.GRAIN_BOUNDARY_STRENGTHENINGYieldStrength_Results.INTRINSIC_HARDNESSYieldStrength_Results.INTRINSIC_STRENGTHYieldStrength_Results.PRECIPITATION_HARDENING_PER_PHASEYieldStrength_Results.PRECIPITATION_STRENGTHENING_PER_PHASEYieldStrength_Results.SOLID_SOLUTION_HARDENING_BCCYieldStrength_Results.SOLID_SOLUTION_HARDENING_FCCYieldStrength_Results.SOLID_SOLUTION_HARDENING_HCPYieldStrength_Results.SOLID_SOLUTION_STRENGTHENING_BCCYieldStrength_Results.SOLID_SOLUTION_STRENGTHENING_FCCYieldStrength_Results.SOLID_SOLUTION_STRENGTHENING_HCPYieldStrength_Results.TOTAL_HARDNESSYieldStrength_Results.TOTAL_PRECIPITATION_HARDENINGYieldStrength_Results.TOTAL_PRECIPITATION_STRENGTHENINGYieldStrength_Results.TOTAL_SOLID_SOLUTION_HARDENINGYieldStrength_Results.TOTAL_SOLID_SOLUTION_STRENGTHENINGYieldStrength_Results.TOTAL_YIELD_STRENGTHYieldStrength_Results.VOLUME_FRACTION_PRECIPITATE
- Module “shared_definitions”
- Module “alloy_strength_ti”
- Module “exceptions”
APIServerExceptionCalculationExceptionComponentNotExistingExceptionDatabaseExceptionDegreesOfFreedomNotZeroExceptionEquilibriumExceptionGeneralCalculationExceptionGeneralExceptionInvalidCalculationConfigurationExceptionInvalidCalculationStateExceptionInvalidNumberOfResultGroupsExceptionInvalidResultConfigurationExceptionInvalidResultStateExceptionLicenseExceptionNoDataForPhaseExceptionNotAllowedOperationExceptionPhaseNotExistingExceptionResultExceptionSyntaxExceptionTCExceptionUnrecoverableCalculationExceptionhandle_exception()
- Module “abstract_base”
AbstractCalculationAbstractResultDesignVariablePhaseParameterPhaseParameter.get_intervals()PhaseParameter.get_lower_temperature_limit()PhaseParameter.get_name()PhaseParameter.remove_all_intervals()PhaseParameter.remove_interval_with_upper_limit()PhaseParameter.set_expression_with_upper_limit()PhaseParameter.set_interval()PhaseParameter.set_lower_temperature_limit()
SystemDataSystemFunctionSystemFunction.get_intervals()SystemFunction.get_lower_temperature_limit()SystemFunction.get_name()SystemFunction.remove_all_intervals()SystemFunction.remove_interval_with_upper_limit()SystemFunction.set_expression_with_upper_limit()SystemFunction.set_interval()SystemFunction.set_lower_temperature_limit()
SystemModificationsTemperatureInterval
- Module “license”
- Calculations
- Troubleshooting