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
{{ message }}
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
We could do with adding a scaling factor to the write_data_to_vtk so that the results can be written out in whatever units required (e.g Watts would need scaling from eV to joules and by fusion power)
The text was updated successfully, but these errors were encountered:
The default behaviour when running a tet mesh is to process the results and produce a vtk file.
However this can be disabled with
UnstructuredMesh.output = False
Then we can call the
write_data_to_vtk
function in the wrapper https://github.com/openmc-dev/openmc/blob/eacd8f6bba414cac12f65059a3c17226fd0a201f/openmc/mesh.py#L722We could do with adding a scaling factor to the
write_data_to_vtk
so that the results can be written out in whatever units required (e.g Watts would need scaling from eV to joules and by fusion power)The text was updated successfully, but these errors were encountered: