updating molecularDynamics functionality with Graham's latest changes

This commit is contained in:
andy
2008-06-23 17:55:35 +01:00
parent 7b62e070bb
commit af88d9bedf
165 changed files with 63387 additions and 4 deletions

View File

@ -0,0 +1,48 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: http://www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
4
(
periodicX
{
type cyclic;
nFaces 288;
startFace 10710;
featureCos 0.9;
}
periodicZ
{
type cyclic;
nFaces 1296;
startFace 10998;
featureCos 0.9;
}
outerBoundaryBottom
{
type wall;
nFaces 162;
startFace 12294;
}
outerBoundaryTop
{
type wall;
nFaces 162;
startFace 12456;
}
)
// ************************************************************************* //