/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile {
  version     2.0;
  format      ascii;
  class       volScalarField;
  location    "3600/tank";
  object      Ta;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 0 0 1 0 0 0];

internalField   nonuniform List<scalar>
60
(
    446.301634013
    446.284500738
    447.06532739
    447.04603439
    448.553668089
    448.532273022
    450.730875971
    450.70725642
    453.558537164
    453.532797973
    457.000040924
    456.97227154
    461.019900919
    460.990221723
    465.584192106
    465.552721301
    470.660271065
    470.627127281
    476.216551136
    476.181847799
    482.222131831
    482.185983469
    488.646510116
    488.609063454
    495.459962993
    495.421366052
    502.633415875
    502.593782308
    510.137627334
    510.09705549
    517.942869481
    517.901443651
    526.018296252
    525.976082063
    534.331449104
    534.288510533
    542.848370123
    542.804764167
    551.533475604
    551.489170378
    560.348119454
    560.302945362
    569.248345406
    569.201938734
    578.181829129
    578.133498117
    587.08262537
    587.03115167
    595.862961358
    595.806090528
    604.396665139
    604.330235791
    612.48828746
    612.404771898
    619.818352064
    619.70428574
    625.84581786
    625.677908964
    629.637303452
    629.385420281
)
;

boundaryField {
  top
  {
    type            zeroGradient;
  }
  bottom
  {
    type            zeroGradient;
  }
  wall
  {
    type            zeroGradient;
  }
  wedge1
  {
    type            wedge;
  }
  wedge2
  {
    type            wedge;
  }
  tank_to_porousMat
  {
    type            compressible::turbulentTemperatureCoupledBaffleMixed;
    refValue        nonuniform List<scalar>
    30
    (
        446.338763979
        447.107289731
        448.600180867
        450.782231399
        453.614491759
        457.060403482
        461.084407914
        465.652587061
        470.732296037
        476.291960195
        482.300678049
        488.727872657
        495.543818267
        502.719518443
        510.225763678
        518.032856183
        526.10999187
        534.424713773
        542.943074522
        551.629685908
        560.44619982
        569.349076224
        578.286698278
        587.194243268
        595.986163633
        604.540387557
        612.668698963
        620.064420259
        626.208289785
        630.189489816
    )
    ;
    refGradient     uniform 0;
    valueFraction   uniform 0.487433764221;
    Tnbr            Ta;
    thicknessLayers 0 ( );
    kappaLayers     0 ( );
    kappaMethod     lookup;
    kappa           k_abl_sym;
    alphaAni        Anialpha;
    value           nonuniform List<scalar>
    30
    (
        446.319732412
        447.085781252
        448.576339988
        450.755908341
        453.585811323
        457.029463673
        461.051343806
        465.617530117
        470.695378468
        476.253308057
        482.26041791
        488.686168966
        495.500836885
        502.675385174
        510.180587964
        517.986732038
        526.062991792
        534.376909453
        542.894532245
        551.580371754
        560.395927136
        569.297445008
        578.232945893
        587.137031703
        595.923014307
        604.466720299
        612.576226118
        619.938294011
        626.022498915
        629.90645773
    )
    ;
  }
}


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