The equation of a 3D surface bounded by 3 known elliptical curves

499 Views Asked by At

I am trying to find the equation of a 3D surface as illustrated below. The boundaries of this surface is comprised of two planar elliptical arcs $AB$ and $AC$ as well as a 3D arc $BC$ which is a 3D curve on an elliptical surface described nicely in this post. Could someone kindly help me how this surface bounded by $AB$, $AC$, and $BC$ can be put into an equation? Thanks in advance.

enter image description here

2

There are 2 best solutions below

1
On

with a parametrized solution you might have a parameter for a point M between A and B and another for the point on the ellipsoid between C and M

0
On

We can try to approach this as an interpolation problem. Sample the arcs in a few middle points, you'll get a dataset $(x_i, y_i, z_i)$, albeit only at the boundaries. Such highly irregular scattered data interpolation could be dealt with by using radial basis functions, with the thin plate spline as a natural kernel for stress analysis. The RBF interpolant will be a sum of as many terms as there were points, but it is a function you can evaluate on your FEM mesh inside the patch.