CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Pre-Processing (https://www.cfd-online.com/Forums/openfoam-pre-processing/)
-   -   heat source with fvOptions (https://www.cfd-online.com/Forums/openfoam-pre-processing/127945-heat-source-fvoptions.html)

eric_b_m December 27, 2013 01:20

heat source with fvOptions
 
Hi everybody,

I'm running the cavity case in the tutorials/compressible/ras directory. I would like to create a heat source in the fluid region. For example to create a heat source in the center of the domain:

heatSource
{
type scalarSemiImplicitSource;
active true;
selectionMode points;
points
(
(0.05 0.05 0)
);

scalarSemiImplicitSourceCoeffs
{
volumeMode specific;
injectionRateSuSp
{
h (10 0);
}
}
}

There are other options instead of using the variable enthalpy, h? can I use temperature directly? as if I have a surface at a constant temperature where the fluid flows around?

Thanks!

Nicole November 6, 2014 02:00

Hi Eric,

Did you ever figure out how to implement a heat source with fvOptions?

Regards,
Nicole


All times are GMT -4. The time now is 19:37.