Files
openfoam/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCube/system/molConfigDict

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 );
}
// ************************************************************************* //