{% extends "base.html" %} {% block content %}
Predict the derived cetane number and supporting fuel properties of a multi-component fuel mixture using SMILES input and blend composition.
Enter at least two components. The total composition must equal 100%.
Predicted Mixture CN
Mixture YSI
Boiling Point
Density
Components
No mixture prediction yet
Enter the blend composition and click Predict Mixture CN.
| Structure | Name | SMILES | Formula | MW (g/mol) | Composition (%) | Pure YSI | Pure Density (kg/m³) |
|---|---|---|---|---|---|---|---|
|
{% if comp.img_id %}
|
{{ comp.name }} | {{ comp.smiles }} |
{{ comp.formula }} | {{ comp.mol_weight }} | {{ comp.percentage }}% | {% if comp.pure_ysi is not none %}{{ comp.pure_ysi }}{% else %}N/A{% endif %} | {% if comp.pure_density is not none %}{{ comp.pure_density }} kg/m³{% else %}N/A{% endif %} |