/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format binary; class dictionary; location "constant"; object SprayCloudProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // solution { active true; coupled true; transient yes; cellValueSourceCorrection on; maxCo 0.3; sourceTerms { schemes { rho explicit 1; U explicit 1; Yi explicit 1; h explicit 1; radiation explicit 1; } } interpolationSchemes { rho cell; U cellPoint; thermo:mu cell; T cell; Cp cell; kappa cell; p cell; } integrationSchemes { U Euler; T analytical; } } constantProperties { T0 300; // place holders for rho0 and Cp0 // - reset from liquid properties using T0 rho0 780; Cp0 4187; constantVolume false; } subModels { particleForces { sphereDrag; } injectionModels { model1 { type coneNozzleInjection; SOI 0.0; duration 1; massTotal 0.001945; parcelBasisType mass; injectionMethod disc; flowType flowRateAndDischarge; outerDiameter 0.0005; innerDiameter 0; position (0 0.0995 0); direction (0 -1 0); parcelsPerSecond 1e+05;// Change to 1e+07 for second case! flowRateProfile table ( (0 0.001945) (1.000000 0.001945) (1.000001 0.0000) (1000 0.0000) ); Cd constant 0.9; thetaInner constant 0.0; thetaOuter constant 10.0; sizeDistribution { type massRosinRammler; massRosinRammlerDistribution { minValue 1e-5; maxValue 2.7276e-4; d 1.4965e-4; n 3.7559; } } } } dispersionModel none; patchInteractionModel standardWallInteraction; heatTransferModel none; compositionModel singlePhaseMixture; phaseChangeModel none; surfaceFilmModel none; atomizationModel none; breakupModel none; // ReitzKHRT; stochasticCollisionModel none; radiation off; standardWallInteractionCoeffs { type rebound; } singlePhaseMixtureCoeffs { phases ( liquid { C7H16 1; } ); } } cloudFunctions {} // ************************************************************************* //