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

T
{
        type                compressible::thermalBaffle;
        kappaMethod         fluidThermo;
        value               uniform 300;

        regionName          ${baffleRegionName};
        active              yes;

        # include "3DbaffleSolidThermo"

        // New fvMesh (region) information
        # include "extrudeModel"
}

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