mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: timeVaryingMappedFixedValueFvPatchField: re-calculate interpolations
This commit is contained in:
@ -209,7 +209,7 @@ template<class Type>
|
||||
void timeVaryingMappedFixedValueFvPatchField<Type>::checkTable()
|
||||
{
|
||||
// Initialise
|
||||
if (startSampleTime_ == -1 && endSampleTime_ == -1)
|
||||
if (mapperPtr_.empty())
|
||||
{
|
||||
pointIOField samplePoints
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user