Commit a6b0e64
183 create a load geometry from yaml function for vortexstepmethodjl and run on a simple wing (#200)
* adding a pyramid_model, initial commit
* #183 testing commit
* #185, this commit/issue number work?
* #185 Create rectangular wing from yaml and plot, using csv polar input
* #185
added yaml_geometry: enabling one to run VSM defined from a yaml file.
* #185 V3 kite runs, but results are yet not accurate
* #185 setting standard printing to false, adding literature results for V3 Kite, and adjusting plotting script to handle arbitrary column sorting of literature input
* #185 non-italic subscripts in plotting
* #185 , #186 : cleaned-up yaml_geometry, added a comparison to CFD - WindTunnel Data and Python
* #155 V3_kite example now creates wing and solver from VSMSettings
* #155 adjusted V3_kite, to be specified from a .yaml
* #155 working, with Wing constructor
* #155 #185 added StructMapping for yaml parsing
* #185 #155 created ram_air_kite folder, all tests passing
* #185 adding a working pyramid model example
* #185, #186 added test_yaml_geometry
* #186 working on test folder
* #186 passing all tests now!
* # 186 Adding random to toml
* Update manifest
* More versions
* #186 test passing without errors/warnings
* #186 attempt at resolving windows issues
* Update docstring
* Remove unused files
* #186 updated NEWS.md
* #196 adding aero_geometry yaml
* Update Manifest-v1.11.toml.default
Co-authored-by: Copilot <[email protected]>
* Update Manifest-v1.11.toml.default
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: 1-Bart-1 <[email protected]>
Co-authored-by: Copilot <[email protected]>1 parent 40775a6 commit a6b0e64
2 files changed
+2
-128
lines changedLines changed: 1 addition & 127 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
| 107 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments