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_;
|
||||||
|
|||||||
@ -14,7 +14,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
application sonicTurbFoam;
|
application sonicTurbFoam;
|
||||||
|
|
||||||
startFrom latestTime;
|
startFrom latestTime;
|
||||||
|
|
||||||
@ -52,16 +52,16 @@ functions
|
|||||||
// functionObjectLibs ("libforces.so");
|
// functionObjectLibs ("libforces.so");
|
||||||
//
|
//
|
||||||
// // Patches to sample
|
// // Patches to sample
|
||||||
// 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
|
||||||
// rhoInf 1;
|
// rhoInf 1;
|
||||||
// // Centre of rotation
|
// // Centre of rotation
|
||||||
// CofR (0 0 0);
|
// CofR (0 0 0);
|
||||||
//}
|
//}
|
||||||
|
|
||||||
forces
|
forces
|
||||||
@ -70,16 +70,16 @@ functions
|
|||||||
functionObjectLibs ("libforces.so");
|
functionObjectLibs ("libforces.so");
|
||||||
|
|
||||||
// Patches to sample
|
// Patches to sample
|
||||||
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
|
||||||
rhoInf 1;
|
rhoInf 1;
|
||||||
// Centre of rotation
|
// Centre of rotation
|
||||||
CofR (0 0 0);
|
CofR (0 0 0);
|
||||||
|
|
||||||
// Direction for lift
|
// Direction for lift
|
||||||
liftDir (-0.239733 0.970839 0);
|
liftDir (-0.239733 0.970839 0);
|
||||||
@ -91,13 +91,10 @@ functions
|
|||||||
|
|
||||||
magUInf 618.022;
|
magUInf 618.022;
|
||||||
|
|
||||||
lRef 1.0;
|
lRef 1.0;
|
||||||
Aref 1.0;
|
Aref 1.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user