/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  3.0.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      fvOptions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


sMS1
    {
        type            solidificationMeltingSource;
        active          yes;
        
        solidificationMeltingSourceCoeffs
        {
            selectionMode   cellZone;
            cellZone        solid;
            Tsol           273.15;
            L               80160;
            thermoMode      thermo;
            beta            1.2e-4;
            rhoRef          6093;
            Cu              1.6e+06;
            q               1.0e-03;
        }
    }


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