Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenVSP geometry import feature #89

Merged
merged 34 commits into from
Nov 16, 2023
Merged

Conversation

cibinjoseph
Copy link
Member

This PR adds two functions:

  1. read_degengeom: Reads DegenGeom file and returns VSP components inside
  2. import_vsp: Takes VSP component and assigns it to FLOWUnsteady data structures

Existing files modified:

  1. Project.toml: Added VSPGeom dependency
  2. docs/make.jl: Added examples and api documentation
  3. docs/src/installation/general.md: Added VSPGeom.jl package to installation dependency
  4. docs/src/api/FLOWUnsteady-openvsp.md: Add functions to API documentation
  5. src/FLOWUnsteady.jl: Added VSPGeom package to imports

New files created:

  1. src/FLOWUnsteady_openvsp.jl: Added 2 functions for openvsp geometry import
  2. examples/aircraft-vsp/aircraft-vsp.jl: Added example for geometry import
  3. examples/aircraft-vsp/aircraft.csv: Added DegenGeom file for example
  4. examples/aircraft-vsp/aircraft.vsp3: Added VSP file of example aircraft
  5. docs/src/examples/assets/DegenGeom.png: Added assets for documentation
  6. docs/src/examples/assets/aircraft-paraview.png: Added assets for documentation
  7. docs/src/examples/openvsp-aircraft.md: Added example

EdoAlvarezR and others added 30 commits April 22, 2023 11:49
@EdoAlvarezR EdoAlvarezR merged commit 9d9027a into byuflowlab:master Nov 16, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants