Commit Graph

8 Commits

Author SHA1 Message Date
4f9e48bfc5 BUG: scalarTransport: have regIOobject member data
functionObjects only get detroyed when the runTime gets destroyed. So the
mesh is already destroyed and we cannot hold e.g. a volScalarField since
that will try to 'checkOut' from the objectRegistry(=mesh) upon destruction.
Note that we only see this in chtMultiRegionFoam.
2015-11-09 15:42:16 +00:00
6af4a60a53 ENH: scalarTransport: old files in header 2013-12-20 15:57:10 +00: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
72e3a7eeb3 ENH: Updated scalarTransport function object to handele compressible codes 2013-01-31 15:39:28 +00:00
ea608961c5 ENH: Updated scalarTransport function object 2013-01-08 09:45:23 +00:00
9d5ce4ae76 ENH: Updated function objects 2012-12-13 10:40:38 +00:00
8a692d187c ENH: Added dixygen tags to function objects 2012-11-28 10:49:34 +00:00
06d5c21232 ENH: Added new scalarTransport function object 2012-09-25 18:20:55 +01:00