ENH: use cellPoint interpolation directly for surfaceFieldValue (#1212)
- prior to sampledSurface supporting different interpolation schemes a workaround means was used to simulate cellPoint -> face interpolation, with averaging of vertex interpolation. We instead now use cellPoint interpolation directly for the face values when 'interpolate=true'.
Showing
- src/functionObjects/field/fieldValues/surfaceFieldValue/surfaceFieldValue.H 1 addition, 1 deletion...s/field/fieldValues/surfaceFieldValue/surfaceFieldValue.H
- src/functionObjects/field/fieldValues/surfaceFieldValue/surfaceFieldValueTemplates.C 1 addition, 18 deletions...ieldValues/surfaceFieldValue/surfaceFieldValueTemplates.C
Please register or sign in to comment