From a159722136369bd40210b461d348be01878f4b19 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sat, 29 Aug 2015 00:02:44 +0100 Subject: [PATCH] tutorials/multiphase/twoPhaseEulerFoam/laminar/fluidisedBed: Add missing file --- .../laminar/fluidisedBed/0/alphat.particles | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 tutorials/multiphase/twoPhaseEulerFoam/laminar/fluidisedBed/0/alphat.particles diff --git a/tutorials/multiphase/twoPhaseEulerFoam/laminar/fluidisedBed/0/alphat.particles b/tutorials/multiphase/twoPhaseEulerFoam/laminar/fluidisedBed/0/alphat.particles new file mode 100644 index 0000000000..b047d8d119 --- /dev/null +++ b/tutorials/multiphase/twoPhaseEulerFoam/laminar/fluidisedBed/0/alphat.particles @@ -0,0 +1,47 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object alphat.particles; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [1 -1 -1 0 0 0 0]; + +internalField uniform 0; + +boundaryField +{ + inlet + { + type calculated; + value $internalField; + } + + outlet + { + type calculated; + value $internalField; + } + + walls + { + type calculated; + value $internalField; + } + + defaultFaces + { + type empty; + } +} + +// ************************************************************************* //