/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2212                                    |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      parameters;
}
/*--------------------------------*- C++ -*----------------------------------*\
| Central parameter file for OpenFOAM case                                    |
\*---------------------------------------------------------------------------*/

// Basic flow parameters
velocity     (2.303 0 0);        // Velocity vector in m/s
pressure     0;         // Pressure in Pa


// Turbulence model parameters
turbulence   true;           // Set to true if using turbulence modeling
turbModel    kOmegaSST;       // Turbulence model (e.g., kEpsilon, kOmega)

// Simulation control parameters
startTime    0;              // Start time of the simulation
endTime      100;             // End time of the simulation
deltaT       0.0005;          // Time step size
writeInterval 0.05;             // Interval for writing results (in seconds)





// ************************************************************************* //
