STYLE: include temperature (T) in the default paraFoam pre-selection

This commit is contained in:
Mark Olesen
2018-04-12 13:51:51 +02:00
parent f056e59db6
commit 428f746c68

View File

@ -587,8 +587,8 @@ void Foam::vtkPVFoam::updateInfoContinuumFields
HashSet<string> 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
{