How to get an element of a wordList from a dictionary
Posted July 16, 2012 at 07:28 by tomislav_maric
Snippet:
Code:
IOdictionary fvSchemes ( IOobject ( "fvSchemes", runTime.system(), runTime, IOobject::MUST_READ, IOobject::NO_WRITE ) ); Info << fvSchemes.subDict("divSchemes")["div(phi,alpha)"][1] << endl;
Total Comments 0