openfoam/tutorials/multiphase/twoLiquidMixingFoam/lockExchange/0.orig/p_rgh
2016-09-20 14:49:08 +01:00

48 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object p_rgh;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -2 0 0 0 0];
internalField uniform 0;
boundaryField
{
left
{
type fixedFluxPressure;
}
right
{
type fixedFluxPressure;
}
bottom
{
type fixedFluxPressure;
}
top
{
type fixedFluxPressure;
}
frontBack
{
type empty;
}
}
// ************************************************************************* //