BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / discreteMethods / dsmcFoam / freeSpacePeriodic / constant / dsmcProperties
bloba4f6ddb45eec8b99b4bbb405deb857bf9c73ec4b
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            1e12;
25 // Wall Interaction Model
26 // ~~~~~~~~~~~~~~~~~~~~~~
28 WallInteractionModel            SpecularReflection;
31 // Binary Collision Model
32 // ~~~~~~~~~~~~~~~~~~~~~~
34 BinaryCollisionModel            LarsenBorgnakkeVariableHardSphere;
36 LarsenBorgnakkeVariableHardSphereCoeffs
38     Tref                        273;
39     relaxationCollisionNumber   5.0;
43 // Inflow Boundary Model
44 // ~~~~~~~~~~~~~~~~~~~~~
45 InflowBoundaryModel             none;
48 // Molecular species
49 // ~~~~~~~~~~~~~~~~~
51 typeIdList                      (N2 O2);
53 moleculeProperties
55     N2
56     {
57         mass                            46.5e-27;
58         diameter                        4.17e-10;
59         internalDegreesOfFreedom        2;
60         omega                           0.74;
61     }
63     O2
64     {
65         mass                            53.12e-27;
66         diameter                        4.07e-10;
67         internalDegreesOfFreedom        2;
68         omega                           0.77;
69     }
73 // ************************************************************************* //