2023 – a Year of Magnitude and Direction

2023 marked year 15 for Endurica.  If I had to pick one word to describe the past year, that word would be “vector”.  Because magnitude and direction.  😊

We updated our core value statement this year.  The first one I ever wrote as part of Endurica’s original business plan listed 3 values: technical leadership, customer focus, and trustworthiness.  Those values served us well for many years and in many ways shaped who we have become.  But it was important this year to take stock again.  We’ve grown 8-fold since I wrote those down!  So our team spent many hours revisiting our shared values and deliberating over which will best define our culture and steer us right going forward.  In the end, we decided to keep the first 3, and we added 3 more:  embrace the grit, make an impact, and better every day.

We also completed an exercise to articulate what makes Endurica truly unique in the CAE / durability simulation space.  The 3 words we chose are… Accurate, Complete, and Scalable.

  • Accurate refers to the accurate material models that capture rubber’s many “special effects”, the accurate critical plane analysis method for analyzing multiaxial history, the accurate handling of nonlinear relationships between global input load channels and local crack experiences, and the extensive set of validation cases that have demonstrated our accuracy over the years. Nobody offers a more accurate solution for rubber durability.
  • Complete refers to our complete coverage of infinite life, safe life and damage tolerant approaches to testing and simulation. It refers to feature completeness that enables users to account for nearly any material behavior under nearly any service conditions.  Finally, it refers to the documentation, the materials database, and the examples we distribute with the software and with our webinar series.  Nobody offers a more complete solution for rubber durability.
  • Scalable refers to our capacity to apply our solutions efficiently in all circumstances. Scalability is the training we provide so that users can learn our tools quickly.  Scalability is access to powerful, ready-to-use workflows right when you need them.  Scalability is the modular approach we take to material testing and modeling so that simple problems can be solved cheaply and complex problems can be solved accurately in the same framework.  Scalability is our multi-threading that allows job execution time to be accelerated to complete impactful analysis on tough deadlines.  Nobody offers a more scalable solution for rubber durability.

2023 was not all navel-gazing and new marketing.  We also had magnitude and direction in other areas.

Top 10 Code Developments:

  1. New Endurica Architecture: After several years of development and a soft launch under the Katana project name, we finally completed our migration to the new architecture.  The new architecture provides a huge speed advantage for single thread and now for multithread execution. It uses a new input file format (.json). The json format makes it easier than ever for users to build customized and automated workflows via Python scripting.
  2. Sequence Effects: Sometimes the order of events matters to durability, and sometimes it doesn’t. We introduced Steps and Blocks to our input file, giving users complete control over the specification of multi-block, multi-step scheduling of load cases.  There is also a new output request that came out of this work: residual strength.
  3. EIE: 6 channels and support for RPC: Support for 6 channels of load input was one of our most highly requested new features.  Fast growing use of this feature led to further enhancements of the workflow (support for rpc file format, studies of map building techniques), and new recommendations on how to implement boundary conditions for specified rotation histories in explicit and implicit finite element models.
  4. Queuing: Design optimization studies need efficient management and execution of multiple jobs. Endurica’s software license manager now supports queueing for licenses. Queuing allows a submitted job to automatically wait to start until a license is available, instead of the prior behavior of exiting with a license error. Now you can submit many jobs without worrying about license availability.
  5. Haigh Diagram Improvements: We implemented an improved discretization of the Haigh diagram, and parallelized its evaluation. Now you get much nicer looking results in a fraction of the time. For details, check out our blog post on Haigh diagrams and also read about other improvements like axis limit setting and smoother contour plots.
  6. Viewer image copy: There is now a button! Its easier than ever to get your images into reports.
  7. Documentation Updates: We have been focusing on improving documentation this year. There are many new sections in the theory manual and user guide, as well as a getting started guide and more examples.  Stay tuned for many more examples coming in 2024!
  8. User Defined Planes: It is now possible to define your own set of planes for the critical plane search. One example where you might want to do this would be the situation where you would like to refine the critical plane search on a limited domain of the life sphere.
  9. New Database Materials: We added 7 new carbon black and silica filled EPDM compounds to the database. We are now up to 42 unique rubber compounds in the database.
  10. Uhyper Support: The new architecture now supports user-defined hyperelasticity. If you have a Uhyper subroutine for your finite element analysis, you can use it directly with Endurica.

 

Testing Hardware

We completed the acquisition and installation at ACE labs of a Coesfeld Instrumented Cut and Chip Analyser (ICCA).  The ICCA provides unmatched measurement and control of impact conditions, and provides a way to evaluate rubber compounds for their resistance to cutting and chipping.

 

Applications, Case Studies, Webinars

Never underestimate the students! We were blown away by the work of undergraduates at the University of Calgary with our tools and Ansys.  The students designed an airless tire, completing durability simulations using Endurica software within the scope of a senior design project. They were able to Get Durability Right on a short timeline and a student budget. Check out their multi-objective, high-performance design project here.

Analyzing what happens to tires as they take on the most celebrated testing track in the world might have been the funnest project Endurica’s engineers tackled in 2023. We presented the technical details at The Tire Society annual meeting and more in a followup webinar. An extensive Q&A session followed, and I loved the final question: “So, how long before we have a dashboard display of ‘miles to tire failure’ in our cars?”  Bring it.  We are ready!

Our Winning on Durability webinar series hit a nerve with the Metal Fatigue DOES NOT EQUAL Rubber Fatigue episodes on mean strain (the tendency of larger mean strains to significantly INCREASE the fatigue life of some rubbers!) and linear superposition (for converting applied load inputs to corresponding stress/strain responses). The great response has lead to our third installment on the differences between rubber and metal fatigue with an upcoming presentation on temperature effects.

twitterlinkedinmail

The New Endurica Architecture – It’s Time to Migrate

Our transition to a new software architecture is a vital move in navigating the dynamic technological landscape. In a recent webinar, we discussed the aspects of this transition, providing insights into the why and how of adopting a new architectural approach despite having a functional existing one. This post will highlight the motivations behind the shift, the present status of feature migration, alterations in the latest software release, and an overview of projects within this new framework.

The Rationale and Benefits

Why Overhaul?

The complete rewrite of our software’s architecture was not a decision made lightly. The reasoning extends beyond merely wanting a refresh; it was driven by pivotal motivations, primarily surrounding the necessity for speed and efficiency in executing computing processes. Speed is invariably tied to productivity and operational fluency in software and technology. The plot below illustrates a compelling story: the old architecture (represented by the blue line), exhibited a static runtime, regardless of the number of threads engaged, revealing its inability to utilize parallel processing. Contrastingly, the new architecture demonstrates a significant speed-up, even with just a single thread, and scales to allow an increase in speed by many multiples, contingent on thread capacity.

Solving Larger Problems

The pursuit of faster execution isn’t arbitrary; it is intrinsically linked to our objective of solving larger problems. With larger tasks and projects on the horizon, scaling up and utilizing more CPU threads became essential. Exemplified through a job run on a virtual machine with 96 available CPU threads, the linear decrease in runtime with increasing threads (until certain hardware limitations are met) exhibits the new architecture’s adept handling of larger jobs (see plot below). The capability to scale and manage tasks of escalating complexity and size was a crucial driver for our transition.

Enhancing Integrations and Streamlining Workflows

Then, we turned our attention toward improving the user experience in interfacing with our software. Our prior use of the HFI and HFO file formats, while functional, presented numerous challenges regarding modification and integration, particularly when scripted modifications were necessary. The new architecture employs the JSON file format, widely recognized for its robustness and versatility across various industries and applications. With JSON, modifying job inputs and managing data become significantly simplified, as illustrated by a Python script example, wherein the entirety of job modifications, inputs, and submissions can be seamlessly handled with a handful of lines of code.

Improved Usability and Real-Time Error Checking

In an effort to enhance usability and mitigate the common issue of erroneous entries and syntax use, the new architecture, especially when utilized with a text editor like VS Code, offers real-time checking and syntax suggestions. This not only makes job submission more precise but also substantially reduces the trial-and-error cycle, saving valuable time. Additionally, upon job submission, the new architecture performs rigorous error and syntax checks, ensuring smooth execution and user experience.

Comprehensive Feature Migration: A Successful Transition

Reflecting on the past two years, we have accomplished a near-complete feature migration to the new software architecture, with 99% of features now successfully transitioned. This includes all outlined output requests, material models, history types, and various procedures.
Our commitment to supporting multiple interfaces remains, with support for Abaqus, Ansys, and Marc using the new architecture. Furthermore, Endurica Viewer is fully compatible, providing enhanced visualization capabilities under the new system.
The comprehensive migration and the incorporation of new functionalities marks the new architecture as fully operational and ready for use across all undertakings.

Implementation of Directory and Execution Changes in Endurica Software

Refined Directory Structure

In efforts to provide a seamless transition and user experience with the upgraded Endurica software, modifications have been made to the directory structure. The new architecture, once labeled “Katana” during its development phase, has now been ubiquitously integrated into the top-level Endurica directory. With the most recent software installation, users will observe the top-level CL and DT directories contain the new architecture, and the Katana directory has been removed.

Consequently, when we refer to Endurica CL and Endurica DT moving forward, it denotes reference to the new architecture.

Accommodating Transition: The Legacy Folder

Acknowledging that the transition to the new architecture may not be instantaneous for all users, the old architecture will still be available and designated within a “Legacy” folder. Though it requires navigation into subfolders, we ensure its accessibility for users who need more time to transition fully into the new structure.

Executable Naming Conventions

In tandem with the directory adjustments, executable naming conventions have been revised to be more intuitive. Previously, “endurica” was employed to submit fatigue analyses in the old architecture, while “katana” pertained to the new. To streamline, “katana” has been rebranded as “endurica” for submitting the JSON input file, with the legacy version adopting the name “endurica-legacy.” It is crucial to note that users accustomed to utilizing “katana” may continue to do so — “endurica” and “katana” will run the same executable. However, usage of the old architecture requires invoking a new “endurica-legacy” command.

Delivering the Unattainable with Endurica’s New Software Architecture

Embarking upon two recent projects with our new computational architecture, we explored the realms of virtual simulation and data management in tire durability and elastomeric mount durability performance.

Project 1: Tire Durability with Dassault Systems

In collaboration with Dassault Systems, a multi-body dynamic simulation was conducted to compute tire durability at the Nurburgring circuit. Utilizing SIMPACK for generating virtual road load data and employing Endurica EIE and Abaqus to establish a workspace map of driving conditions, the endeavor yielded significant data, processed through 176,000 time steps to evaluate the tire’s fatigue life. After a meticulous analysis, the results spotlighted the fatigue life to be 214 laps, pinpointing the most critical point around the tire bead edge.

Project 2: Durability of an Elastomeric Mount with Ford

Undertaken with Ford, the second project navigated through the durability performance of an elastomeric mount, involving a behemoth of data from 144 load history files, each load file containing tens or hundreds of thousands of time points, accumulating to over 15 million total time points. Utilizing a similar approach as the Nurburgring project, Endurica EIE and Abaqus were used together to generate the strain history data. The analysis focused on membrane elements on the mount’s free surfaces to precisely gauge surface strains. Culminating the analysis, the project succeeded in qualifying the part with a fatigue life of 9.4 repeats of the entire schedule, wherein the requisite was just one repeat.

These projects underscored the capabilities of our new architecture, navigating through large data sets and providing tangible insights in significantly reduced timeframes compared to the old architecture. In essence, the implementation of the new architecture has not only streamlined our processes but also expanded our horizons in handling large data and achieving nuanced analyses in our projects.

Summary

The new Endurica CL and Endurica DT architectures have now fully replaced our old system, maintaining the accuracy our users expect while introducing an easier, more powerful, and scalable solution. Everything has been successfully migrated over to this complete solution. With its enhanced capabilities, it addresses problems that were previously too large or took too long to solve, enabling our customers to tackle challenges they might not have considered before. The ability to solve unprecedented problems is just one more example of our steadfast commitment to providing accurate, complete, and scalable solutions.

twitterlinkedinmail

License Queueing

Design optimization studies are driving a need to support the efficient management and execution of many jobs.  This is why we are announcing that Endurica’s software license manager now supports queueing for licenses. This allows a submitted job to automatically wait to start until enough licenses are available, instead of the prior behavior of exiting with a license error. Now you can submit many jobs without worrying about license availability.

License queueing is only available for network licenses (not node-locked). It is currently supported for Katana CL/DT jobs and EIE jobs submitted from a command prompt.

To enable queueing, set the environment variable RLM_QUEUE to any value. This environment variable must be set on the client machine (not the license server).

To learn more about license queueing, search for “How to Queue for Licenses” in the RLM License Administration documentation here: https://www.reprisesoftware.com/RLM_License_Administration.pdf

 

twitterlinkedinmail

The View on ‘22 – The Top 10 Happenings for Endurica in 2022

  1. Expanded our team! We welcomed 35-year Goodyear veteran Tom Ebbott to our team as Vice President, and at one point we had 3 interns working with us this year.  It wasn’t all hard work – we enjoyed our first company canoe trip / picnic in July.
  2. Solved much bigger problems. We set a record this summer for the largest rubber fatigue analysis ever. Ford Motor Company gave us multi-channel recorded road load histories from the full schedule of 144 distinct test track events that they use to qualify a motor mount for durability. We used Endurica EIE to map the load space and generate 3.2 Terabytes of stress-strain history for fatigue analysis. The new Katana multi-threading architecture of our Endurica CL fatigue solver enabled us to process 152k elements through all 15,693,824 timesteps of the schedule.  Check out our presentation at RubberCon 23 in Edinborough UK.
  3. Made analysis of block cycles easier. The Endurica CL and DT solvers’ Katana architecture now enables multiple blocks of load history to be specified in a single analysis.WoD 6 - Strain Crystallization
  4. Added a Haigh diagram visualization to the Endurica Viewer. Use it to quickly understand your material’s dependence of fatigue life on mean strain and strain amplitude.
  5. Implemented a channel reduction algorithm to Endurica EIE. It will analyze your multi-channel loading history to check for opportunities to reduce the dimensionality of your analysis through a change of coordinate basis.  Often, a 6-channel signal can be reduced to 3, 4 or 5 channels, greatly reducing computational requirements for building the map for EIE’s interpolation process.
  6. Expanded our licensing model to offer local, regional and global options. If your organization uses Endurica at multiple sites around the world, ask us about the advantage of regional or global licenses. These licenses allow any number of users to share a pool of solver threads for maximum flexibility and compute power.
  7. Added an experimental characterization for ozone cracking. Ozone is a trace gas that strongly reacts with some rubbers to produce surface cracking. It limits useful product life, even for loads below the fatigue threshold.Ozone Module. quantify ozone attack critical energy and rate Our testing method gives you the parameters you need to set up the ozone attack model in your Endurica CL / DT analyses. Perfect for analysis of tire sidewall endurance.
  8. Were honored when our founder and president, Will Mars, received the Herzlich Medal – the highest award in the tire industry – at the International Tire Exhibition and Conference. This honor is bestowed every other year to recognize an individual whose career and accomplishments have changed the tire industry for the better and left a lasting impact on tire design, development and manufacturing.
  9. Strengthened our documentation. New and experienced users alike will find it easier than ever to find the theory, procedures and examples that will yield rapid success in applying our software workflows. Check out the new sections on Mullins Effect, Ageing, Safety Factor, and Block Cycle analysis.
  10. Celebrated our client’s success. Technetics Group (Pierrelatte, France Maestral® R&D Sealing Laboratory) and Delkor Rail (New South Wales, Australia) shared their Winning on Durability success in case studies.
twitterlinkedinmail

User Requests and New Features: You Asked For It, You Got It

You asked for it, Endurica gives you new features!Once a year, we ask our users to weigh in on what we can do to further improve your experiences with the Endurica fatigue solvers.  The feedback helps us aim our development at bringing you winning capabilities.  It is also a marker we can use to gauge progress.

Here are the survey results from 2020:

Results from consumer survey stating which products they are most likely to use. Results from consumer survey stating which products they are most likely to use.

How did we do this year?  Check it out:

Support for additional channels in Endurica’s Efficient Interpolation Engine (EIE).  EIE makes it possible to compute strain histories and fatigue life from lengthy road load signals. To date, EIE has supported up to 3 independent load channels.  But we’ve had several of our best users tell us they need 6 channels.  The expanded capability was a big focus for development this year, and now it is complete and nearly ready for launch.  Stay tuned for more details to come out in early 2022.

Safety Factor.  The Safety Factor calculation is a feature of Endurica’s new Katana CL that launched this year.  It avoids the need for full characterization of the crack growth rate law but gives you the benefits of critical plane analysis. Given only the intrinsic strength (fatigue threshold) and precursor size, it calculates the margin by which the most critical loads remain below your material’s fatigue limit.  It tells you whether you may expect indefinite life (or not). Use it with the Intrinsic Strength Analyser experiment.  Perfect for analysis projects where you need to demonstrate capacity for long life with limited timeline or budget.

UHYPER.  Abaqus users can now define their own hyperelastic law in Endurica.  The Endurica UHYPER interface matches the UHYPER Abaqus interface so that you can use the same subroutine with both codes.

Linux Support.  Did you know that the Endurica solvers are available on both Windows and Linux?  Our Linux users can now run the entire Endurica suite of software (CL, DT, and EIE) on their systems.

Execution Speed.  The recently launched Katana solver (for CL and DT licenses) offers unprecedented speed.  Our benchmarks show that on a single thread, users will cut run times by more than ½.  And the Katana solver also offers multithreading.  Our benchmarks showed excellent scaling behavior up to >40 parallel threads.  These capabilities means that users will be able to run much larger jobs, and to complete their existing jobs with much shorter run times.

Improved hfi syntax / error checking.  Another feature of the Katana solver is its adoption of the json format for the input file.  The switch to the widely adopted json standard means that our solutions are now much easier to script via python or matlab and that there are file editors which automatically do the syntax / error checking.

Cosimulation Interface for Ansys.  The cosimulation capability of Endurica DT updates the finite element solution so that material property evolution can be simulated.  It has previously only been available to Abaqus users, but has now been developed for Ansys.  It is currently being beta tested.  We expect to launch this addition in Q1 2022. This means that Ansys users will very soon be able to make full use of Endurica DT’s Cyclic Softening modules and Ageing Workflow.

Materials database expansion.  The next Endurica release will have an addition to the materials database: a series of six HNBRs. We are also preparing to release the database in several common unit systems, rather than the prior single unit system.

With 2021 behind us now, its time to look forward to 2022 (and beyond!).  Look for the client survey and let us know how to best serve your upcoming needs.

twitterlinkedinmail

Towards better rubber compound selection: Introducing Endurica’s new Companion (TM) App

Endurica Companion App | Fatigue Property Comparator

Rubber can be formulated in a very wide range of properties.  For materials developers, this cuts two ways. On one hand, it means that there are almost always excellent options for a given application.  On the other, it means that those options are usually hidden among lots of bad options.  This is job security for rubber compounders, but it unfortunately also underlies the fact that there are so many instances of sub-optimal materials selection decisions when it comes to rubber.  One study found that more than 40% of rubber product failures could have been avoided with better materials selection.

One cause of this statistic is poor visibility into how material properties map into application performance.  Too often, the material options are judged based on an over-simplified lab test, or an incomplete specification of application conditions. We made the CompanionTM app to address this gap.  Companion makes it easier to find the rubber properties that ensure durability in your application.  Companion can compare materials for strain-, stress- and energy control.  It can compare applications with different modes of deformation (tension, compression, shear).  It can account for fully relaxing and nonrelaxing loading. It can account for temperature effects.

Another cause of too-high rates of poor materials selection is that sometimes different parts of an organization use incompatible approaches to specify, characterize and analyze the material and the application.  Gaps between the materials, product and testing silos sometimes create unnecessary confusion, conflict and wasted effort, leading to poor durability.  Companion was built with the aim of getting materials engineers and product engineers using a common, validated framework.  The material properties and analysis principles in the Companion App are the same as those used in our product simulation software, but the user experience in the app is centered around the materials selection decision.  No special knowledge of fatigue theory or simulation technology is needed to start using the app.

 With the Companion App you can choose different variables to see how they affect the performance of the rubber

You can use the basic version of Companion for free.  Go to companion.endurica.com to set up your account and try it out.  The free version lets you define one material and one loading condition.  A subscription-based professional version is also available for about $1 USD / day.  The subscription version lets you compare 2 materials and 2 load cases side-by-side, it lets you save your material definitions to a local database for future use, and it includes several outputs that give deeper insight into the fatigue behavior of your materials.  The workflow is simple: 1) define your material(s), 2) define your load case(s), 3) run the calculation, and 4) review the results and compare performance of the materials for the given load cases.

Give it a try and let us know what you think.

twitterlinkedinmail

Road Loads to Block Cycle Schedule

 Road loads being converted into block cycle schedules through Endurica softwareRoad load signals are notoriously difficult to work with. The signals feature so many different time increments that it becomes too much to directly model efficiently in FEA. It is difficult to tell which portions of the loading do the most damage. Experimental fatigue testing would be too time-consuming and costly to run on the full complex road load signal. For these reasons simplifying road loads into block cycle schedules has become the gold standard for working with road load signals. Experimental testing and FEA modeling are more manageable when using a block cycle schedule instead of the full road load signal. Traditional methods of converting a road load signal to block cycle schedule can often fall short. Endurica recently added a built-in method in the Endurica CL software that uses the power of critical plane analysis and rain-flow counting to automate block cycle creation.

Let us dive into the process of block cycle creation using an example of a bushing and a road load history. The road loading history shown below contains results for loadings in 3 axes over a time history.

 Road Load Time History Graph

The first step in creating the block cycle schedule is solving for the strain history over the entire road load history. Fortunately, Endurica EIE comes to the rescue in solving for the long strain history. The road load time history does not need to be modeled directly in FEA. Instead, a map is run in FEA to solve for strain history within the bounds of the road loading. Endurica EIE quickly interpolates the strains from this map to create the full loading strain history. In the animation below the map points solved for in FEA are shown as black dots and the bushing traces out the path of the map.

Endurica EIE quickly interpolating the strains from this map to create the full loading strain history

After the full road load strain history has been solved for in EIE the fatigue life for the road load signal is ready to be analyzed in CL. The fatigue analysis of the entire road load signal gives valuable insight into finding the critical location, developing the block cycle, and allowing the fatigue life of the block schedule to be validated against the fatigue life of the road load. The critical location of the bushing is shown in the image below:

The fatigue analysis of the entire load signal shows the critical location along with an estimated fatigue life

At the bushing critical location, all damaging events on the critical plane are taken into account when creating the block cycle schedule. The events are grouped into different bins categorized by two parameters: the peak CED and R ratio. The analyst remains in control by selecting the number of bins to group into. Each of the bins contains events with similar peak CED and R ratio that falls within the bounds of the bin. Within each bin, a representative cycle is identified that when repeated in the block schedule will contribute at least as much damage as all the various events in the bin. This selection process produces a conservative result that ensures that the block cycle will be at least as damaging as the road load.

 Grouping Damaging events into Bins

The bin results from the original history show the number of times each bin is repeated and the total damage from each bin. At this point, the bins that contribute insignificant damage can be safely eliminated from the block cycle schedule to save testing time and complexity without changing the results.

Comparison of Original history to Block Schedule

 

The simplified block schedule is then modeled to check the fatigue life vs the full road load signal. The results show that the critical location and fatigue life has been accurately maintained in the block schedule.

 Road Load vs. Block Cycle Fatigue + Damage Spheres

This automated block cycle creation procedure succeeded in producing a block cycle with the same critical location and very similar fatigue life. The block cycle selection was able to re-create the full road load signal using only three different loading blocks.

Endurica CL automated block cycle creation lets you take the guesswork out of block cycle creation and harness the proven power of Endurica fatigue analysis technology to get durability right.

twitterlinkedinmail

Things that went right in 2020 at Endurica

Things that went right in 2020 at Endurica

2020 is burned in all our minds as a chaotic and tough year.  Just like the rest of the world, Endurica staff experienced times of isolation and loss due to the pandemic.  On a positive note, we invested heavily in making our tools and workflows better than ever so that we’re ready to come back strong in 2021.  Here is a list of our top new developments in 2020:

Endurica Software Enhancements

  • Endurica DT’s new Ageing Feature now enables you to simulate how ageing affects your rubber product. Your compound’s stiffness, strength, and fatigue properties can all evolve with time.
  • Our new Linux distribution takes our solutions beyond the Windows world.
  • We’ve added an encryption feature to safeguard your trade secrets.
  • Viewer Improvements make it easier than ever to visualize your fatigue simulation results.
  • EIE Enhancements give you blazing-fast compute speed for full road-load signals.
  • We’ve also planned an aggressive development agenda for 2021. Stay tuned for a new Endurica-based smartphone app for materials engineers, for a new feature that computes fatigue threshold safety margins, for a new block cycle schedule extraction algorithm, and more!

Training

  • The new Fatigue Ninja Friday webinar series provides step-by-step application training for key the workflows that you need to get durability right. All of the recorded episodes are now available in the online Endurica academy.
  • The new Winning on Durability webinar series provides high-level overviews of both technical and business topics so you can connect Endurica tools to your strategic imperatives. All of these recorded webinars are available gratis on our website.
  • We’ve recast our in-person training events as LIVE, ONLINE workshops accessible safely around the world.

Testing Instruments

Fatigue Property Mapping Testing Service

  • We added the Reliability Module to our Fatigue Property Mapping testing service. Use it to quantify crack precursor size statistics when you need to estimate probability of failure.
  • We also reorganized the Thermal Module and the Ageing Module into Basic and Advanced levels, to offer a lower price-point when a basic option will suffice.

Want to leverage any of these new capabilities in your next durability project?  Give us a call and let’s talk!

twitterlinkedinmail

Fatigue Property Mapping 2.0

Fatigue Property Mapping Logo

We have just launched a few updates to our Fatigue Property Mapping service offerings.  The changes were:

  1. Addition of the all new Reliability Module for those needing to compute probability of failure in addition to fatigue life. The module gives you Weibull parameters to describe the statistical distribution of crack precursor sizes in your material.
  2. Addition of a pressure-volume test as an optional add-on to the hyperelastic module. Use this add-on when your rubber is loaded under high confinement to the point where its compressibility must be treated more accurately.  If the hydrostatic pressure is more than 5% of the bulk modulus, then this option makes sense.
  3. Split of the original Thermal Module in two components: a Basic Thermal Module and an Advanced Thermal Add-on Module. The Basic Thermal Module provides a dynamic strain sweep to quantify dissipation (for use in computing temperature distribution via FEA) and also provides the temperature sensitivity coefficient on the crack growth rate law.  The advanced module provides thermal transport properties (conductivity, specific heat), thermal expansion coefficient (for computing thermal pre-stresses), and additional data points for the dissipation and crack growth rate laws.
  4. Split of the original Extended Life (Ageing) Module into two parts: a Basic Ageing Module and a Master Curve Module. The basic module includes characterization of unaged and aged samples for stiffness, critical fracture energy, and intrinsic strength.  The oven exposure time and temperature for the aged sample is specified by the client, or can be set by Endurica based upon a client-specified life target.  The Full Master Curve Module gives both the Arrhenius law activation energy and a master curve showing how stiffness, critical fracture energy and intrinsic strength depend on exposure time and temperature.

Most prices have remained the same, except for the Thermal and Ageing modules.  The Thermal and Ageing modules have now been significantly streamlined, so that we now offer service at a lower price.

The new price list and specifications can be found here.

twitterlinkedinmail
close
Trial License RequestTrial License RequestTrial License RequestTrial License RequestTrial License Request

Our website uses cookies. By agreeing, you accept the use of cookies in accordance with our cookie policy.  Continued use of our website automatically accepts our terms. Privacy Center