Changing the length scale of a mesh #16251
-
Hi, I am wondering if something is possible. Say I have a mesh, whose solution has some length scale that is on the order of nanometers. So let's say the mesh is 3.0x3.0x3.0 nanometers with element size of 1 nm. If I wanted to load this solution into a new calculation but rescale the lengths of the mesh to micrometers, 0.003x0.003x0.003 µm with an element size of 0.001 µm, is there an easy way of doing this? John |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
(besides rescaling my units in my equations by the way ) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Another thing to try is the SolutionUserObject, it has a scale option as well. This can be used with SolutionFunction for the IC I believe. It might take both the TransformGenerator and the SolutionUserObject. Good luck. |
Beta Was this translation helpful? Give feedback.
-
TransfromGenerator looks to be it. Thanks! This might be very helpful in the near term. |
Beta Was this translation helpful? Give feedback.
-
I am guessing this approach would not be enough if the field you are trying to restart has units that contain length (e.g., a flux). |
Beta Was this translation helpful? Give feedback.
TransfromGenerator looks to be it. Thanks! This might be very helpful in the near term.