ENH: fvSchemes,fvSolution : read file only once.

This commit is contained in:
mattijs
2010-12-03 11:12:44 +00:00
parent 1c3c1e017b
commit 11979f6a29
4 changed files with 250 additions and 217 deletions

View File

@ -70,6 +70,9 @@ class solution
// Private Member Functions
//- Read settings from the dictionary
void read(const dictionary&);
//- Disallow default bitwise copy construct and assignment
solution(const solution&);
void operator=(const solution&);
@ -89,7 +92,12 @@ public:
// Constructors
//- Construct for given objectRegistry and dictionary
solution(const objectRegistry& obr, const fileName& dictName);
solution
(
const objectRegistry& obr,
const fileName& dictName,
const bool syncPar=true
);
// Member Functions