|
[Sponsors] |
Unable to find turbulence model in the database |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 21, 2024, 06:10 |
Unable to find turbulence model in the database
|
#1 |
New Member
mitb
Join Date: Apr 2024
Posts: 2
Rep Power: 0 |
Hi I am using denseParticleFoam solver to simulate 2 phase flows and I want to calculate th wallshearStress, using the denseParticleFoam -postProcess -func wallShearStress but whenever I start I get this error
Code:
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 10 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class dictionary; location "system"; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // application denseParticleFoam; startFrom startTime; startTime 0; stopAt endTime; endTime 2.0; deltaT 2.5e-5; writeControl adjustableRunTime; writeInterval 0.1; purgeWrite 0; writeFormat ascii; writePrecision 6; writeCompression off; timeFormat general; timePrecision 6; runTimeModifiable yes; adjustTimeStep yes; maxCo 1.00; functions { wallShearStress { type wallShearStress; libs ("libfieldFunctionObjects.so"); executeControl timeStep; writeControl outputTime; } /* fieldAverage { type fieldAverage; writeControl outputTime; timeStart 0; fields ( wallShearStress { mean on; prime2Mean off; base time; } ); libs ("libfieldFunctionObjects.so"); }*/ } and the error i get is Code:
Starting time loop wallShearStress wallShearStress: processing all wall patches --> FOAM FATAL ERROR: Unable to find turbulence model in the database From function virtual bool Foam::functionObjects::wallShearStress::execute() in file wallShearStress/wallShearStress.C at line 210. FOAM exiting Thanks |
|
June 24, 2024, 02:04 |
|
#3 |
New Member
mitb
Join Date: Apr 2024
Posts: 2
Rep Power: 0 |
||
June 24, 2024, 02:33 |
|
#4 |
Senior Member
M
Join Date: Dec 2017
Posts: 703
Rep Power: 13 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUIDE] Switching turbulence model to SpalartAllmaras | gabrielfelix | OpenFOAM Running, Solving & CFD | 1 | March 24, 2022 21:19 |
How to make a code parallel? | Bruno Machado | Fluent UDF and Scheme Programming | 15 | May 27, 2016 10:18 |
Overflow Error in Multiphase Modelling with Two Continuous Fluids | ashtonJ | CFX | 6 | August 11, 2014 15:32 |
CFX-Pre problem, pls help!!! | cth_yao | CFX | 0 | February 17, 2012 01:52 |
[Commercial meshers] ST_Malloc: out of memory.malloc_storage: unable to malloc Velocity SA, | cfdproject | OpenFOAM Meshing & Mesh Conversion | 0 | April 14, 2009 16:45 |