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

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

    region          ${baffleRegion};
    active          yes;

    # include "3DbaffleSolidThermo"

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

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