Skip to content

Commit 789a611

Browse files
Enhance training section with model details
Added details about the training data generation and model training process for the thesis.
1 parent 148703f commit 789a611

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

_projects/ms_thesis.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,12 @@ link: /projects/ms-thesis/
6363
<p align="center">
6464
<img src="https://sachdevakunal.github.io/images/ms_thesis/Operator_splitting_schematic.png" width="75%">
6565
</p>
66+
67+
## Training
68+
69+
- The training data was generated using a 2D backward-facing step methane-air flame simulated with the DRM19 mechanism, providing diverse reacting-flow conditions.
70+
- A coarse-grid simulation was used to collect temporal snapshots of temperature and species fields, from which representative species were selected based on a cutoff mass-fraction threshold.
71+
- PCA was applied to the sampled snapshots to select diverse thermochemical states for training while reducing redundancy in the dataset.
72+
- Each sampled state was evolved through 0D constant-pressure reactors in Cantera to obtain time-series data for temperature and species evolution.
73+
- The DeepONet and RecNet models were built in JAX and trained on an NVIDIA RTX A6000 GPU using a two-stage process: pre-training followed by refined auto-regressive training.
74+
- Pre-training minimized short-step prediction error for physical consistency, while refined training increased rollout length by feeding the model’s own predictions back as inputs.

0 commit comments

Comments
 (0)