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/)
-   -   Another question on scalarCodedSource (https://www.cfd-online.com/Forums/openfoam-pre-processing/212674-another-question-scalarcodedsource.html)

Researcher23 December 6, 2018 04:52

Another question on scalarCodedSource
 
Hi everybody,

I have another question on the scalarCodedSource. The usage example is something like:

Code:

    energySource
    {
        type            scalarCodedSource;

        active          yes;

        name    sourceTime;

        scalarCodedSourceCoeffs
        {
            selectionMode  all;

            fields          (h);

            codeInclude
            #{

            #};
 
        …

I do not understand the "name" keyword. It don't seem to be free for choosing. What are the different names I am allowed to specify and what is the meaning for my source term?

Kind regards,
J.


All times are GMT -4. The time now is 07:32.