1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
4 | \\ / O peration | Version: 1.6-ext |
5 | \\ / A nd | Web: www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object kinematicCloud1Properties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 // Particle sub-models
20 InjectionModel ConeInjection;
23 PatchInteractionModel StandardWallInteraction;
24 PostProcessingModel PatchPostProcessing;
30 rhoMin rhoMin [ 1 -3 0 0 0 ] 1e-15;
32 // Minimum particle mass
33 minParticleMass minParticleMass [ 1 0 0 0 0] 1.0e-15;
35 // Parcel thermo properties
36 rho0 rho0 [ 1 -3 0 0 0] 5000;
39 // Coupling between particles and carrier phase via source terms
42 cellValueSourceCorrection on;
44 // Integer used to identify different parcel types
71 position (0.01 0.05 0.005);
73 parcelsPerSecond 10000;
74 volumeFlowRate constant 0.01;
76 thetaInner constant 0.0;
77 thetaOuter constant 30.0;
90 // Total mass to inject
91 massTotal massTotal [ 1 0 0 0 0] 2.0e-4;
94 StandardWallInteractionCoeffs
99 PatchPostProcessingCoeffs
101 maxStoredParcels 10000;
108 // ************************************************************************* //