Replies: 3 comments 4 replies
-
hello @WillyW28 in order to investigate this issue further, could you please share the rst file too ? |
Beta Was this translation helpful? Give feedback.
-
hi @WillyW28 , it seems the rst file has point coordinates defined in mm (I guess) while Twin/ROM has its points defined in m. Can you try the following : whole_mesh = dpf.operators.mesh.mesh_provider(streams_container=streams).eval() with that modification, I get something as follows : let me know if that solves your problem |
Beta Was this translation helpful? Give feedback.
-
hi @WillyW28, I see the projection is done with interpolation since the ROM number of points (1723) is not the same as the number of points in the rst file (1521). |
Beta Was this translation helpful? Give feedback.
-
Hi, I want to know whether this is a bug or an error in my code. I used the
project_tbrom_on_mesh
API to project my results from the twin file onto the FEA mesh from the RST file. I have checked the TBROM data inside the twin file many times and found no errors (I have attached comments for exporting the TBROM data and plotting the results).I used a simply supported beam model. Here is an example of the deformation result:
When I use
project_tbrom_on_mesh
, the result does not represent the actual result, and the interpolation fails (if any).For both interpolation settings (True or False), the result of the projection is the same. This error occurs for both deformation and stress.
Can anyone help me?
project_tbrom_on_fea.zip
project_tbrom_on_fea.zip (updated file)
Beta Was this translation helpful? Give feedback.
All reactions