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 dsmcProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
22 nEquivalentParticles 1.2e12;
25 // Wall Interaction Model
26 // ~~~~~~~~~~~~~~~~~~~~~~
28 WallInteractionModel MaxwellianThermal;
31 // Binary Collision Model
32 // ~~~~~~~~~~~~~~~~~~~~~~
34 BinaryCollisionModel VariableHardSphere;
36 VariableHardSphereCoeffs
42 // Inflow Boundary Model
43 // ~~~~~~~~~~~~~~~~~~~~~
45 InflowBoundaryModel FreeStream;
67 internalDegreesOfFreedom 0;
72 // ************************************************************************* //