ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / discreteMethods / dsmcFoam / supersonicCorner / constant / dsmcProperties
blobd5234d3b383d046f9b5800e495044e9fcce89c45
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
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            1.2e12;
25 // Wall Interaction Model
26 // ~~~~~~~~~~~~~~~~~~~~~~
28 WallInteractionModel            MaxwellianThermal;
31 // Binary Collision Model
32 // ~~~~~~~~~~~~~~~~~~~~~~
34 BinaryCollisionModel            VariableHardSphere;
36 VariableHardSphereCoeffs
38     Tref        273;
42 // Inflow Boundary Model
43 // ~~~~~~~~~~~~~~~~~~~~~
45 InflowBoundaryModel             FreeStream;
47 FreeStreamCoeffs
49     numberDensities
50     {
51         Ar      1.0e20;
52     };
56 // Molecular species
57 // ~~~~~~~~~~~~~~~~~
59 typeIdList                      (Ar);
61 moleculeProperties
63     Ar
64     {
65         mass                            66.3e-27;
66         diameter                        4.17e-10;
67         internalDegreesOfFreedom        0;
68         omega                           0.81;
69     }
72 // ************************************************************************* //