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
when doing
ww.export_as_vtk("wwinp.vts") as part of a gvr workflow the resulting vts file with the ww data has the wrong geometry co-ordinates
a meshtally file produced with the following fmesh
fmesh214:p geom=XYZ origin= -200 -250 -200
imesh -75 75 200
iints 3 30 3
jmesh -25 25 300
jints 10 10 10
kmesh -100 50 100
kints 5 30 5
produced a vts file that when viewed in visit had min x = -400 min y=-500 and min z = -400
this means the vts cannot be plotted with an stl of the geometry for example.
To Reproduce
Steps to reproduce the behavior:
for example:
create a ww object adn export to a vt file using ww.export_as_vtk("wwinp.vts")
plot in paraview or visit
Expected behavior
A clear and concise description of what you expected to happen.
the xyz co-ordinates in the vts file should match the wwinp file and/or the meshtally file used to geenrate them.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: linux via WSL
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hi, can you please tell us the the version that you are using? If it is the latest release, if would be helpful if you could provide the input that you are using or a minimal representation of it.
Describe the bug
when doing
ww.export_as_vtk("wwinp.vts") as part of a gvr workflow the resulting vts file with the ww data has the wrong geometry co-ordinates
a meshtally file produced with the following fmesh
fmesh214:p geom=XYZ origin= -200 -250 -200
imesh -75 75 200
iints 3 30 3
jmesh -25 25 300
jints 10 10 10
kmesh -100 50 100
kints 5 30 5
produced a vts file that when viewed in visit had min x = -400 min y=-500 and min z = -400
this means the vts cannot be plotted with an stl of the geometry for example.
To Reproduce
Steps to reproduce the behavior:
for example:
Expected behavior
A clear and concise description of what you expected to happen.
the xyz co-ordinates in the vts file should match the wwinp file and/or the meshtally file used to geenrate them.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: