to handle the size of bubbles created by boiling. To be used in conjunction with the alphatWallBoilingWallFunction boundary condition. The IATE variant of the wallBoiling tutorial case is provided to demonstrate the functionality: tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE
35 lines
1.0 KiB
C++
35 lines
1.0 KiB
C++
/*--------------------------------*- 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 dictionary;
|
|
location "constant";
|
|
object combustionProperties;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
combustionModel PaSR<rhoChemistryCombustion>;
|
|
|
|
active false;
|
|
|
|
laminarCoeffs
|
|
{}
|
|
|
|
noCombustionCoeffs
|
|
{}
|
|
|
|
PaSRCoeffs
|
|
{
|
|
Cmix 1.0;
|
|
turbulentReaction yes;
|
|
}
|
|
|
|
// ************************************************************************* //
|