ENH: Extended API to allow results to be accessed outside of class

This commit is contained in:
andy
2012-11-20 18:06:15 +00:00
parent ea774d8a97
commit d07327202e
5 changed files with 22 additions and 3 deletions

View File

@ -177,6 +177,9 @@ bool Foam::fieldValues::cellSource::writeValues(const word& fieldName)
{
Type result = processValues(values, V, weightField);
// add to result dictionary, over-writing any previous entry
resultDict_.add(fieldName, result, true);
if (valueOutput_)
{
IOField<Type>