e57874859a
Updated Doxygen documentation and files
...
Contributed by Bruno Santos
Resolves patch report http://www.openfoam.org/mantisbt/view.php?id=2023
Update online documentation http://openfoam.github.io/Documentation-dev/html/
2016-03-14 11:00:24 +00:00
95d146ecdf
Rationalized the indentation of C-preprocessor directives
2016-02-29 15:42:03 +00:00
f900abd83b
functionObjects: Format time according to the specification in controlDict
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1921
2015-11-20 13:22:51 +00:00
a4ab3f61db
src/OpenFOAM: Update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-08 12:23:52 +00:00
42fb1b9e8e
Updated notImplemented -> NotImplemented
...
The new NotImplemented macro uses __PRETTY_FUNCTION__ for GNU compatible
compilers otherwise __func__ to provide the function name string.
2015-11-01 10:26:37 +00:00
8234c04bc2
functionObjectFile: Use wordList rather than wordHashSet to maintain order
...
Change based on patch provided by Hassan Kassem
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1796
2015-08-05 17:38:31 +01:00
94401af010
Resolved issues with virtual function inheritance and warning from clang
...
Also removed __GNUC__ conditional compilation statements which are no
longer needed.
2015-07-17 12:11:37 +01:00
083d7059fc
faceSource: Writing the total area of the faceSource (sum(magSf)) for each time is now optional
...
Previous behavior which may be useful for moving-mesh cases can be
selected using the optional entry:
writeTotalArea yes;
The initial total area is written in the log and data file header e.g.:
# Source : faceZone f0
# Faces : 8
# Area : 1.063860e-02
2015-04-26 16:32:19 +01:00
f107eba31e
BUG: Adding default value for nStepsToStartTimeChange
2014-08-27 15:48:57 +01:00
df099b7fb3
BUG: functionObjectFile - updated parallel ops - mantis #1242
2014-05-12 15:12:10 +01:00
d648760ead
Update headers
2014-01-30 13:02:02 +00:00
ee4e19ef85
Renamed folder -> directory for consistency with POSIX and the rest of OpenFOAM
2014-01-30 13:01:04 +00:00
bb49d35619
BUG: Added missing file
2013-11-29 15:54:55 +00:00
d2e54ceff1
STYLE: minor code formatting
2013-11-29 15:02:16 +00:00
d24bc269f2
ENH: output function objects - added evaluateControl
2013-11-29 09:24:11 +00:00
636215a0ea
ENH: functionObjects - updated writing to file
2013-11-25 10:52:20 +00:00
18ae63051b
ENH: functionObjectFile - added standardised function for writing values
2013-11-25 10:51:44 +00:00
db4852117d
COMP: outputFilterControl: const access
2013-11-19 17:03:04 +00:00
184a4c7c67
BUG: Output funcion objects - always call end()
2013-10-04 16:43:49 +01:00
2d773bc089
ENH: adding hook adjustTimeStep to function objects. The hook is called in
...
Time::adjustDeltaT(). It allows function objects to manipulate the time step to
dump at adjustable times. The following options are available for output in
function objects: timeStep, outputTime, adjustableTime, runTime, clockTime
and cpuTime.
2013-09-09 14:13:21 +01:00
0de6c01a7c
BUG: functionObjectFile - file pointer index was not being incremented
2013-07-26 15:23:25 +01:00
a50d78ea93
EMH: Adding a hook to functionObject called 'timeSet' at the
...
end of Time::operator++. This allows to know if the next timeIndex will be
a dumping time. The function object "partialWrite" modifyes the write option
of the those fields which will be written down at given intervals of the overall
outout times.
2013-06-07 10:11:07 +01:00
490bc35655
BUG: Corrected forces function object calc and file output on change - mantis #773
2013-03-12 17:35:23 +00:00
98447ed2e2
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-12-13 10:40:54 +00:00
6aba1d08f8
ENH: Updated moving mesh support in function objects
2012-12-13 10:39:43 +00:00
8e968f5647
STYLE: debug: move debug declaration into Foam namespace
2012-12-11 09:33:20 +00:00
9ccd5809b8
BUG: sampleDict: missing type
2012-12-05 15:21:00 +00:00
ea774d8a97
BUG: Incorrectly sized list of OFstream
2012-11-20 18:05:32 +00:00
97b08a9b13
BUG: Use copy instead of reference
2012-11-20 18:05:10 +00:00
00da60e51c
ENH: Updated scope for NamedEnum
2012-11-16 13:25:19 +00:00
90be0ef222
ENH: Added access function to 'names'
2012-10-16 11:51:01 +01:00
967e389e94
ENH: Added mesh name to path of not using default region
2012-10-16 10:38:21 +01:00
f4ee6e1418
ENH: Added helper function for function objects to return output folder for current time value
2012-10-16 10:17:56 +01:00
eda58a4b69
ENH: made local member data private
2012-10-15 18:14:39 +01:00
d8321469e9
ENH: Added base class for function objects that generate text files
2012-10-15 17:56:36 +01:00
8489de277d
GIT: conflict resolution
2012-09-17 12:03:11 +01:00
52fefbca00
ENH: adding outputInterval option for ocOutputTime mode in function
...
objects
2012-09-04 11:20:42 +01:00
a80d4d9b69
ENH: doxygen documentation updates
2012-07-12 17:12:52 +01:00
3dd7ab054b
STYLE: change of doxygen tags for function objects and ico wall functions boundaryConditions
2012-07-12 10:35:09 +01:00
5ebb8dc482
ENH: Added documentation file for function objects
2012-07-11 11:46:34 +01:00
71c5c0fdb8
ENH: Added time bounds to function objects
2011-09-14 10:39:21 +01:00
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
95d8fd4860
STYLE: Updated copyright dates
2011-05-11 11:34:38 +01:00
a791316896
ENH: dlLibraryTable: moved library handles to objects
2011-04-18 16:41:21 +01:00
157d89f3de
STYLE: OutputFilterFunctionObject.C : indentation
2011-03-23 04:57:09 +00:00
c3cb632c24
Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs
2011-02-08 18:22:00 +00:00
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce .
2011-01-05 18:24:29 +00:00
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
57a443a183
STYLE: functionObjectList : indentation
2010-11-16 12:38:07 +00:00