Files
OpenFOAM-6/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/bubbleColumn/0/alpha.water.org
Henry Weller cc5f67a0ff reactingMultiphaseEulerFoam: New Euler-Euler multiphase solver
Supporting any number of phases with heat and mass transfer, phase-change and reactions
2015-09-11 15:33:12 +01:00

1.2 KiB

/*——————————–- 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 alpha.water; } / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

dimensions [0 0 0 0 0 0 0];

internalField uniform 1;

boundaryField { inlet { type fixedValue; value uniform 0.5; } outlet { type inletOutlet; phi phi.water; inletValue uniform 0; value uniform 0; } walls { type zeroGradient; } }

/ * /