Skip to content
Snippets Groups Projects

Flow v1.5

Merged Boman Romain requested to merge adrien into master

Created by: acrovato

Flow

Major changes

  • Added full aircraft and multibody configurations support
  • Added Bank&Rose line search
  • Added experimental adjoint solver (not validated)

Minor changes

  • Added -clean flag to remove existing workspace folders. When the test battery is launched, the flag is automatically added (#41)
  • Added capability to pass option to gmsh when building mesh from geometry file
  • Replaced inflow Neumann B.C. by Dirichlet B.C. for numerical stability
  • Moved build instructions to wiki
  • Various refactoring

Tests

Tested on ubuntu 18.04, ubuntu 16.04 and debian (gaston)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
40 40 std::cout << "** | __| | | / \\ \\ \\_/ / **" << std::endl;
41 41 std::cout << "** |_| |_| \\__/ \\/ \\/ **" << std::endl;
42 42 std::cout << "*******************************************************************************" << std::endl;
43 std::cout << "** Hi! My name is Flow v1.3-1905 **" << std::endl;
43 std::cout << "** Hi! My name is Flow v1.5-1910 **" << std::endl;
Please register or sign in to reply
Loading