mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
35 lines
1.2 KiB
C++
35 lines
1.2 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.5 |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "system";
|
|
object molConfigDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
liquid
|
|
{
|
|
massDensity 1220;
|
|
temperature 300;
|
|
velocityDistribution maxwellian;
|
|
bulkVelocity ( 0 0 0 );
|
|
id Ar;
|
|
mass 6.63352033e-26;
|
|
latticeStructure SC;
|
|
anchor ( 0 0 0 );
|
|
anchorSpecifies molecule;
|
|
tethered no;
|
|
orientationAngles ( 0 0 0 );
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|