CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Laminar flux (https://www.cfd-online.com/Forums/openfoam/101533-laminar-flux.html)

libia87 May 7, 2012 03:55

Laminar flux
 
HI!

I want to simulate a laminar flux in the tutorial "buoyantboussinesqsimplefoam". I change the RASProperties:

FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

RASModel laminar;

turbulence off;

printCoeffs on;


// ************************************************** *********************** //

My question is if it's sufficient to do this to simulate a laminar flux,

thanks!!!

niaz May 7, 2012 06:59

you should change turbulenceProperties to laminar

libia87 May 8, 2012 03:10

in this tutorial there isn't turbulenceProperties, in /constant there are "g", "RASProperties" and "transportProperties"

niaz May 8, 2012 04:17

Dear libia
ye that is enough. You can check that your solver will not solve k and epsilon equations and your nut file has constant value. And you can delete them from your 0/ directory.


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