CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   Sh- Source Term for enthalpy equation in reactive flows (https://www.cfd-online.com/Forums/openfoam-programming-development/237007-sh-source-term-enthalpy-equation-reactive-flows.html)

ulugbey June 25, 2021 08:35

Sh- Source Term for enthalpy equation in reactive flows
 
Hi,
I have the following code in energy equation:
Code:

solve(fvm::ddt(rhoH)+ divrhoHFlux+
 divPFlux- fvc::laplacian(turbulence->alphaEff(), hs)
- fvc::div(sigmaDotU)==fvc::ddt(p)+ combustion->Sh()

Where can I modify the following source Term?
Code:

combustion->Sh()
Best regards


All times are GMT -4. The time now is 03:16.