1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
14 object dsmcProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
22 nEquivalentParticles 1e12;
25 // Wall Interaction Model
26 // ~~~~~~~~~~~~~~~~~~~~~~
28 WallInteractionModel MaxwellianThermal;
31 // Binary Collision Model
32 // ~~~~~~~~~~~~~~~~~~~~~~
34 BinaryCollisionModel LarsenBorgnakkeVariableHardSphere;
36 LarsenBorgnakkeVariableHardSphereCoeffs
39 relaxationCollisionNumber 5.0;
43 // Inflow Boundary Model
44 // ~~~~~~~~~~~~~~~~~~~~~
46 InflowBoundaryModel FreeStream;
69 internalDegreesOfFreedom 2;
77 internalDegreesOfFreedom 2;
83 // ************************************************************************* //