Results

The results section of the PMS tutorial does a good job walking you through the project directory structure for any HTPolyNet run, so we’ll skip that here.

First, if we look in proj-0/plots, we can see the density vs. time of the densification stage:

../../../_images/densification-density2.png

Fig. 23 Density vs. time during the densification stage of the bisGMA/STY liquid. Each of the nine distinct simulations in series is colored uniquely along a matplotlib plasma colomap.

As in the polymethylstyrene tutorial, we can make plots of the conversion vs. run time and the cure iteration vs. run time:

$ htpolynet plots diag --diags diagnostics.log
../../../_images/cure_info2.png

With fewer atoms than the DGEBA/PACM tutorial, and fewer iterations needed to reach 95% conversion, it is not surprising this build took only an hour or so. Again, we see that the first 25% or so of the run time gets 75% or so of the way to cured.

Let’s generate traces of temperature, density, and potential energy vs time for the entire course of the system build:

$ htpolynet plots build --proj proj-0 --buildplot t --traces t d p

This command will read all edr files in order to construct the overall traces. This will take a few minutes.

../../../_images/buildtraces2.png

Fig. 24 (Top) Temperature vs. time for 95% cure of bisGMA/STY (Middle) Density vs time. The two topmost plots also report number of bonds; (Bottom) Potential energy vs. time.

Below we show before and after pictures of the system, where all bonds associated with crosslink sites are rendered in “licorice” with the rest in lines, and GMA molecules are mauve while STYs are green:

../../../_images/gma-sty-liq.png

Fig. 25 System before cure; C1-C2 bonds within each monomer are rendered in licorice.

../../../_images/gma-sty-cured.png

Fig. 26 System after cure; all C1-C2 bonds (intra and intermolecular) are rendered in licorice.