CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Info about Epsilon BC in the Launder-Sharma model (https://www.cfd-online.com/Forums/openfoam/130161-info-about-epsilon-bc-launder-sharma-model.html)

samiam1000 February 20, 2014 11:43

Info about Epsilon BC in the Launder-Sharma model
 
Dear All,

I am writing since I am trying to figure out how Epsilon is evaluated in the Launder-Sharma model.

Reading the file ~/OpenFOAM/OpenFOAM-2.2.2/src/turbulenceModels/incompressible/RAS/LaunderSharmaKE/LaunderSharmaKE.H I see this sentence:
Code:

        //- Note that epsilonTilda is returned as epsilon.
        //  This is the appropriate variable for most purposes.
        virtual tmp<volScalarField> epsilon() const
        {
            return epsilonTilda_;
        }

My questions are:
1. should I set the BC for Epsilon_Tilda, such that on the walls I set it to 0?
2. how about the outputs? Do I get Epsilon or Epsilon_Tilda?

Thanks a lot,
Samuele


All times are GMT -4. The time now is 10:14.