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

scalarTransport
{
    type            scalarTransport;
    libs            ("libsolverFunctionObjects.so");

    field           s;
    schemesField    s;
    D               1e-09;
}

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