|
[Sponsors] |
keyword div(((rho*nuEff)*dev2(T(grad(U))))) is undefined |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 10, 2020, 08:33 |
keyword div(((rho*nuEff)*dev2(T(grad(U))))) is undefined
|
#1 |
New Member
mekim
Join Date: Sep 2019
Posts: 21
Rep Power: 7 |
hi , my solver is rhoSimpleFoam,
I get the following error. How can I solve it? Thanks everyone who will answer Code:
--> FOAM FATAL IO ERROR: keyword div(((rho*nuEff)*dev2(T(grad(U))))) is undefined in dictionary Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object fvSchemes; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // ddtSchemes { default backward; } gradSchemes { default Gauss linear; } divSchemes { default none; div(phi,U) Gauss linear; div(phi,k) Gauss limitedLinear 1; div(phi,K) Gauss limitedLinear 1; div(phi,B) Gauss limitedLinear 1; div(phi,nuTilda) Gauss limitedLinear 1; div(B) Gauss linear; div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear; } laplacianSchemes { default Gauss linear corrected; } interpolationSchemes { default linear; } snGradSchemes { default corrected; } fluxRequired { default no; p ; } // ************************************************************************* // |
|
March 10, 2020, 16:19 |
|
#2 |
New Member
Join Date: May 2019
Posts: 4
Rep Power: 7 |
Hi,
I have solved this error simply using div(((muEff)*dev2(T(grad(U))))) instead of that expression. Have you tried that? |
|
March 11, 2020, 08:04 |
|
#3 |
New Member
mekim
Join Date: Sep 2019
Posts: 21
Rep Power: 7 |
thank u, i solved it.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Second Derivative Zero - Boundary Condition | fu-ki-pa | OpenFOAM | 11 | March 27, 2021 05:28 |
LEMOS InflowGenerator | r_gordon | OpenFOAM Running, Solving & CFD | 103 | December 18, 2018 01:58 |
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 | Attesz | OpenFOAM Installation | 45 | January 13, 2012 13:38 |
OpenFOAM on MinGW crosscompiler hosted on Linux | allenzhao | OpenFOAM Installation | 127 | January 30, 2009 20:08 |
G95 + CGNS | Bruno | Main CFD Forum | 1 | January 30, 2007 01:34 |