Added new fieldValues function object
commit87fcd662d22d481ebea2237add491bf36aa56401
authorandy <andy>
Fri, 11 Dec 2009 15:24:02 +0000 (11 15:24 +0000)
committerandy <andy>
Fri, 11 Dec 2009 15:24:02 +0000 (11 15:24 +0000)
treec470d762aea9c535a22d9f91baeb1177f085bc90
parentc2abe18764ea98a5f01d2d0e803d0f80530a5522
Added new fieldValues function object

Output face or cell based values, with additional sum, average, integrate
methods. Weighted average provided for face sources.
19 files changed:
src/postProcessing/functionObjects/field/Make/files
src/postProcessing/functionObjects/field/fieldValues/cellSource/IOcellSource.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceFunctionObject.C [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceFunctionObject.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceI.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceTemplates.C [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/controlDict [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/faceSource/IOfaceSource.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.C [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceFunctionObject.C [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceFunctionObject.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceI.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceTemplates.C [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValue.C [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValue.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValueI.H [new file with mode: 0644]