CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   error pimpleFoam (https://www.cfd-online.com/Forums/openfoam-solving/243557-error-pimplefoam.html)

qutadah.r June 25, 2022 07:16

error pimpleFoam
 
hello,


i am trying to do a karman vortex 2d laminar transient simulation using pimpleFoam, I have the mesh and the dictionaries ready and set, but I receive this error when running pimpleFoam and I am not sure why...


keyword div((nuM*grad(U))) is undefined in dictionary "/rwthfs/rz/cluster/home/jg235250/cylinder/system/fvSchemes/divSchemes"



+++++++++++++++


I have the standard div schemes set in fvSchemes...


divSchemes
{
default none;

div(phi,U) Gauss linearUpwind grad(U);
div((nuEff*dev2(T(grad(U))))) Gauss linear;
}

Can someone please explain why I need the nuM*grad(U) term in my schemes ?


Thanks!


All times are GMT -4. The time now is 17:51.