minor consistency changes, docu cosmetics

This commit is contained in:
Mark Olesen
2008-10-13 09:28:34 +02:00
parent 103abb8ac2
commit 073569c070
3 changed files with 18 additions and 22 deletions

View File

@ -63,7 +63,7 @@ class functionObjectList
//- Dictionary containing the list of function object specifications
const dictionary& foDict_;
//- Switch for the execultion of the functionObjects
//- Switch for the execution of the functionObjects
bool execution_;
@ -84,7 +84,7 @@ public:
// The functionObject specifications are read from the controlDict
functionObjectList
(
const Time& t,
const Time&,
const bool execution = true
);
@ -93,7 +93,7 @@ public:
// setting
functionObjectList
(
const Time& t,
const Time&,
const dictionary& foDict,
const bool execution = true
);

View File

@ -60,8 +60,7 @@ protected:
// Private data
//- Name of this set of forces,
// Also used as the name of the probes directory.
//- Name of this set of system calls
word name_;
const objectRegistry& obr_;

View File

@ -55,7 +55,7 @@ functions
// patches (WALL10);
// // Name of fields
// pName p;
// Uname U;
// UName U;
// // Dump to file
// log true;
// // Density
@ -73,7 +73,7 @@ functions
patches (WALL10);
// Name of fields
pName p;
Uname U;
UName U;
// Dump to file
log true;
// Density
@ -95,9 +95,6 @@ functions
Aref 1.0;
}
);
// ************************************************************************* //