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

dimensions      [1 0 -3 0 0 0 0];


internalField   uniform 0;

boundaryField
{
    inlet
    {
        type            calculated;
        value           uniform 0;
    }
    outlet
    {
        type            calculated;
        value           uniform 0;
    }
    wall
    {
        type            calculated;
        value           uniform 0;
    }
    wave
    {
        type            calculated;
        value           nonuniform List<scalar> 
200
(
257740
257740
257654
257654
258490
258490
259743
259743
257606
257606
263647
263647
262622
262622
258706
258706
272815
272815
265446
265446
261441
261441
285388
285388
269676
269676
264537
264537
300134
300134
277967
277967
264708
264708
314873
314873
295595
295595
260248
260248
325257
325257
325548
325548
258476
258476
320798
320798
358474
358473
286360
286360
287596
287596
377785
377784
353507
353507
257810
257810
355420
355420
407434
407434
330542
330542
271164
271164
404325
404325
427324
427324
314672
314672
293568
293568
437810
437810
451007
451007
325073
325073
295536
295536
456260
456260
482466
482466
371359
371359
272321
272321
459140
459140
516319
516319
442358
442358
258659
258659
430835
430834
537482
537482
516449
516449
348636
348636
309492
309492
516973
516973
573172
573172
506115
506115
280926
280926
404879
404879
571440
571440
599069
599069
506428
506428
262657
262657
463849
463849
607715
607715
625998
625998
525080
525080
263593
263593
476938
476938
631596
631596
658966
658966
574038
574038
308917
308917
403533
403533
620988
620988
691302
691302
652292
652292
485138
485138
270487
270487
577974
577974
703212
703212
717210
717210
618674
618674
343227
343227
386634
386635
645636
645636
744095
744095
738134
738134
621191
621191
301254
301254
457668
457669
689156
689156
776904
776904
766461
766461
645800
645800
325389
325389
436850
436850
670837
670837
745939
745939
)
;
    }
    frontAndBackPlanes
    {
        type            empty;
    }
}


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