mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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'.
This commit is contained in:
committed by
Andrew Heather
parent
8a7d8e74fe
commit
71e6e10458
@ -211,7 +211,7 @@ class surfaceFieldValue
|
||||
{
|
||||
public:
|
||||
|
||||
// Public data types
|
||||
// Public Data Types
|
||||
|
||||
//- Region type enumeration
|
||||
enum regionTypes
|
||||
|
||||
Reference in New Issue
Block a user