CPP-DiTTA Interactive Model
Welcome to the interactive model developed for CPP-DiTTA (Digital Twin Technology for Aerospace) at Cal Poly Pomona.
This interactive tool is powered by two neural networks trained on simulated stress profiles generated from a 24-inch beam outfitted with force sensors.
With this interface, users can input stress readings from seven virtual sensors to estimate where damage may be located along the beam. The first model (NN1) predicts the most likely cut position based solely on the stress signature.
By adjusting sensor values and interacting with the 3D visualization, users can explore how machine learning interprets structural behaviors.
The goal of this model is to predict the location of a cut in the beam using Von-Mises stress values from seven sensors that line the bottom face of the beam. The cut location is then passed to the second model for further visualization.
The model was trained using a dataset of 81 cut location scenarios and their related stress readings at each node.
Step 1: Predicting Damage
Input stress values for each node on the beam. These may range from 0 to 10,000 psi.
Step 2: Generating Stress Field
The second model is designed to predict the von Mises stress at any point within the beam, given its spatial coordinates and the applied load conditions. Unlike the previous neural network used for predicting cut locations, this model focuses on learning the stress field response of the structure under varying force scenarios.
To train this model, a comprehensive dataset of ANSYS finite element simulations was used. Each simulation represents a different cut location and applied load case, capturing the resulting stress distribution across the beam. The complete dataset consists of 481 simulation files, for a total of nearly 19,630,227 data points
Step 3: Adjusting Applied Force
The Stress Field in Step 2 was generated under a load contition of 2.5lbs. Now, enter a custom value (in lbs) to see the difference in strain on the beam, given the damage.