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

T
{
        type                compressible::thermalBaffle;
        kappa               fluidThermo;
        kappaName           none;
        value               uniform 300;

        regionName           ${baffleRegionName};
        active               yes;

        # include "3DbaffleSolidThermo"

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

}

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