mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial file updates
This commit is contained in:
@ -52,16 +52,16 @@ functions
|
|||||||
type faceSource;
|
type faceSource;
|
||||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||||
|
|
||||||
enabled true;
|
enabled yes;
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
|
|
||||||
region topAir;
|
region topAir;
|
||||||
|
|
||||||
// Output to log&file (true) or to file only
|
// Output to log&file (yes) or to file only
|
||||||
log true;
|
log yes;
|
||||||
|
|
||||||
// Output field values as well
|
// Output field values as well
|
||||||
valueOutput false; //true;
|
valueOutput no;
|
||||||
|
|
||||||
// Type of source: patch/faceZone/sampledSurface
|
// Type of source: patch/faceZone/sampledSurface
|
||||||
source patch;
|
source patch;
|
||||||
@ -85,16 +85,16 @@ functions
|
|||||||
type faceSource;
|
type faceSource;
|
||||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||||
|
|
||||||
enabled true;
|
enabled yes;
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
|
|
||||||
region topAir;
|
region topAir;
|
||||||
|
|
||||||
// Output to log&file (true) or to file only
|
// Output to log&file (yes) or to file only
|
||||||
log true;
|
log yes;
|
||||||
|
|
||||||
// Output field values as well
|
// Output field values as well
|
||||||
valueOutput false; //true;
|
valueOutput no;
|
||||||
|
|
||||||
// Type of source: patch/faceZone/sampledSurface
|
// Type of source: patch/faceZone/sampledSurface
|
||||||
source patch;
|
source patch;
|
||||||
|
|||||||
@ -62,7 +62,7 @@ functions
|
|||||||
pName p;
|
pName p;
|
||||||
UName U;
|
UName U;
|
||||||
rhoName rhoInf;
|
rhoName rhoInf;
|
||||||
log true;
|
log yes;
|
||||||
rhoInf 1000;
|
rhoInf 1000;
|
||||||
CofR (0 0 0);
|
CofR (0 0 0);
|
||||||
}
|
}
|
||||||
@ -71,11 +71,11 @@ functions
|
|||||||
{
|
{
|
||||||
type faceSource;
|
type faceSource;
|
||||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||||
enabled true;
|
enabled yes;
|
||||||
outputControl timeStep;
|
outputControl timeStep;
|
||||||
outputInterval 1;
|
outputInterval 1;
|
||||||
log true;
|
log yes;
|
||||||
valueOutput false;
|
valueOutput no;
|
||||||
source faceZone;
|
source faceZone;
|
||||||
sourceName f0;
|
sourceName f0;
|
||||||
operation areaAverage;
|
operation areaAverage;
|
||||||
|
|||||||
@ -52,10 +52,10 @@ functions
|
|||||||
{
|
{
|
||||||
type faceSource;
|
type faceSource;
|
||||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||||
enabled true;
|
enabled yes;
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
log true;
|
log yes;
|
||||||
valueOutput true;
|
valueOutput no;
|
||||||
source patch;
|
source patch;
|
||||||
sourceName outlet;
|
sourceName outlet;
|
||||||
operation weightedAverage;
|
operation weightedAverage;
|
||||||
|
|||||||
@ -57,10 +57,10 @@ functions
|
|||||||
{
|
{
|
||||||
type faceSource;
|
type faceSource;
|
||||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||||
enabled true;
|
enabled yes;
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
log true;
|
log yes;
|
||||||
valueOutput true;
|
valueOutput no;
|
||||||
source patch;
|
source patch;
|
||||||
sourceName outlet;
|
sourceName outlet;
|
||||||
operation weightedAverage;
|
operation weightedAverage;
|
||||||
|
|||||||
Reference in New Issue
Block a user