|
[Sponsors] |
[A newbie needs Help] Entry not found in dictionary |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 27, 2021, 12:51 |
[A newbie needs Help] Entry not found in dictionary
|
#1 |
New Member
Henrique Meier
Join Date: Nov 2021
Posts: 1
Rep Power: 0 |
Hello guys, i'm starting a college project about NonNewtonian fluids, using OF.
i've been looking inside the tutorials files and found the "NonNewtonianIcoFoam" solver. I didn't change a thing in the "transportProperties" file, but when i start the simulation, a fatal error IO appears "Entry 'nu' not found in dictionary " ../transportproperties" ". How can i solve this problem? The code inside the transportProperties file is: Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1812 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object transportProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // transportModel CrossPowerLaw; CrossPowerLawCoeffs { nu0 0.01; nuInf 10; m 0.4; n 3; } BirdCarreauCoeffs { nu0 1e-06; nuInf 1e-06; k 0; n 1; } // ************************************************************************* // |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
need therm.dat file for ECFM3Z Combustion model | ankitraut27 | CONVERGE | 8 | July 2, 2019 13:34 |
error in fireFoam, when running the case wallFireSpread2D | zhoubiao1088 | OpenFOAM Running, Solving & CFD | 9 | February 1, 2018 19:45 |
[Other] Compiling hacFoam (Ubuntu 10.04)(OF2.0.0)(LAMMPS13Jul2010)) | Henrik_E | OpenFOAM Installation | 3 | September 29, 2016 17:16 |
injection problem | Mark New | FLUENT | 0 | August 4, 2013 02:30 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |