Files
OpenFOAM-6/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/constant/gas/fvOptions
Will Bainbridge 18f4d60690 chtMultiRegionFoam: Added reverseBurner tutorial
This tutorial demonstrates chtMultiRegionFoam's combustion capability
2017-12-18 08:39:28 +00:00

39 lines
1.2 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 fvOptions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
options
{
energySource
{
type scalarSemiImplicitSource;
timeStart 0.2;
duration 0.3;
selectionMode cellSet;
cellSet ignition;
volumeMode specific;
injectionRateSuSp
{
h (2e7 0); // kg/m/s^3
}
}
}
// ************************************************************************* //