1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.0 |
5 | \\ / A nd | Web: http://www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
14 object dsmcProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
21 nEquivalentParticles 1e12;
23 // Wall Interaction Model
24 // ~~~~~~~~~~~~~~~~~~~~~~
26 WallInteractionModel MaxwellianThermal;
28 MaxwellianThermalCoeffs {}
30 // Binary Collision Model
31 // ~~~~~~~~~~~~~~~~~~~~~~
33 BinaryCollisionModel LarsenBorgnakkeVariableHardSphere;
35 LarsenBorgnakkeVariableHardSphereCoeffs
38 relaxationCollisionNumber 5.0;
41 // Inflow Boundary Model
42 // ~~~~~~~~~~~~~~~~~~~~~
44 InflowBoundaryModel FreeStream;
66 internalDegreesOfFreedom 2;
67 viscosityCoefficient 1.656e-5;
75 internalDegreesOfFreedom 2;
76 viscosityCoefficient 1.919e-5;
81 // ************************************************************************* //