mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: include temperature (T) in the default paraFoam pre-selection
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user