Category: prototype

  • How TinyUTM works as an UTM

    Nine parameters have been selected as the minimal, necessary and sufficient whole to characterize metals, polymers and composites at room temperature. In accordance, the .JSON schema for TinyUTM has been devised as follows:

    {
    “materials”: [“Metal”, “Polymer”, “Composite”],
    “tests”: [“Tension”, “Compression”, “Flexural”, “Fracture”, “Small-Punch”],
    “specimens”: [“ISO Compliant”, “Custom”],
    “test_speeds”: [0.5, 1.0, 2.0],
    “parameters”: [“yield_strength_MPa”, “ultimate_tensile_strength_MPa”, “youngs_modulus_GPa”, “elongation_at_break_percent”, “flexural_strength_MPa”, “flexural_modulus_GPa”, “fracture_toughness_KIC_MPa_sqrt_m”, “JIC_kJ_per_m2”, “energy_to_fracture_J”],
    “advanced_parameters”: [/* in case of expansion */]
    }

    This .JSON is a fundamental, static implementation of ASTM standards, specimen dimensions, material categories and property ranges. On top of that , a .csv file will store the original raw data from every test in the form of: load, displacement and time for post-processing. Any mechanical parameter of interest in materials science can be devised from that numerically, once the test setup is known, therefore a .csv file will be the primary output of TinyUTM as a universal testing machine. In addition, a database of benchmarks from validated literature acts as reference for any post-processing.

  • TinyUTM’s original reference

    Our very first TinyUTM’s idea in late 2024 was aimed at reproducing the open-source FreeLoader’s work by Amend, McNicoll and Lipson, 2011, University of Columbia, paper reference: “FreeLoader: An Open Source Universal Testing Machine for High-Throughput Experimentation“, ASME IDETC/CIE Conference, Washington, DC, 2011. Other than tensile tests of non-metal and/or additively manufactured specimens, we wanted to try the recent small punch test for metals, all within a 3kN load capacity instead of their 5kN.