|
[Sponsors] |
June 2, 2018, 03:04 |
Mapping Fields
|
#1 |
Senior Member
krishna kant
Join Date: Feb 2016
Location: Hyderabad, India
Posts: 133
Rep Power: 10 |
I want to check out all the objectlist that come as the output of the given line below like objects.size(),objects.names() something like that. How can I check it?
IOobjectList objects(meshSource, meshSource.time().timeName()); This line is from MapMeshes.H from the mapping utility of openFoam. Last edited by kk415; June 2, 2018 at 04:26. |
|
June 5, 2018, 05:35 |
|
#2 |
Senior Member
anonymous
Join Date: Jan 2016
Posts: 416
Rep Power: 14 |
Hi!
If you check the class reference of the IOobjectList: https://cpp.openfoam.org/v5/classFoa...bjectList.html You wrote the answer, it has the member functions called names and size: names(): "Return the list of names of the IOobjects." size(): "Return number of elements in table." |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] dynamicTopoFVMesh and pointDisplacement | RandomUser | OpenFOAM Meshing & Mesh Conversion | 6 | April 26, 2018 08:30 |
[mesh manipulation] Importing Multiple Meshes | thomasnwalshiii | OpenFOAM Meshing & Mesh Conversion | 18 | December 19, 2015 19:57 |
a reconstructPar issue | immortality | OpenFOAM Post-Processing | 8 | June 16, 2013 12:25 |
an odd(at least for me!) reconstructPar error on a field | immortality | OpenFOAM Running, Solving & CFD | 3 | June 3, 2013 23:36 |
[Gmsh] Import gmsh msh to Foam | adorean | OpenFOAM Meshing & Mesh Conversion | 24 | April 27, 2005 09:19 |