/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2112                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      thermophysicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

// FLiBe properties from: https://publications.anl.gov/anlpubs/2022/02/173421.pdf

thermoType
{
    type            heRhoThermo;
    mixture         pureMixture;
    transport       polynomial;//const;
    thermo          hPolynomial;
    equationOfState rPolynomial; //rPolynomial
    specie          specie;
    energy          sensibleEnthalpy;
}

mixture
{
    specie
    {
        molWeight       28.96;
    }
    thermodynamics
    {
        CpCoeffs<8>     (1830 0 0 0 0 0 0 0 );
        Hf              0;
	Sf		0;
    }
    equationOfState
    {
        C		(4.22e-4 -2.08 5.0e+04 0.0 0.0 );
    }

    transport
    {
	muCoeffs<8>	(0.451517039111895 -0.00129450157685648 1.27061448231867e-06 -4.22704774312144e-10 0.0 0.0 0.0 0.0);
	kappaCoeffs<8>	(1.0	0	0	0	0	0	0	0	);
	Pr		(0.629697 0.0005 0.0 0.0 0.0 0.0 0.0 0.0);    }

}

//dpdt false;
// ************************************************************************* //
