NREL / SOWFA

Other
138 stars 112 forks source link

Add several postProcessing functions #38

Closed DriesAllaerts closed 5 years ago

DriesAllaerts commented 5 years ago

Adds planarAveraging and TemporalAveraging functionObject classes Includes a step towards making scanningLidar and spinnerLidar functionObject classes compatible with OpenFOAM-6 (one issue with compatibility remaining)

ewquon commented 5 years ago

What’s the motivation for moving the functionObjects folder? We should try to keep it consistent with the main openfoam code base, no?

DriesAllaerts commented 5 years ago

The new folder structure is in line with OpenFOAM-6 code base. E.g., the fieldAverage class, which is the base for the proposed temporalAveraging class, sits in src/postProcessing/functionObjects/field/fieldAverage in OF2.4.x, in OF6 this class is moved to src/functionObjects/field/fieldAverage