- Feb 24, 2025
-
-
Paul Dechamps authored
-
- Feb 22, 2025
-
-
Paul Dechamps authored
-
- Feb 21, 2025
-
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
-
- Feb 20, 2025
-
-
Paul Dechamps authored
Boundary layer results can be saved in vtk format. Correctly handle inputs fuselage for fuselage and added fuselage type in c++ classes
-
Paul Dechamps authored
Now the viscous solver is created after the interface. This allows less user inputs and avoids conflict between parameters. The blSolverInterface class was reworked and documentation was improved. The sections can now have no wake or only one side (for fuselage for example). Bug fix here and there and ajusted tests. Only the onera validation case is up to date.
-
- Feb 19, 2025
-
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
Now a python virtual env is created to use the latest versions of scipy and numpy
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
-
- Feb 18, 2025
-
-
Paul Dechamps authored
-
Paul Dechamps authored
The data structures of the viscous solver have been reworked to avoid lists of lists of lists... Users now have the possibility to automatically generate sections on wing or to use prescribed section from another mesh. First option requires to identified upper and lower sides and this information is also used by the rbf interpolator.
-
- Feb 15, 2025
-
-
Paul Dechamps authored
Removed the requirement of a transfinite surface mesh to generate viscous section. They are now generated by interpolation of the convex hull (wing) using scipy. This works best if we identify the upper and lower sides of the wing. 2 tests are given; NACA0012 airfoil in 2D with RBF interpolation and RAE2822 wing in 3D with rbf as well. There might be a problem with parallel run of tests. Validation cases are not updated yet. Usage of LFS mesh is prevented on purpose so the 3D validation cases will fail.
-
- Feb 14, 2025
-
-
Paul Dechamps authored
Use the function getSolution in utils to get the viscous solution
-
Adrien Crovato authored
-
- Feb 06, 2025
-
-
Adrien Crovato authored
-
Adrien Crovato authored
-
- Feb 05, 2025
-
-
Adrien Crovato authored
-
- Feb 01, 2025
-
-
Paul Dechamps authored
BLASTER v1.0 See merge request !1
-
Paul Dechamps authored
-
Paul Dechamps authored
Avoid modifying install path if the project is a submodule. In that case, installation is handled by the top project.
-
- Jan 31, 2025
-
-
Paul Dechamps authored
DART is imported from the submodule if possible or from the blaster install path under blaster/dart. Custom install path can be specified in dartCfg as dart_path.
-
Paul Dechamps authored
Avoid forcing installation location
-
- Jan 30, 2025
-
-
Paul Dechamps authored
-
- Jan 27, 2025
-
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
-
- Jan 26, 2025
-
-
Paul Dechamps authored
-
Paul Dechamps authored
This does not change anything since Minf in the viscous solver is only used to compute the time step
-
Paul Dechamps authored
Modified file include accordingly
-
Paul Dechamps authored
-
Paul Dechamps authored
-