initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / discreteMethods / dsmcFoam / wedge15Ma5 / constant / dsmcProperties
blob1b010199f5f0f46aa75341d96764decf5de91d8c
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
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 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      dsmcProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 // General Properties
20 // ~~~~~~~~~~~~~~~~~~
22 nEquivalentParticles            5e12;
25 // Wall Interaction Model
26 // ~~~~~~~~~~~~~~~~~~~~~~
28 WallInteractionModel            MaxwellianThermal;
30 MaxwellianThermalCoeffs {}
33 // Binary Collision Model
34 // ~~~~~~~~~~~~~~~~~~~~~~
36 BinaryCollisionModel            LarsenBorgnakkeVariableHardSphere;
38 LarsenBorgnakkeVariableHardSphereCoeffs
40     Tref                        273;
41     relaxationCollisionNumber   5.0;
45 // Inflow Boundary Model
46 // ~~~~~~~~~~~~~~~~~~~~~
48 InflowBoundaryModel             FreeStream;
50 NoInflowCoeffs {}
52 FreeStreamCoeffs
54     numberDensities
55     {
56         N2      0.777e20;
57         O2      0.223e20;
58     };
62 // Molecular species
63 // ~~~~~~~~~~~~~~~~~
65 typeIdList                      (N2 O2);
67 moleculeProperties
69     N2
70     {
71         mass                            46.5e-27;
72         diameter                        4.17e-10;
73         internalDegreesOfFreedom        2;
74         viscosityCoefficient            1.656e-5;
75         omega                           0.74;
76     }
78     O2
79     {
80         mass                            53.12e-27;
81         diameter                        4.07e-10;
82         internalDegreesOfFreedom        2;
83         viscosityCoefficient            1.919e-5;
84         omega                           0.77;
85     }
89 // ************************************************************************* //