1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
14 object kinematicCloud1Properties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 InjectionModel ManualInjection;
24 DispersionModel StochasticDispersionRAS;
26 PatchInteractionModel StandardWallInteraction;
28 PostProcessingModel none;
32 cellValueSourceCorrection on;
38 rhoMin rhoMin [ 1 -3 0 0 0 ] 1e-15;
39 minParticleMass minParticleMass [ 1 0 0 0 0 ] 1e-15;
40 rho0 rho0 [ 1 -3 0 0 0 ] 5000;
64 massTotal massTotal [ 1 0 0 0 0 ] 0.0002;
67 positionsFile "kinematicCloud1Positions";
86 position ( 0.25 0.25 0.05 );
88 parcelsPerSecond 10000;
89 volumeFlowRate Constant 0.01;
91 thetaInner Constant 0;
92 thetaOuter Constant 30;
107 StandardWallInteractionCoeffs
112 // ************************************************************************* //