diff --git a/applications/utilities/postProcessing/graphics/PVReaders/vtkPVFoam/vtkPVFoamUpdateInfo.C b/applications/utilities/postProcessing/graphics/PVReaders/vtkPVFoam/vtkPVFoamUpdateInfo.C index 391bf07782..91f8ef7c3c 100644 --- a/applications/utilities/postProcessing/graphics/PVReaders/vtkPVFoam/vtkPVFoamUpdateInfo.C +++ b/applications/utilities/postProcessing/graphics/PVReaders/vtkPVFoam/vtkPVFoamUpdateInfo.C @@ -587,8 +587,8 @@ void Foam::vtkPVFoam::updateInfoContinuumFields HashSet enabled; if (!select->GetNumberOfArrays() && !volMeshPtr_) { - // First call: automatically enable 'p' and 'U' - enabled = { "p", "U" }; + // First call: automatically enable pressure, temperature, velocity + enabled = { "p", "T", "U" }; } else {