1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.6 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
14 object dsmcProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
22 nEquivalentParticles 5e12;
25 // Wall Interaction Model
26 // ~~~~~~~~~~~~~~~~~~~~~~
28 WallInteractionModel MaxwellianThermal;
30 MaxwellianThermalCoeffs {}
33 // Binary Collision Model
34 // ~~~~~~~~~~~~~~~~~~~~~~
36 BinaryCollisionModel LarsenBorgnakkeVariableHardSphere;
38 LarsenBorgnakkeVariableHardSphereCoeffs
41 relaxationCollisionNumber 5.0;
45 // Inflow Boundary Model
46 // ~~~~~~~~~~~~~~~~~~~~~
48 InflowBoundaryModel FreeStream;
73 internalDegreesOfFreedom 2;
74 viscosityCoefficient 1.656e-5;
82 internalDegreesOfFreedom 2;
83 viscosityCoefficient 1.919e-5;
89 // ************************************************************************* //