Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
073569c0
Commit
073569c0
authored
Oct 13, 2008
by
Mark Olesen
Browse files
minor consistency changes, docu cosmetics
parent
103abb8a
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/functionObjectList/functionObjectList.H
View file @
073569c0
...
...
@@ -63,7 +63,7 @@ class functionObjectList
//- Dictionary containing the list of function object specifications
const
dictionary
&
foDict_
;
//- Switch for the execu
l
tion 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
);
...
...
src/postProcessing/systemCall/systemCall.H
View file @
073569c0
...
...
@@ -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_
;
...
...
tutorials/sonicTurbFoam/nacaAirfoil/system/controlDict
View file @
073569c0
...
...
@@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application sonicTurbFoam;
application
sonicTurbFoam;
startFrom latestTime;
...
...
@@ -52,16 +52,16 @@ functions
// functionObjectLibs ("libforces.so");
//
// // Patches to sample
// patches (WALL10);
// patches
(WALL10);
// // Name of fields
// pName p;
// U
n
ame U;
// pName
p;
// U
N
ame
U;
// // Dump to file
// log true;
// log
true;
// // Density
// rhoInf 1;
// rhoInf
1;
// // Centre of rotation
// CofR (0 0 0);
// CofR
(0 0 0);
//}
forces
...
...
@@ -70,16 +70,16 @@ functions
functionObjectLibs ("libforces.so");
// Patches to sample
patches (WALL10);
patches
(WALL10);
// Name of fields
pName p;
U
n
ame U;
pName
p;
U
N
ame
U;
// Dump to file
log true;
log
true;
// Density
rhoInf 1;
rhoInf
1;
// Centre of rotation
CofR (0 0 0);
CofR
(0 0 0);
// Direction for lift
liftDir (-0.239733 0.970839 0);
...
...
@@ -91,13 +91,10 @@ functions
magUInf 618.022;
lRef 1.0;
lRef 1.0;
Aref 1.0;
}
);
// ************************************************************************* //
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment