functionObjects: Added regionFunctionObject and fvMeshFunctionObject intermediate base-classes
to simplify writing common functionObjects and avoid unnecessary code duplication
Showing
- src/OpenFOAM/Make/files 1 addition, 0 deletionssrc/OpenFOAM/Make/files
- src/OpenFOAM/db/functionObjects/regionFunctionObject/regionFunctionObject.C 81 additions, 0 deletions...nctionObjects/regionFunctionObject/regionFunctionObject.C
- src/OpenFOAM/db/functionObjects/regionFunctionObject/regionFunctionObject.H 127 additions, 0 deletions...nctionObjects/regionFunctionObject/regionFunctionObject.H
- src/OpenFOAM/db/functionObjects/writeFile/writeFile.C 3 additions, 13 deletionssrc/OpenFOAM/db/functionObjects/writeFile/writeFile.C
- src/OpenFOAM/db/functionObjects/writeFile/writeFile.H 3 additions, 9 deletionssrc/OpenFOAM/db/functionObjects/writeFile/writeFile.H
- src/finiteVolume/Make/files 1 addition, 0 deletionssrc/finiteVolume/Make/files
- src/finiteVolume/fvMesh/fvMeshFunctionObject/fvMeshFunctionObject.C 61 additions, 0 deletions...Volume/fvMesh/fvMeshFunctionObject/fvMeshFunctionObject.C
- src/finiteVolume/fvMesh/fvMeshFunctionObject/fvMeshFunctionObject.H 118 additions, 0 deletions...Volume/fvMesh/fvMeshFunctionObject/fvMeshFunctionObject.H
- src/postProcessing/functionObjects/field/div/div.C 7 additions, 24 deletionssrc/postProcessing/functionObjects/field/div/div.C
- src/postProcessing/functionObjects/field/div/div.H 2 additions, 6 deletionssrc/postProcessing/functionObjects/field/div/div.H
- src/postProcessing/functionObjects/field/div/divTemplates.C 2 additions, 4 deletionssrc/postProcessing/functionObjects/field/div/divTemplates.C
- src/postProcessing/functionObjects/field/grad/grad.C 1 addition, 16 deletionssrc/postProcessing/functionObjects/field/grad/grad.C
- src/postProcessing/functionObjects/field/grad/grad.H 2 additions, 6 deletionssrc/postProcessing/functionObjects/field/grad/grad.H
- src/postProcessing/functionObjects/field/grad/gradTemplates.C 10 additions, 15 deletions...postProcessing/functionObjects/field/grad/gradTemplates.C
- src/postProcessing/functionObjects/field/mag/mag.C 1 addition, 16 deletionssrc/postProcessing/functionObjects/field/mag/mag.C
- src/postProcessing/functionObjects/field/mag/mag.H 2 additions, 6 deletionssrc/postProcessing/functionObjects/field/mag/mag.H
- src/postProcessing/functionObjects/field/mag/magTemplates.C 10 additions, 14 deletionssrc/postProcessing/functionObjects/field/mag/magTemplates.C
- src/postProcessing/functionObjects/utilities/blendingFactor/blendingFactor.C 1 addition, 16 deletions...functionObjects/utilities/blendingFactor/blendingFactor.C
- src/postProcessing/functionObjects/utilities/blendingFactor/blendingFactor.H 6 additions, 5 deletions...functionObjects/utilities/blendingFactor/blendingFactor.H
Please register or sign in to comment