/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/

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

        regionName          ${baffleRegionName};
        active              yes;

        # include "3DbaffleSolidThermo"

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

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