Skip to content

Which method does gyGeo uses to create final geometry #233

Answered by lamkina
Mohsin-Bashir asked this question in Q&A
Discussion options

You must be logged in to vote

Two main things I want to clarify:

  1. pyGeo doesn't inherently store CAD geometry. Discrete mesh points are projected to a B-spline volume to invert the discrete cartesian coordinates to parametric coordinates of the volume.
  2. As the B-spline volume (FFD) is deformed, we query the parametric coordinates to get the new discrete mesh coordinates.

In that sense, only two things are stored in pyGeo:

  1. The surface mesh coordinates
  2. The design variables that map to movement of the B-spline volume control points

If you want to get the optimal surface mesh, you supply the optimal design variables to DVGeometry and access the surface mesh coordinates or write them to a Tecplot file. You can also acces…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Mohsin-Bashir
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by hajdik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants