Skip to content

Commit

Permalink
Merge pull request #164 from leventon/master
Browse files Browse the repository at this point in the history
MaCFP-PMMA - Add 2023 UMET property set
  • Loading branch information
leventon authored Aug 20, 2023
2 parents 6aa3c45 + c11b709 commit 2178666
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions PMMA/Material_Properties/2023/MaCFP_PMMA_UMET.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"Material": "MaCFP-2 PMMA",

"Lab": "Unité Matériaux et Transformations (UMET)",

"Calibration": [
{
"Model": "ThermaKin",
"Method": "Trial and Error",
"Scope": "Kinetics",
"Data": {
"Type": "TGA",
"Heating Rate": 10,
"Source": "UCLAN, data; SANDIA 2021, calibration"
}
}
,
{
"Method": "Literature (Li, J., & Stoliarov, S. I., Combustion and Flame, 2013)",
"Scope": ["Density", "Heat Capcity", "Heat of Pyrolysis"]
}
,
{
"Method": "Literature (Li, J., Gong, J., & Stoliarov, S. I., International Journal of Heat and Mass Transfer, 2014)",
"Scope": ["Conductivity"]
}

],

"Kinetics": {
"Number of Reactions": 1,
"Reaction Network": "None",
"Pre-exponential": 6.73e10,
"Activation Energy": 1.6e5,
"Reaction Order": 1,
"Initial Mass Fraction": 1,
"Solid Yield": 0
}
,

"Thermodynamics": {
"Heat Capacity": {
"Form": "Linear",
"Slope": 3.6,
"Intercept": 6.00e2
},
"Heat of Pyrolysis": {
"Form": "Single Value",
"Value": [8.46e5]
},
"Density": {
"Form": "Linear",
"Slope": -0.63,
"Intercept": 1380
}
}
,

"Transport": {
"Conductivity": {
"Form": "Piecewise Linear",
"Boundary": 378,
"Slope": [-3.8e-4, -2.4e-4],
"Intercept": [0.45, 0.27]
},
"Mass Diffusivity": {
"Form": "None"
},
"Absorption": {
"Form": "Single Value",
"Value": "Unknown / Not Provided"
},
"Emissivity": {
"Form": "Single Value",
"Value": 0.95
}
}

}

0 comments on commit 2178666

Please sign in to comment.