mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
87 lines
2.2 KiB
C++
Executable File
87 lines
2.2 KiB
C++
Executable File
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
<<<<<<< HEAD
|
|
| \\ / O peration | Version: 1.6 |
|
|
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
|
=======
|
|
| \\ / O peration | Version: 2.3.0 |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
>>>>>>> 8eb000e27b9eff183742ea5b6406b9d058456b80
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class volScalarField;
|
|
<<<<<<< HEAD
|
|
object thDiff;
|
|
=======
|
|
location "0";
|
|
object T;
|
|
>>>>>>> 8eb000e27b9eff183742ea5b6406b9d058456b80
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
dimensions [0 2 -1 0 0 0 0];
|
|
|
|
<<<<<<< HEAD
|
|
internalField uniform 0.0;
|
|
=======
|
|
internalField uniform 0;
|
|
>>>>>>> 8eb000e27b9eff183742ea5b6406b9d058456b80
|
|
|
|
boundaryField
|
|
{
|
|
top
|
|
{
|
|
type fixedValue;
|
|
<<<<<<< HEAD
|
|
value uniform 6e-05;
|
|
=======
|
|
value uniform 2.3e-5;
|
|
>>>>>>> 8eb000e27b9eff183742ea5b6406b9d058456b80
|
|
}
|
|
|
|
bottom
|
|
{
|
|
type fixedValue;
|
|
<<<<<<< HEAD
|
|
value uniform 6e-05;
|
|
=======
|
|
value uniform 2.3e-5;
|
|
>>>>>>> 8eb000e27b9eff183742ea5b6406b9d058456b80
|
|
}
|
|
|
|
walls
|
|
{
|
|
type fixedValue;
|
|
<<<<<<< HEAD
|
|
value uniform 6e-05;
|
|
=======
|
|
value uniform 2.3e-5;
|
|
|
|
>>>>>>> 8eb000e27b9eff183742ea5b6406b9d058456b80
|
|
}
|
|
|
|
symmetry
|
|
{
|
|
type symmetryPlane;
|
|
}
|
|
|
|
frontAndBack
|
|
{
|
|
type empty;
|
|
}
|
|
}
|
|
|
|
<<<<<<< HEAD
|
|
// ************************************************************************* //
|
|
|
|
|
|
=======
|
|
|
|
// ************************************************************************* //
|
|
>>>>>>> 8eb000e27b9eff183742ea5b6406b9d058456b80
|