Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MaCFP-PMMA - Add 2023 UMET property set #164

Merged
merged 1 commit into from
Aug 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
}

}