Skip to content

Commit

Permalink
Merge pull request #77 from ocayon/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ocayon authored Aug 29, 2024
2 parents 7e2e780 + 93c8328 commit 5d69200
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,6 @@
old_code/
venv/

# results
results/*
!results/rectangular_wing/
!results/TUDELFT_V3_LEI_KITE/
results/rectangular_wing/**
results/TUDELFT_V3_LEI_KITE/**

# data
data/*
!data/rectangular_wing/
!data/TUDELFT_V3_LEI_KITE/
data/rectangular_wing/**
data/TUDELFT_V3_LEI_KITE/**

# processed_data
processed_data/*
!processed_data/rectangular_wing/
!processed_data/TUDELFT_V3_LEI_KITE/
processed_data/rectangular_wing/**
processed_data/TUDELFT_V3_LEI_KITE/**


# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ We welcome contributions to this project! Whether you're reporting a bug, sugges
## Citation
If you use this project in your research, please consider citing it.
Citation details can be found in the `CITATION.cff` file included in this repository.
Citation details can be found in the [CITATION.cff](CITATION.cff) file included in this repository.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
LE_x,LE_y,LE_z,TE_x,TE_y,TE_z,d_tube,camber
0.8630767430175426,4.1565,7.423819809051551,1.5450326776836745,4.130039796867375,7.261364950271782,0.10335689875149735,0.040334
0.4226910266181281,4.070309801650377,7.960426598345623,1.6277146625568284,4.050818332242261,7.876702560070577,0.08632971274114962,0.06016905555555555
-0.01769468978128639,3.9841196033007544,8.497033387639695,1.7103966474299823,3.9715968676171474,8.492040169869373,0.08111322063846438,0.06921433333333334
-0.1281722881830875,3.565602487221173,9.156889807572131,1.8605294081518775,3.5505143578820486,9.1396190248872,0.07972611394063135,0.07653666666666667
-0.23864988658488862,3.147085371141592,9.816746227504566,2.0106621688737727,3.12943184814695,9.787197879905024,0.07875626378016246,0.08241499999999999
-0.3119719498702792,2.5573932419570693,10.212051387442383,2.0646955844803685,2.5419687498490218,10.172872418663431,0.07807414110856237,0.08701
-0.3852940131556698,1.9677011127725468,10.6073565473802,2.118729000086964,1.9545056515510937,10.55854695742184,0.07758416018342985,0.09055033333333334
-0.42185664613760554,1.3173276339723552,10.778165165840132,2.1430344733625466,1.308957221366006,10.724194298191756,0.0772499640331747,0.09309072222222221
-0.4584192791195412,0.6669541551721638,10.948973784300064,2.16733994663813,0.6634087911809183,10.889841638961673,0.07706561036448212,0.09453255555555555
-0.4584192791195412,0.0,10.948973784300064,2.16733994663813,0.0,10.889841638961673,0.07699999209396453,0.095
-0.4584192791195412,-0.6669541551721638,10.948973784300064,2.16733994663813,-0.6634087911809183,10.889841638961673,0.07706561036448212,0.09453255555555555
-0.42185664613760554,-1.3173276339723552,10.778165165840132,2.1430344733625466,-1.308957221366006,10.724194298191756,0.07724996403317469,0.09309072222222223
-0.3852940131556698,-1.9677011127725468,10.6073565473802,2.118729000086964,-1.9545056515510937,10.55854695742184,0.07758416018342985,0.09055033333333334
-0.3119719498702792,-2.5573932419570693,10.212051387442383,2.0646955844803685,-2.5419687498490218,10.172872418663431,0.07807414110856237,0.08701
-0.23864988658488862,-3.147085371141592,9.816746227504566,2.0106621688737727,-3.12943184814695,9.787197879905024,0.07875626378016246,0.082415
-0.1281722881830875,-3.565602487221173,9.156889807572131,1.8605294081518775,-3.5505143578820486,9.1396190248872,0.07972611394063135,0.07653666666666668
-0.01769468978128639,-3.9841196033007544,8.497033387639695,1.7103966474299823,-3.9715968676171474,8.492040169869373,0.08111322063846438,0.06921433333333334
0.4226910266181281,-4.070309801650377,7.960426598345623,1.6277146625568284,-4.050818332242261,7.876702560070577,0.0863297127411496,0.06016905555555556
0.8630767430175426,-4.1565,7.423819809051551,1.5450326776836745,-4.130039796867375,7.261364950271782,0.10335689875149735,0.040334
Binary file not shown.

0 comments on commit 5d69200

Please sign in to comment.