Selecting a specific time using SolutionUserObject #31468
-
|
Hello, I have an exodus file of simulation. I want to access a specific time of this file to be called in the SolutionUserObject. This time does not belong to the last timestep. Is there a way to do it? I want to use this SolutionUserObject in SolutionIC. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
hello yes in the solutioonUserObject, use the timestep parameter to pick the time step of interest https://mooseframework.inl.gov/source/userobjects/SolutionUserObject.html |
Beta Was this translation helpful? Give feedback.
-
|
@GiudGiud I am trying to use the I get the below error when I use 2 as the timestep number - |
Beta Was this translation helpful? Give feedback.
not sure the solution user object will support loading intermediate files
there is no file that has all the time steps. It s a limitation of the exodus format. The exodus reader in paraview is reconstructing the transient from multiple files
You might be able to project all the other time steps onto the most refined mesh to be able to group the time steps. It will be development work though