- Feb 22, 2025
-
-
Paul Dechamps authored
-
- Feb 21, 2025
-
-
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
-
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
-
- 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
-
- Jan 23, 2025
-
-
Paul Dechamps authored
-
- Jan 22, 2025
-
-
Paul Dechamps authored
-
- Jan 21, 2025
-
-
Paul Dechamps authored
Results are very close on Mac and ubuntu. Agard test number of iterations is 9 if linear solver is GMRES and 4 if PARDISO. Lift and drag do not change significantly.
-
Paul Dechamps authored
The test values are different from mac to ubuntu which is probably related to version difference (python, numpy, scipy, swig and probably others are different).
-
Paul Dechamps authored
- Revert default value of span. - Removed api test for 3D because it could lead to issues when ctests run in parallel (tests would open the same files at the same time which would cause high latency. - Fixed values of Rae 3D case wrt to previous fix
-
Paul Dechamps authored
-
Paul Dechamps authored
Plus fixed a bug that would set span to 0
-