/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2206                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    object      initialConditions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

flowAlphaT        uniform 0;

// Turbulence parameters
turbulentk             2.71e-04;
turbulentOmega           3.25e-06;
turbulentEpsilon       4.80e-15;
turbulentNut               4.29e+01;
turbulentNuTilda       6.72e-05;
simulation_type        laminar;
flowModel        laminar;
flowNu                 7.234421707044802e-07;
flowMu                 0.0007191256190711382;

// pressure and velocity
flowVelocity               (1.443e-04 0.0 0.0);
staticPressure     0;
flowPressure       0;

// Temperatures
bulkTemp            323.15;//293.15;
wallTemp            293.15;//323.15;
reducedTemp         30;  //bulkTemp-wallTemp

// Cyclic constraint
flowUbar          (1.443e-04 0.0 0.0);

// Thermal Properties
thermalMethod       "wall";
thermalBeta         3.03e-4;
regularPr           4.834181;
turbulentPr         0.85;
lambdaGuess         1.25;//0.5387;
domainLength        1.0;		    
thermalGamma        0.001;
lambdaDelay         2000;
lambdaInterval      20;


// Thermal Properties
fluidMolWeight      18;
fluidRho            994.0333148824618;
fluidCp             4179.258102;
fluidPr             4.834181;

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