/*--------------------------------*- C++ -*----------------------------------*/
FoamFile
{
    format      ascii;
    class       dictionary;
    location    "constant";
    object      transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

DS1               [0 2 -1 0 0 0 0] 0;  // No diffusion
DS2               [0 2 -1 0 0 0 0] 0;  // No diffusion
DT              DT [0 2 -1 0 0 0 0] 1.43e-7;  // Thermal diffusivity (m²/s)
nu              nu [0 2 -1 0 0 0 0] 8.58e-7; // Kinematic viscosity (m²/s)
rho             1000;     // Density [kg/m³]
Cp              4182;     // Specific heat [J/kg-K]
kappa           0.6;      // Thermal conductivity [W/m-K]

kS
{
    type            Arrhenius;
    A               [0 0 -1 0 0 0 0] 1e6;    // Frequency factor (s⁻¹)
    Ea              [1 2 -2 0 -1 0 0] 50000;  // Activation energy (J/mol)
    R               [1 2 -2 -1 -1 0 0] 8.314;  // Gas constant (J/mol·K)
}
