|
[Sponsors] | |||||
|
|
|
#1 |
|
Senior Member
mayank gupta
Join Date: Mar 2009
Posts: 110
Rep Power: 6 ![]() |
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 |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Eugene de Villiers
Join Date: Mar 2009
Posts: 723
Rep Power: 10 ![]() |
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. |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BlockMesh cellSet refineMesh | mattijs | OpenFOAM Mesh Utilities | 14 | January 18, 2013 04:48 |
| RefineMesh tetrahedral | markc | OpenFOAM Mesh Utilities | 3 | December 7, 2010 09:16 |
| Is there a simple way to make refineMesh write the cellLevel | chtrapp | OpenFOAM Pre-Processing | 0 | February 16, 2009 10:25 |
| Cannot refineMesh with useHexTopology true ver141 | naoki | OpenFOAM Bugs | 5 | June 11, 2008 04:07 |
| Using refineMesh | matteo_gautero | OpenFOAM Mesh Utilities | 0 | February 11, 2008 09:07 |