Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Modules
Visualization
Commits
308c2e55
Commit
308c2e55
authored
Apr 12, 2018
by
Mark OLESEN
Browse files
STYLE: include temperature (T) in the default paraFoam pre-selection
parent
d63a8b35
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/paraview-plugins/PVFoamReader/pqFoamReaderControls.cxx
View file @
308c2e55
...
...
@@ -193,7 +193,7 @@ void pqFoamReaderControls::fireCommand
{
vtkSMProxy
*
pxy
=
this
->
proxy
();
prop
->
SetElement
(
0
,
val
);
// Set int value, to
o
gle bool, etc
prop
->
SetElement
(
0
,
val
);
// Set int value, to
g
gle bool, etc
// Fire off command
prop
->
Modified
();
...
...
src/paraview-plugins/vtkPVFoam/vtkPVFoamUpdateInfo.C
View file @
308c2e55
...
...
@@ -590,8 +590,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
Supports
Markdown
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