0eca493cb8
functionObjects::subtract: From the first field subtract the remaining fields in the list
...
The operation can be applied to any volume or surface fields generating a
volume or surface scalar field.
Example of function object specification:
\verbatim
Tdiff
{
type subtract;
libs ("libfieldFunctionObjects.so");
fields (T Tmean);
result Tdiff;
executeControl writeTime;
writeControl writeTime;
}
\endverbatim
2016-11-18 22:20:22 +00:00
8a9618be52
functionObjects::fieldValueDelta: Corrected documentation
2016-11-18 14:30:42 +00:00
80db302666
Allwmake: Remove 'set -x' which generates a lot of noise
...
'set -x' should be used for debugging.
Added command printing into wmake and Allwmake as a replacement for
'set -x' to log current target.
2016-11-13 18:08:22 +00:00
a06cef31fa
functionObjects::yPlus: Call read() in constructor to set base-class controls
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2320
2016-11-06 10:31:07 +00:00
46b8bfb25f
codedFunctionObject.H: Corrected docs
...
Resolved bug-report http://bugs.openfoam.org/view.php?id=2313
2016-10-31 15:45:59 +00:00
9e1e9011a5
decomposePar: Corrected construction of cloud for processors
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2239
2016-09-21 17:19:58 +01:00
e476f80e7a
functionObjects: Improved handling of multi-file indexing and code style
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2216
2016-08-24 19:34:00 +01:00
fc44390db3
forceCoeffs: Removed duplicate header writing
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2216
2016-08-24 16:01:29 +01:00
c6f9ed748a
functionObjects::forces: Corrected file names when using the 'binData' option
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2214
2016-08-24 11:24:27 +01:00
ab7dcca8a6
functionObjects::writeObjects: Corrected namespace for the definition of the NamedEnum
...
Resolves compilation failure with clang
2016-08-18 10:36:04 +01:00
b2e9655495
functionObjects::writeObjects: improved code and docs
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2090
2016-08-17 14:41:42 +01:00
9a739863e5
functionObjects::writeObjects: Added option "writeOption"
...
Description
Allows specification of different writing frequency of objects registered
to the database.
It has similar functionality as the main time database through the
\c writeControl setting:
- timeStep
- writeTime
- adjustableRunTime
- runTime
- clockTime
- cpuTime
It also has the ability to write the selected objects that were defined
with the respective write mode for the requested \c writeOption, namely:
- \c autoWrite - objects set to write at output time
- \c noWrite - objects set to not write by default
- \c anyWrite - any option of the previous two
Example of function object specification:
\verbatim
writeObjects1
{
type writeObjects;
libs ("libutilityFunctionObjects.so");
...
objects (obj1 obj2);
writeOption anyWrite;
}
\endverbatim
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2090
2016-08-16 23:41:22 +01:00
aaf8819c92
tetPtI -> tetPti
2016-08-16 11:30:17 +01:00
d048b857dc
functionObjects::surfaceFieldValue: New rational name for the surfaceRegion functionObject
...
surfaceRegion will be the name of a class to provide support for surface
region selection.
2016-08-12 10:04:11 +01:00
40b3f8b62c
functionObjects::volFieldValue: Updated to use the new volRegion functionObject
2016-08-11 16:25:27 +01:00
7b788f0922
functionObjects::volRegion: General base-class to handle vol (cell) region processing
...
Renamed the original volRegion -> volFieldValue to clarify the purpose
of this class to process vol fields on a volRegion.
2016-08-11 15:11:19 +01:00
2da5570c92
functionObjects: Further simplification and rationalization using the fvMeshFunctionObject base-class
2016-08-10 12:29:19 +01:00
6f098748cc
functionObjects: Separated writeFile and logFiles (previously writeFiles) from regionFunctionObject
...
Now the functionality to write single graph files or log files (vs time)
may be used in the creation of any form of functionObject, not just
those relating to a mesh region.
2016-08-07 15:23:55 +01:00
58f905ff70
C++11: Replaced the C NULL with the safer C++11 nullptr
...
Requires gcc version 4.7 or higher
2016-08-05 17:19:38 +01:00
1a69e4315b
functionObjects::wallShearStress: Corrected dimensions for compressible cases
2016-07-28 13:51:13 +01:00
d51687eb66
forces: Updated reading of 'nu'
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2158
2016-07-22 09:56:02 +01:00
6a8bac9235
functionObjects: Update documentation
2016-07-09 22:08:11 +01:00
9f682a0c5a
functionObjects::systemCall: Updated documentation
2016-07-09 14:23:27 +01:00
6e95af9d58
functionObjects: Removed superfluous controlDict files
2016-07-09 14:23:01 +01:00
417ac33aca
functionObjects: Updated documentation
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2138
2016-07-03 23:16:29 +01:00
507b8988ec
functionObjects::surfaceRegion: Write the surface geometry for formats in which the data is in separate files
2016-06-30 10:33:55 +01:00
3e3a183732
Completed transformation of post-processing utilities into functionObjects
2016-06-28 19:26:23 +01:00
1bef3ab2e6
functionObjects::fieldExpression: Standardized warning message
2016-06-28 13:52:10 +01:00
850013e732
functionObjects::XiReactionRate: Writes the turbulent flame-speed and reaction-rate volScalarFields for the Xi-based combustion models
...
Replaces the obsolete and 'wdot' utility.
2016-06-27 08:58:36 +01:00
28f049e9b9
writeCellCentres utility: Replaced by writeCellCentres functionObject
...
postProcess -func writeCellCentres
2016-06-27 07:51:19 +01:00
dea6a3c6e8
wmake/Allwmake: Completed support for targetType 'objects'
...
Patch contributed by Mattijs Janssens
2016-06-24 15:25:11 +01:00
71fdcab771
Updated header documentation processed by Doxygen
2016-06-19 21:23:54 +01:00
6a53ed41ba
Doxygen documentation: Standardized the 'See also' heading
2016-06-17 17:31:34 +01:00
b3f3562d3c
Doxygen documentation: Use the standard 'Usage' rather than the '\heading....'
2016-06-17 17:22:24 +01:00
de4c018b19
Doxygen documentation: Remove superfluous linebreak
2016-06-17 17:13:39 +01:00
9cfccd2093
Simplify and correct Doxygen lists using '-' rather than '\li \c'
2016-06-16 20:10:39 +01:00
175b27ff32
functionObjects::surfaceRegion,volRegion: Improved documentation
2016-06-15 09:05:35 +01:00
de02a089ba
tutorials: Removed references to 'sampleDict'
2016-06-13 14:53:56 +01:00
118a0f225d
functionObjects: Completed transformation of 'source' to vol/surfaceRegion
2016-06-13 09:42:14 +01:00
ae1a6dd12d
functionObjects: Simplified the handling of the post-processing mode
...
Replaced the 'postProcess' argument to the 'write' and 'execute'
functions with the single static member 'postProcess' in the
functionObject base-class.
2016-06-13 08:36:03 +01:00
83321bd4f7
functionObjects: renamed faceSource -> surfaceRegion, cellSource -> volRegion
...
The use of the term 'source' in the context of post-processing is
confusing and does not properly describe the process of region
selection. The new names 'surfaceRegion' and 'volRegion' better
describe the purpose of the functionObjects which is to provide field
processing functionality limited to a specified region of space, either
a surface or volume.
The keyword 'source' is renamed 'regionType' which better describes the
purpose which is to specify the method by which the surface or volume
region is selected.
The keyword to select the name of the surface or volume region is
renamed from 'sourceName' to 'name' consistent with the other
name-changes above.
2016-06-12 20:56:51 +01:00
0f4df0150a
functionObjects: 'valueOutput' -> 'writeFields'
2016-06-11 15:25:00 +01:00
079a024374
functionObjects::fieldValue: Added support for 'field' entry
...
Added patchIntegrate configuration
2016-06-10 10:37:37 +01:00
4b5905e535
functionObjects::writeRegisteredObject -> functionObjects::writeObjects
...
Added configuration file etc/caseDicts/postProcessing/fields/writeObjects
2016-06-10 08:28:13 +01:00
657c2909ed
createTurbulenceFields: utility replaced by 'turbulenceFields' functionObject used with the '-postProcess' option
2016-06-09 17:17:19 +01:00
0f5b4f3c49
functionObjects: Corrected docs
2016-06-09 16:29:06 +01:00
6a03830b05
R: utility replaced by functionObject used with the '-postProcess' option
2016-06-09 16:28:30 +01:00
13f91bf5de
functionObjects: 'output:' -> 'write:' for consistency with the naming of the 'write' function
2016-06-09 16:06:44 +01:00
fd734554b9
functionObjects::yPlus: Rationalized the functionality in 'execute' and 'write'
2016-06-09 16:06:09 +01:00
4734b1af5b
wallShearStress: utility replaced by functionObject used with the '-postProcess' option
2016-06-09 16:05:13 +01:00