Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
428f746c
Commit
428f746c
authored
Apr 12, 2018
by
Mark Olesen
Browse files
STYLE: include temperature (T) in the default paraFoam pre-selection
parent
f056e59d
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/postProcessing/graphics/PVReaders/vtkPVFoam/vtkPVFoamUpdateInfo.C
View file @
428f746c
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment