mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
periodic box simulation tutorial
This commit is contained in:
54
tutorials/cfdemSolverPimple/PeriodicBox/CFD/0/Us
Executable file
54
tutorials/cfdemSolverPimple/PeriodicBox/CFD/0/Us
Executable file
@ -0,0 +1,54 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Version: 6
|
||||
\\/ M anipulation |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volVectorField;
|
||||
object Us;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 1 -1 0 0 0 0];
|
||||
|
||||
internalField uniform (0 0 0);
|
||||
|
||||
boundaryField
|
||||
{
|
||||
bottom
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
|
||||
top
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
|
||||
lr1
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
|
||||
lr2
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
|
||||
vh1
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
|
||||
vh2
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user