ContribDieselFoamSprayProperties

From OpenFOAMWiki
Revision as of 08:16, 10 December 2008 by Niklas (Talk | contribs)

Back

sprayProperties

FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      sprayProperties;
}

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

interpolationSchemes
{
    U               cellPointFace;
    rho             cell;
    p               cell;
    T               cell;
}

atomizationModel        off;
includeOscillation      no;
breakupModel            ReitzKHRT;
injectorModel           hollowConeInjector;
evaporationModel        standardEvaporationModel;
heatTransferModel       RanzMarshall;
dragModel               standardDragModel;
wallModel               reflect;