mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated fvOption to reflect updated mesh-to-mesh interpolation
This commit is contained in:
@ -193,7 +193,8 @@ void Foam::fv::option::setCellSet()
|
||||
meshToMeshNew::interpolationMethodNames_.read
|
||||
(
|
||||
dict_.lookup("interpolationMethod")
|
||||
)
|
||||
),
|
||||
false // not interpolating patches
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user