Skip to content

Conversation

@jellepoland
Copy link
Collaborator

No description provided.

jellepoland and others added 29 commits August 4, 2025 11:24
added yaml_geometry: enabling one to run VSM defined from a yaml file.
…r V3 Kite, and adjusting plotting script to handle arbitrary column sorting of literature input
…xstepmethodjl-and-run-on-a-simple-wing' of github.com:OpenSourceAWE/VortexStepMethod.jl into 183-create-a-load_geometry_from_yaml-function-for-vortexstepmethodjl-and-run-on-a-simple-wing
…n-for-vortexstepmethodjl-and-run-on-a-simple-wing
@jellepoland jellepoland requested a review from 1-Bart-1 October 6, 2025 11:17
@jellepoland jellepoland requested a review from Copilot October 6, 2025 11:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements a YAML-based geometry loading function for VortexStepMethod.jl by updating configuration files and adding required dependencies. The change simplifies the geometry file structure by removing bridle-related data and updates the reference to use a cleaner geometry file.

  • Updated geometry file reference in VSM settings from wing_geometry_polars_CFD.yaml to aero_geometry.yaml
  • Cleaned up aero_geometry.yaml by removing bridle nodes, lines, and connections data
  • Added YAML and PrettyTables dependencies to the manifest

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
data/TUDELFT_V3_KITE/vsm_settings.yaml Updated geometry file reference to point to simplified aero_geometry.yaml
data/TUDELFT_V3_KITE/aero_geometry.yaml Removed bridle-related configuration data, keeping only wing airfoil definitions
Manifest-v1.11.toml.default Added YAML and PrettyTables package dependencies for geometry loading functionality

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@codecov
Copy link

codecov bot commented Oct 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

jellepoland and others added 2 commits October 6, 2025 14:20
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@jellepoland jellepoland requested a review from Copilot October 6, 2025 12:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

wings:
- name: V3_Kite # Wing identifier for output labeling
geometry_file: data/TUDELFT_V3_KITE/wing_geometry_polars_CFD.yaml
geometry_file: data/TUDELFT_V3_KITE/aero_geometry.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove the "data" prefix, all yaml files are in the data dir

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I will still approve this PR, as this is not important

@1-Bart-1 1-Bart-1 merged commit a6b0e64 into main Oct 7, 2025
9 checks 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.

3 participants