|
[Sponsors] |
October 2, 2018, 09:41 |
Warning while reading fields
|
#1 |
Member
Rosario Arnau
Join Date: Feb 2017
Location: Spain
Posts: 57
Rep Power: 9 |
Hi foamers,
I've been modifying my solver to add different volScalar Fields. I ran a test case to know if my solver is doing properly. The solver runs properly but I get this warning after reading the first field: --> FOAM Warning : From function const Foam::HashTable<Foam::List<int> >& Foam:olyBoundaryMesh::groupPatchIDs() const in file meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C at line 444 Removing patchGroup 'empty' which clashes with patch 3 of the same name. First field is defined as: Info<< "Reading field Example\n" << endl; volScalarField Example ( IOobject ( "Example", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE ), mesh ); This field is only used for an algebraic calculation. Thanks |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[mesh manipulation] RefineMesh Error and Foam warning | jiahui_93 | OpenFOAM Meshing & Mesh Conversion | 4 | March 3, 2018 12:32 |
[mesh manipulation] refineMesh Error | mohsen.boojari | OpenFOAM Meshing & Mesh Conversion | 3 | March 1, 2018 23:07 |
a reconstructPar issue | immortality | OpenFOAM Post-Processing | 8 | June 16, 2013 12:25 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |