mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: surfaceFieldValue interpolate on sampled surface fails (fixes #1488)
This commit is contained in:
committed by
Andrew Heather
parent
71de630722
commit
52d2643994
@ -100,7 +100,7 @@ Foam::functionObjects::fieldValues::surfaceFieldValue::getFieldValues
|
||||
{
|
||||
const interpolationCellPoint<Type> interp(fld);
|
||||
|
||||
return sampledPtr_().sample(interp);
|
||||
return sampledPtr_().interpolate(interp);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user