|
[Sponsors] |
August 25, 2008, 04:47 |
RefineMesh warning
|
#1 |
Senior Member
mayank gupta
Join Date: Mar 2009
Posts: 110
Rep Power: 17 |
Hi,
I m trying to validate the coeffiecients of forces for an airfoil but I am getting wrong values for Cl from the wind tunnel compared to the wind-tunnel results. Everything is correct and fine. Except when i execute refineMesh I get this error. --> FOAM Warning : From function forces::forces(const objectRegistry& obr, const dictionary& dict) in file forces/forces.C at line 164 No fvMesh available, deactivating. Can some one help regarding this? I am attaching my blockMeshDict with this message blockMeshDict |
|
August 29, 2008, 09:45 |
This is a Warning, not an erro
|
#2 |
Senior Member
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21 |
This is a Warning, not an error. At the point where your forces object is initialized, there is no fvMesh available. It will become active again when you run an application which has a fvMesh in memory. (refineMesh only has a polyMesh not a fvMesh)
Basically, ignore the warning. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Caffa 3D code | Waliur Rahman | Main CFD Forum | 0 | May 29, 2018 01:53 |
[swak4Foam] installation problem with version 0.2.3 | Claudio87 | OpenFOAM Community Contributions | 9 | May 8, 2013 11:20 |
latest OpenFOAM-1.6.x from git failed to compile | phsieh2005 | OpenFOAM Bugs | 25 | February 9, 2010 05:37 |
Compilation errors in ThirdPartymallochoard | feng_w | OpenFOAM Installation | 1 | January 25, 2009 07:59 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |