Please login with a confirmed email address before reporting spam
Posted:
1 year ago
Sep 27, 2023, 1:49 p.m. EDT
Updated:
1 year ago
Sep 27, 2023, 1:38 p.m. EDT
It depends on the geometry, boundary conditions and material properties. If it's a simple cylinder where at a given axial location the displacements are axysymmetric, then you can just get the displacement normal to an edge, which will be equal to your change in radius and multiply it by 2 to obtain the change in diameter. Image 1.
A more general approach will be to create a parametric 3D curve snaped to the boundary of your interest (Image 2) and then get a line average of the radial displacement (image 3). If the center of this pipe moves due to external loads or uneven pressure distribution, then first you would need to calculate the average center of the parametric curve, and then calculate the average radius by subtracting those coordinates from sqrt((x-x0)^2+(y-y0)^2).
It depends on the geometry, boundary conditions and material properties. If it's a simple cylinder where at a given axial location the displacements are axysymmetric, then you can just get the displacement normal to an edge, which will be equal to your change in radius and multiply it by 2 to obtain the change in diameter. Image 1.
A more general approach will be to create a parametric 3D curve snaped to the boundary of your interest (Image 2) and then get a line average of the radial displacement (image 3). If the center of this pipe moves due to external loads or uneven pressure distribution, then first you would need to calculate the average center of the parametric curve, and then calculate the average radius by subtracting those coordinates from sqrt((x-x0)^2+(y-y0)^2).
Please login with a confirmed email address before reporting spam
Posted:
1 year ago
Sep 28, 2023, 12:53 a.m. EDT
Thanks Luis for your response. This will help me.
Thanks Luis for your response. This will help me.