Skip to content
Snippets Groups Projects
limestoneCloud1Properties 2.83 KiB
Newer Older
/*--------------------------------*- 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      limestoneCloud1Properties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

solution
{
    active          true;
    coupled         true;
    transient       yes;
    cellValueSourceCorrection on;
andy's avatar
andy committed
    maxCo           0.3;
    sourceTerms
    {
        schemes
andy's avatar
andy committed
            U               explicit 1;
Henry's avatar
Henry committed
            h               explicit 1;
            radiation       explicit 1;
    interpolationSchemes
    {
        rho             cell;
andy's avatar
andy committed
        thermo:mu       cell;
        U               cellPoint;
        Cp              cell;
andy's avatar
andy committed
        kappa           cell;
    integrationSchemes
    {
        U               Euler;
        T               analytical;

constantProperties
{
    injectionModels
    {
        model1
        {
            type            manualInjection;
            massTotal       0.0001;
            parcelBasisType mass;
            SOI             0;
            positionsFile   "limestonePositions";
            sizeDistribution
            {
                type        RosinRammler;
                RosinRammlerDistribution
                {
                    minValue        5e-06;
                    maxValue        0.000565;
    dispersionModel stochasticDispersionRAS;
    patchInteractionModel standardWallInteraction;
    heatTransferModel RanzMarshall;
andy's avatar
andy committed
    stochasticCollisionModel none;

    surfaceFilmModel none;
    standardWallInteractionCoeffs
    RanzMarshallCoeffs
    {
        BirdCorrection  false;
    }
andy's avatar
andy committed
cloudFunctions
{}


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