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;
|
HashSet<string> enabled;
|
||||||
if (!select->GetNumberOfArrays() && !volMeshPtr_)
|
if (!select->GetNumberOfArrays() && !volMeshPtr_)
|
||||||
{
|
{
|
||||||
// First call: automatically enable 'p' and 'U'
|
// First call: automatically enable pressure, temperature, velocity
|
||||||
enabled = { "p", "U" };
|
enabled = { "p", "T", "U" };
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user