mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
minor consistency changes, docu cosmetics
This commit is contained in:
@ -63,7 +63,7 @@ class functionObjectList
|
|||||||
//- Dictionary containing the list of function object specifications
|
//- Dictionary containing the list of function object specifications
|
||||||
const dictionary& foDict_;
|
const dictionary& foDict_;
|
||||||
|
|
||||||
//- Switch for the execultion of the functionObjects
|
//- Switch for the execution of the functionObjects
|
||||||
bool execution_;
|
bool execution_;
|
||||||
|
|
||||||
|
|
||||||
@ -84,7 +84,7 @@ public:
|
|||||||
// The functionObject specifications are read from the controlDict
|
// The functionObject specifications are read from the controlDict
|
||||||
functionObjectList
|
functionObjectList
|
||||||
(
|
(
|
||||||
const Time& t,
|
const Time&,
|
||||||
const bool execution = true
|
const bool execution = true
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -93,7 +93,7 @@ public:
|
|||||||
// setting
|
// setting
|
||||||
functionObjectList
|
functionObjectList
|
||||||
(
|
(
|
||||||
const Time& t,
|
const Time&,
|
||||||
const dictionary& foDict,
|
const dictionary& foDict,
|
||||||
const bool execution = true
|
const bool execution = true
|
||||||
);
|
);
|
||||||
|
|||||||
@ -60,8 +60,7 @@ protected:
|
|||||||
|
|
||||||
// Private data
|
// Private data
|
||||||
|
|
||||||
//- Name of this set of forces,
|
//- Name of this set of system calls
|
||||||
// Also used as the name of the probes directory.
|
|
||||||
word name_;
|
word name_;
|
||||||
|
|
||||||
const objectRegistry& obr_;
|
const objectRegistry& obr_;
|
||||||
|
|||||||
@ -55,7 +55,7 @@ functions
|
|||||||
// patches (WALL10);
|
// patches (WALL10);
|
||||||
// // Name of fields
|
// // Name of fields
|
||||||
// pName p;
|
// pName p;
|
||||||
// Uname U;
|
// UName U;
|
||||||
// // Dump to file
|
// // Dump to file
|
||||||
// log true;
|
// log true;
|
||||||
// // Density
|
// // Density
|
||||||
@ -73,7 +73,7 @@ functions
|
|||||||
patches (WALL10);
|
patches (WALL10);
|
||||||
// Name of fields
|
// Name of fields
|
||||||
pName p;
|
pName p;
|
||||||
Uname U;
|
UName U;
|
||||||
// Dump to file
|
// Dump to file
|
||||||
log true;
|
log true;
|
||||||
// Density
|
// Density
|
||||||
@ -95,9 +95,6 @@ functions
|
|||||||
Aref 1.0;
|
Aref 1.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user