OpenFOAM-5.x/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS
Henry Weller 9a06a1e42b fvOption::radiation: New fvOption providing the radiation source to the energy equation
Radiative heat transfer may now be added to any solver in which an energy
equation is solved at run-time rather than having to change the solver code.

For example, radiative heat transfer is now enabled in the SandiaD_LTS
reactingFoam tutorial by providing a constant/fvOptions file containing

radiation
{
    type            radiation;
    libs ("libradiationModels.so");
}

and appropriate settings in the constant/radiationProperties file.
2017-04-13 14:03:58 +01:00
..
0.orig fvOption::radiation: New fvOption providing the radiation source to the energy equation 2017-04-13 14:03:58 +01:00
chemkin combustionModels::EDC: New Eddy Dissipation Concept (EDC) turbulent combustion model 2017-03-17 09:44:15 +00:00
constant fvOption::radiation: New fvOption providing the radiation source to the energy equation 2017-04-13 14:03:58 +01:00
system fvOption::radiation: New fvOption providing the radiation source to the energy equation 2017-04-13 14:03:58 +01:00
Allclean combustionModels::EDC: New Eddy Dissipation Concept (EDC) turbulent combustion model 2017-03-17 09:44:15 +00:00
Allrun combustionModels::EDC: New Eddy Dissipation Concept (EDC) turbulent combustion model 2017-03-17 09:44:15 +00:00