Commit 9446003
[FXC-4322] feat: wind tunnel farfield Python interface (#1582)
* initial progress (flow360)
* progress
* json parsing mostly done, w/ test
* changes in pipeline to allow wind tunnel farfield
* formatted
* fix linting
* black issue caused by merge conflict
* added floor type defaults, pd.Field descriptions
* addressed some comments, validation wip
* ghost surfaces
* parameter validation testcases
* is -> isinstance bug fix
* added valid test case
* updated pipeline to support wind tunnel compatibility with solver (one check temp disabled)
* switched schema to tuple
* worked WindTunnelGhostSurface into pipeline
* formatting
* fix test break
* added translation tests
* formatting
* minor changes; unifying allowed surfaces list next
* made get_valid_ghost_surfaces consistent with @propertys
* added staticmethod for getting boundaries w/o validation
* checked left, right, symmetric plane for half body wind tunnel
* Fixed linting
* minor fixes
* pylint duplicate code
* addressed feedback
---------
Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com>
Co-authored-by: benflexcompute <ben@flexcompute.com>1 parent 90f35d9 commit 9446003
File tree
22 files changed
+2350
-28
lines changed- flow360
- component/simulation
- meshing_param
- models
- outputs
- translator
- validation
- tests/simulation
- params
- meshing_validation
- translator
- data/gai_windtunnel_farfield_info
- ref
- surface_meshing
- volume_meshing
- utils
22 files changed
+2350
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
337 | 342 | | |
338 | 343 | | |
339 | 344 | | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
340 | 350 | | |
341 | 351 | | |
342 | 352 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
165 | | - | |
| 167 | + | |
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
171 | | - | |
| 173 | + | |
| 174 | + | |
172 | 175 | | |
173 | 176 | | |
174 | 177 | | |
| |||
275 | 278 | | |
276 | 279 | | |
277 | 280 | | |
278 | | - | |
| 281 | + | |
279 | 282 | | |
280 | 283 | | |
281 | 284 | | |
282 | 285 | | |
| 286 | + | |
| 287 | + | |
283 | 288 | | |
284 | 289 | | |
285 | 290 | | |
| |||
0 commit comments