Specialized skill for polymer materials analysis including molecular weight distribution, thermal transitions, crystallinity, and rheological properties
The Polymer Characterization skill provides comprehensive analysis capabilities for polymeric materials, enabling systematic evaluation of molecular weight, thermal behavior, crystallinity, mechanical properties, and chemical structure essential for polymer science and engineering applications.
Sample Preparation
Calibration
Data Analysis
Glass Transition (Tg)
Melting Behavior
Crystallinity Calculation
Crystallinity (%) = (ΔHm / ΔHm°) × 100
Where ΔHm° is the enthalpy of 100% crystalline polymer
Viscosity Measurements
Viscoelastic Properties
Temperature Dependence
FTIR Spectroscopy
NMR Spectroscopy
{
"sample_id": "string",
"polymer_type": "string",
"analysis_methods": ["GPC", "DSC", "rheology", "FTIR", "NMR"],
"solvent": "string (for GPC)",
"temperature_range": {
"start": "number (C)",
"end": "number (C)"
}
}
{
"sample_id": "string",
"molecular_weight": {
"Mn": "number (g/mol)",
"Mw": "number (g/mol)",
"PDI": "number"
},
"thermal_properties": {
"Tg": "number (C)",
"Tm": "number (C)",
"Tc": "number (C)",
"crystallinity": "number (percent)"
},
"rheological_properties": {
"zero_shear_viscosity": "number (Pa.s)",
"crossover_frequency": "number (rad/s)",
"flow_activation_energy": "number (kJ/mol)"
},
"chemical_structure": {
"functional_groups": ["string"],
"degradation_indicators": "string"
}
}