bb67ccd37d
ENH: Cleaned up hash table item found checks
2017-05-19 11:15:35 +01:00
6a5ea9a2bf
ENH: improve HashSet construction and assignment
...
- make construct from UList explicit and provide corresponding
assignment operator.
- add construct,insert,set,assignment from FixedList.
This is convenient when dealing with things like edges or triFaces.
2017-04-29 15:19:47 +02:00
498fa94cb3
ENH: timeActivatedFileUpdate: avoid copying on master; simplified logic; Fixes #420 .
2017-04-06 14:45:16 +01:00
2da2970c7c
BUG: timeActivatedFileUpdate: was potentially rereading itself!
...
Fixed by setting flag which then gets queried by Time. Fixes #420 .
2017-04-06 10:26:16 +01:00
7848953b21
ENH: equationInitialResidualCondition - updated to support user-time, e.g. engineTime
2017-03-21 16:56:21 +00:00
2f41df18e3
Merge branch 'master' into develop
2017-03-21 13:36:26 +00:00
69bc13f300
BUG: Function objects - updated to enable user time emtries, e.g. if using engineTime. Fixes #437
2017-03-21 13:32:55 +00:00
2271bd4ca4
ENH: timeActivatedFileUpdate: early reading of changed files. Fixes #420 .
2017-03-15 13:15:36 +00:00
58b6fae81a
BUG: Corrected logFiles usage for parallel running; doc updates. Fixes #366
2016-12-23 10:30:29 +00:00
03e1f9c433
ENH: Removed unused files
2016-12-18 21:28:35 +00:00
c0f44ac4f3
MRG: Integrated foundation code
2016-12-12 12:10:29 +00:00
8b219feda2
Updated member type comments
...
See http://bugs.openfoam.org/view.php?id=2356
2016-11-28 09:22:56 +00:00
5272d324a4
functionObjects::timeActivatedFileUpdate: Copy file then move
...
Patch contributed by Mattijs Janssens
Resolves bug-report http://bugs.openfoam.org/view.php?id=2324
2016-11-25 14:37:24 +00:00
1f826361c6
STYLE: Consistency updates to change input of <var>Name to <var>. Fixes #306
2016-11-22 14:50:33 +00:00
ab40ddaaf3
Adding fireCompartment tutorial for new pyrolysis thermo, thermocouple FO and EDC combustion model
2016-11-21 07:36:05 -08:00
2d36cc97a7
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-11-16 16:27:36 -08:00
dbb8b04f5d
ENH: Correcting Nu correlation for thermoCoupleProbes
2016-11-16 16:27:11 -08:00
407a47572e
ENH: thermoCoupleProbes - store properties under FO name to avoid clashes with other instances
2016-11-08 14:37:01 +00:00
82f9089b6a
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-11-03 12:12:35 +00:00
c4c57690c6
ENH: function objects - use Info on construction/read, and Log for all other messages
2016-11-03 12:11:20 +00:00
f0107b47f5
Merge branch 'ensight-preview' into 'develop'
...
Reworking of the ensight infrastructue and new ensightWrite function object
See merge request !70
2016-11-03 08:24:52 +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
ccf3b9db13
BUG: Changing init for thermocouple FO. Changing radiation.correct in fireFoam to allow
...
correct case re-start
2016-10-27 08:49:47 -07:00
708bfda5cb
MRG: Resolve conflict when merging branch merge-foundation
2016-10-26 15:48:39 +01:00
85e2b7e94b
BUG: thermoCoupleProbes - can only create the solver after setting the number of samples
2016-10-25 14:25:40 +01:00
2f2fa53b09
ENH: thermoCoupleProbes - simplified initialisation
2016-10-21 17:02:07 +01:00
fb0b764466
STYLE: Documentation updates
2016-10-20 11:08:50 +01:00
95347013a8
ENH: function object clean-up
2016-10-19 15:28:55 +01:00
53faca832d
Merge branch 'merge-foundation' of develop.openfoam.com:Development/OpenFOAM-plus into merge-foundation
2016-10-07 10:20:45 -07:00
b9b2ac694a
ENH: Adding eddyDissipationDiffusionModel, thermocouple probe and thermocoupleTestCase
2016-10-07 10:17:43 -07:00
9ae5e37a63
ENH: residuals function object - store results for further processing
2016-10-07 14:21:00 +01:00
07bbb1852e
STYLE: Updated Doxygen comment markers
2016-10-05 15:16:12 +01:00
54da8848ba
ENH: add in ensightWrite function object (issue # 241)
...
- Currently no writing of clouds.
Managing restarts needs more thought.
2016-10-05 13:13:23 +02:00
58d16674a0
COMP: Corrected Clang-reported errors
2016-10-04 14:49:26 +01:00
54042b08df
ENH: Function objects - first pass at updating read functionality
...
Note: should be using the result of the parent::read(dict) when
deciding whether to read local entries...
2016-09-30 13:24:58 +01:00
3dbd39146c
STYLE: consistency updates
2016-09-27 15:17:55 +01:00
ad1e798293
ENH: Initial testing updates
2016-09-26 09:28:31 +01:00
b9940cbbb1
COMP: Multiple changes - first clean build after latest merge - UNTESTED
2016-09-23 15:36:53 +01:00
9fbd612672
GIT: Initial state after latest Foundation merge
2016-09-20 14:49:08 +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
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
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
3e3a183732
Completed transformation of post-processing utilities into functionObjects
2016-06-28 19:26:23 +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