Files
CFDEMcoupling-PFM/tutorials/cfdemSolverMultiphase/damBreak/CFD/0.org/p_rgh
2016-08-04 16:23:50 +02:00

49 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p_rgh;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -2 0 0 0 0];
internalField uniform 0;
boundaryField
{
walls
{
type fixedFluxPressure;
value uniform 0;
}
/* outlet
{
type fixedValue;
value uniform 0;
}
*/
atmosphere
{
type fixedValue;
value uniform 0;
}
/* frontAndBack
{
type empty;
}
*/
}
// ************************************************************************* //