Skip to content

krlennon/rheology-health-monitoring

Repository files navigation

Rheology Health Monitoring

This repository contains the data and code for the paper "Anticipating gelation and vitrification with medium amplitude parallel superposition (MAPS) rheology and artificial neural networks"..

Publication of this work is forthcoming. For now, if you use the data or code within this repository, please cite it using the metadata in the citation file.

Contents

make_plots.py

Short script for making two figures: a plot of the time-resolved loss modulus from SAOS frequency sweeps, and a plot of the time-resolved noise temperature computed from pre-trained ANNs (linear response and MAPS response) using SAOS and MAPS data.

maps_data.npy

Preprocessed MAPS data, containing the values of the first and third order commplex compliances. Computed from raw MAPS data using process_maps.py.

process_maps.py

Short script to process raw MAPS data.

sgr_lr.py

Script for training an ANN to compute the parameters of the SGR model (including the noise temperature) from SAOS frequency sweep data. The ANN is trained on synthetic SAOS data. A pre-trained ANN is found here.

sgr_maps.py

Script for training an ANN to compute the parameters of the SGR model (including the noise temperature) from a single MAPS experiment. The ANN is trained on synthetic MAPS data. A pre-trained ANN is found here.

sgr_synthetic.py

Script for training a set of ANNs to compute the parameters of the SGR model from synthetic MAPS data (with tone sets (5,6,9) and (1,4,16)).

data

Contains all of the raw data and scripts to generate synthetic data (see the subdirectory README).

model_lr

Trained Keras model for determining SGR parameters from SAOS data.

model_maps

Trained Keras model for determining SGR parameters from MAPS data.

Contibuting

Inquiries and suggestions can be directed to krlennon[at]mit.edu.

License

GNU General Public License v3.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published