You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
VTKOutput produces files in the working directory rather than the output directory (as specified via -o). Moreover, the XML node has plotFileRoot attribute but it is ignored; instead, the node's name is used as the name for output files (the main .pvd file and associated directory).
To Reproduce
Steps to reproduce the behavior:
Run coreComponents/physicsSolvers/fluidFlow/integratedTests/compositionalMultiphaseFlow/co2_flux_3d.xml with non-default -o location (for example, as part of the integrated test suite)
Observe the location of output VTK files
Expected behavior
Both -o option and plotFileRoot should be respected.
The text was updated successfully, but these errors were encountered:
Describe the bug
VTKOutput produces files in the working directory rather than the output directory (as specified via
-o
). Moreover, the XML node hasplotFileRoot
attribute but it is ignored; instead, the node's name is used as the name for output files (the main.pvd
file and associated directory).To Reproduce
Steps to reproduce the behavior:
coreComponents/physicsSolvers/fluidFlow/integratedTests/compositionalMultiphaseFlow/co2_flux_3d.xml
with non-default-o
location (for example, as part of the integrated test suite)Expected behavior
Both
-o
option andplotFileRoot
should be respected.The text was updated successfully, but these errors were encountered: