This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/gnemdFoam/nanoNozzle/system/molConfigDict

67 lines
2.3 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: http://www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object molConfigDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Subdictionaries specifying the contents of zones - for the moment have a single species in each block - move to mixed
// Euler angles, expressed in degrees as phi, theta, psi, see http://mathworld.wolfram.com/EulerAngles.html
sectionA
{
massDensity 1220.0;
temperature 300.0;
velocityDistribution maxwellian;
bulkVelocity (-250.0 0.0 0.0);
id Ar;
mass 6.63352033e-26;
latticeStructure SC;
anchor (0.0 0.0 0.0);
anchorSpecifies molecule;
tethered no;
orientationAngles (0 0 0);
}
sectionB
{
massDensity 1220.0;
temperature 300.0;
velocityDistribution maxwellian;
bulkVelocity (-250.0 0.0 0.0);
id Ne;
mass 3.350917e-26;
latticeStructure SC;
anchor (0.0 0.0 0.0);
anchorSpecifies molecule;
tethered no;
orientationAngles (0 0 0);
}
sectionC
{
massDensity 1220.0;
temperature 300.0;
velocityDistribution maxwellian;
bulkVelocity (-250.0 0.0 0.0);
id Ar;
mass 6.63352033e-26;
latticeStructure SC;
anchor (0.0 0.0 0.0);
anchorSpecifies molecule;
tethered no;
orientationAngles (0 0 0);
}
// ************************************************************************* //