OpenFOAM-5.x/tutorials/combustion
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
..
chemFoam PBiCGStab: New preconditioned bi-conjugate gradient stabilized solver for asymmetric lduMatrices 2016-09-05 11:46:42 +01:00
engineFoam/kivaTest turbulenceModels::RAS: Corrected sign of "C3" dilatation term 2017-03-13 18:01:39 +00:00
fireFoam/LES radiation: Corrected the name of the radiative heat flux from Qr to qr 2017-04-08 22:23:40 +01:00
PDRFoam/flamePropagationWithObstacles thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00
reactingFoam fvOption::radiation: New fvOption providing the radiation source to the energy equation 2017-04-13 14:03:58 +01:00
XiFoam/RAS thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00