mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: fvMeshSubset: surface fields mapping
This commit is contained in:
@ -271,8 +271,11 @@ tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > fvMeshSubset::interpolate
|
||||
else
|
||||
{
|
||||
// Mapped from internal face. Do what? Leave up to
|
||||
// patchField
|
||||
directAddressing[i] = -1;
|
||||
// patchField. This would require also to pass in
|
||||
// original internal field so for now keep original
|
||||
// behaviour of mapping original patch face 0
|
||||
//directAddressing[i] = -1;
|
||||
directAddressing[i] = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user