fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / discreteMethods / dsmcFoam / supersonicCorner / constant / dsmcProperties
blob40f31176156a0bbf59d413ba4f95a0bd9e0bf0fa
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      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            1.2e12;
23 // Wall Interaction Model
24 // ~~~~~~~~~~~~~~~~~~~~~~
26 //WallInteractionModel            SpecularReflection;
27 WallInteractionModel            MaxwellianThermal;
29 SpecularReflectionCoeffs {}
31 MaxwellianThermalCoeffs {}
33 // Binary Collision Model
34 // ~~~~~~~~~~~~~~~~~~~~~~
36 //BinaryCollisionModel            VariableHardSphere;
37 BinaryCollisionModel            LarsenBorgnakkeVariableHardSphere;
39 VariableHardSphereCoeffs
41     Tref        273;
44 LarsenBorgnakkeVariableHardSphereCoeffs
46     Tref                        273;
47     relaxationCollisionNumber   5.0;
50 // Inflow Boundary Model
51 // ~~~~~~~~~~~~~~~~~~~~~
53 InflowBoundaryModel             FreeStream;
54 //InflowBoundaryModel             NoInflow;
56 NoInflowCoeffs {}
58 FreeStreamCoeffs
60     numberDensities
61     {
62         Ar      1.0e20;
63     };
66 // Molecular species
67 // ~~~~~~~~~~~~~~~~~
69 typeIdList                      (Ar);
71 moleculeProperties
73     Ar
74     {
75         mass                            66.3e-27;
76         diameter                        4.17e-10;
77         internalDegreesOfFreedom        0;
78         viscosityCoefficient            2.117e-5;
79         omega                           0.81;
80     }
83 // ************************************************************************* //