STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / discreteMethods / dsmcFoam / freeSpaceStream / constant / dsmcProperties
blobcf73361e35f60f4528e66f43c39e24611ad39d12
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
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 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      dsmcProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 // General Properties
19 // ~~~~~~~~~~~~~~~~~~
21 nEquivalentParticles            1e12;
23 // Wall Interaction Model
24 // ~~~~~~~~~~~~~~~~~~~~~~
26 WallInteractionModel            MaxwellianThermal;
28 MaxwellianThermalCoeffs {}
30 // Binary Collision Model
31 // ~~~~~~~~~~~~~~~~~~~~~~
33 BinaryCollisionModel            LarsenBorgnakkeVariableHardSphere;
35 LarsenBorgnakkeVariableHardSphereCoeffs
37     Tref                        273;
38     relaxationCollisionNumber   5.0;
41 // Inflow Boundary Model
42 // ~~~~~~~~~~~~~~~~~~~~~
44 InflowBoundaryModel             FreeStream;
46 FreeStreamCoeffs
48     numberDensities
49     {
50         N2      0.777e20;
51         O2      0.223e20;
52     };
55 // Molecular species
56 // ~~~~~~~~~~~~~~~~~
58 typeIdList                      (N2 O2);
60 moleculeProperties
62     N2
63     {
64         mass                            46.5e-27;
65         diameter                        4.17e-10;
66         internalDegreesOfFreedom        2;
67         viscosityCoefficient            1.656e-5;
68         omega                           0.74;
69     }
71     O2
72     {
73         mass                            53.12e-27;
74         diameter                        4.07e-10;
75         internalDegreesOfFreedom        2;
76         viscosityCoefficient            1.919e-5;
77         omega                           0.77;
78     }
81 // ************************************************************************* //