ERROR: Duplicate names detected. #30407
Unanswered
tommy213546
asked this question in
Q&A Tools
Replies: 1 comment
-
|
Hello Newer versions of paraview won't error on this I think. This is because MOOSE always creates the nodeset associated with the sideset, and gives it the same name. You can prevent moose from creating the nodeset by setting Mesh/construct_node_list_from_side_list = false |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to run the heat transfer case(https://mooseframework.inl.gov/modules/heat_transfer/tutorials/introduction/therm_step03a.html) in the moose tutorial, but an error occurred when visualizing it in paraview. The error is as follows:
ERROR: In ./VTK/IO/IOSS/vtkIOSSReader.cxx, line 934
vtkIOSSReader (0x63392d10a220): Error in UpdateTimeInformation:
ERROR: Duplicate names detected.
The name 'bottom' was found for both SideSet 0 and NodeSet 0.
Names must be unique over all types in a finite element model.
ERROR: In ./VTK/Common/ExecutionModel/vtkExecutive.cxx, line 752
vtkPVCompositeDataPipeline (0x63392d0583b0): Algorithm vtkIOSSReader(0x63392d10a220) returned failure for request: vtkInformation (0x633931394b40)
Debug: Off
Modified Time: 296712
Reference Count: 1
Registered Events: (none)
Request: REQUEST_INFORMATION
ALGORITHM_AFTER_FORWARD: 1
FORWARD_DIRECTION: 0
ERROR: In ./VTK/Common/ExecutionModel/vtkExecutive.cxx, line 752
vtkPVCompositeDataPipeline (0x63392d0583b0): Algorithm vtkIOSSReader(0x63392d10a220) returned failure for request: vtkInformation (0x6339323040c0)
Debug: Off
Modified Time: 350737
Reference Count: 1
Registered Events: (none)
Request: REQUEST_DATA
FROM_OUTPUT_PORT: 0
ALGORITHM_AFTER_FORWARD: 1
FORWARD_DIRECTION: 0
I tried to ask GPT, and he said that the names of node and side are repeated, but I don't know how to solve this problem. I want to ask if my system environment is configured incorrectly. I would like to ask everyone how to solve this problem. If someone can answer, I will be very grateful.
Beta Was this translation helpful? Give feedback.
All reactions