Commit Graph

565 Commits

Author SHA1 Message Date
9e345e1780 ENH: Enabled dictionaries to be expanded in lists 2013-12-06 10:24:23 +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
b202ea4838 STYLE: Minor code formatting 2013-10-18 08:27:48 +01:00
89100a1d25 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-10-04 16:48:35 +01:00
184a4c7c67 BUG: Output funcion objects - always call end() 2013-10-04 16:43:49 +01:00
e73b12168a ENH: regIOobject: improved debug message 2013-10-02 11:00:39 +01:00
e656bb49c5 STYLE: typos 2013-09-25 11:11:10 +01:00
4454803816 BUG: IOerror: Only output to IOerror to stream if the stream is not bad 2013-09-20 15:52:04 +01:00
7cfb5e5dbb IOobject: corrected fileNameComponents - mantis #1009 2013-09-18 13:12:39 +01:00
a863f4d79d ENH: Time: pass in case name from argList 2013-09-16 16:14:58 +01:00
051676fdb4 BUG: TimePaths: allow '-case processor0' to use parent directory system/, constant/ 2013-09-16 15:35:32 +01:00
b6fbff5229 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-09-09 15:37:02 +01:00
0752591f4a ENH: Time: fast time comparison 2013-09-09 15:36:51 +01:00
98c75b8790 ENH: instant: quick time comparison 2013-09-09 15:33:43 +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
f9d4a77828 ENH: #calc: allow in primitiveEntry 2013-09-06 13:05:02 +01:00
d6ae8d567d ENH: entry: allow keyType (and thus wildcards) as expansion in directionary keyword 2013-09-05 17:38:48 +01:00
f2d8f6361c ENH: dictionary: added topDict() function 2013-09-03 15:28:26 +01:00
0d8fff3a5f ENH: codeStream: function in dictionary context 2013-08-17 05:28:31 +01:00
ff373afdcc BUG: codeStream: make sure scatter result is consumed before starting again 2013-08-15 15:31:15 +01:00
36a3d00766 ENH: primitives: abstract out number parsing 2013-08-13 17:23:17 +01:00
0de6c01a7c BUG: functionObjectFile - file pointer index was not being incremented 2013-07-26 15:23:25 +01:00
4428aeed15 IOobject: Add support for group name
.group() returns the group name of the object otherwise null
groupName(name, group) returns the constructed group name (currently name.group)
2013-07-14 23:14:08 +01:00
c2e3902e7a ENH: printStack: offsets are size_t 2013-07-10 12:36:23 +01:00
6d383b6c0f ENH: includeEntry: allow ~ expansion; better error message 2013-07-05 09:01:54 +01:00
b2deb30972 BUG: IOobject: Write correct location in header files 2013-06-14 15:42:12 +01:00
15994afca1 ENH: Removed unused source file 2013-06-13 12:46:44 +01:00
b2b45d0a5e ENH: Removed unused source file 2013-06-13 12:40:57 +01:00
6f40272339 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-07 10:11:37 +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
f98d55fd47 TimeIO: write entries in <time>/uniform:time in userTime units 2013-06-04 15:16:47 +01:00
0e7a8770b4 BUG: IOdictionary: account for communicator in OPstream call 2013-05-07 10:58:04 +01:00
900d572a6e ENH: Pstream: shortcut on single processor 2013-05-02 15:53:07 +01:00
c4a4611b0f Merge remote-tracking branch 'origin/feature/procAgglom'
Conflicts:
	src/OpenFOAM/meshes/lduMesh/lduMesh.H
2013-05-02 14:44:59 +01:00
d7cadf4937 Merge remote-tracking branch 'origin/master' into feature/procAgglom
Conflicts:
	src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H
	src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C
	src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H
	src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C
	src/OpenFOAM/db/IOstreams/Pstreams/gatherScatter.C
	src/OpenFOAM/db/IOstreams/Pstreams/gatherScatterList.C
	src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.C
	src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.H
	src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.H
	src/finiteVolume/fvMesh/fvMesh.H
2013-04-23 09:41:15 +01:00
7927435a4b ENH: GAMG: cleanup 2013-04-17 10:26:55 +01:00
b1aae69141 ENH: Updated wordRe handling in IOobjectList and objectRegistry 2013-04-08 15:31:45 +01:00
42f4950532 ENH: Added foundObjectRe function 2013-04-05 11:33:47 +01:00
193feb9544 ENH: Added lookupRe function 2013-04-05 11:33:23 +01:00
e4fc9807c3 STYLE: Updates to erroneous copyright dates 2013-03-13 09:32:03 +00:00
490bc35655 BUG: Corrected forces function object calc and file output on change - mantis #773 2013-03-12 17:35:23 +00:00
3ce7681a59 ENH: dictionary: allow variable as dictionary keyword 2013-03-11 17:15:41 +00:00
cb74377832 BUG: Ostream: streaming of unexpanded variables over processorstreams 2013-03-05 15:58:32 +00:00
2812024796 Update headers 2013-02-26 22:20:05 +00:00
0afb3ab1ac MeshObject: extended to support movePoints and updateMesh as an alternative to call-backs
All MeshObjects are now handled generically in polyMesh and fvMesh
See MeshObject.H for details
2013-02-26 22:19:28 +00:00