1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
14 object reactingCloud1Properties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
23 cellValueSourceCorrection off;
43 minParticleMass 1e-15;
60 injectionModel manualInjection;
64 patchInteractionModel standardWallInteraction;
66 heatTransferModel none;
68 surfaceFilmModel none;
70 collisionModel pairCollision;
77 parcelBasisType fixed;
80 positionsFile "kinematicCloudPositions";
85 fixedValueDistribution
94 // Maximum possible particle diameter expected at any time
95 maxInteractionDistance 0.006;
97 writeReferredParticleCloud no;
99 pairModel pairSpringSliderDashpot;
101 pairSpringSliderDashpotCoeffs
103 useEquivalentSize no;
107 cohesionEnergyDensity 0;
108 collisionResolutionSteps 12;
111 wallModel wallLocalSpringSliderDashpot;
113 wallLocalSpringSliderDashpotCoeffs
115 useEquivalentSize no;
116 collisionResolutionSteps 12;
124 cohesionEnergyDensity 0;
133 cohesionEnergyDensity 0;
138 standardWallInteractionCoeffs
149 // ************************************************************************* //