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 \*---------------------------------------------------------------------------*/
14 object dsmcProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
21 nEquivalentParticles 1.2e12;
23 // Wall Interaction Model
24 // ~~~~~~~~~~~~~~~~~~~~~~
26 //WallInteractionModel SpecularReflection;
27 WallInteractionModel MaxwellianThermal;
29 SpecularReflectionCoeffs {}
31 MaxwellianThermalCoeffs {}
33 // Binary Collision Model
34 // ~~~~~~~~~~~~~~~~~~~~~~
36 //BinaryCollisionModel VariableHardSphere;
37 BinaryCollisionModel LarsenBorgnakkeVariableHardSphere;
39 VariableHardSphereCoeffs
44 LarsenBorgnakkeVariableHardSphereCoeffs
47 relaxationCollisionNumber 5.0;
50 // Inflow Boundary Model
51 // ~~~~~~~~~~~~~~~~~~~~~
53 InflowBoundaryModel FreeStream;
54 //InflowBoundaryModel NoInflow;
77 internalDegreesOfFreedom 0;
78 viscosityCoefficient 2.117e-5;
83 // ************************************************************************* //