2 Creating a new project and the geometry

First, we have to create a project:

  1. In the navigation bar, click 'Projects'
  2. Then click 'New project'
  3. Enter the name of your choice for the project. (ex: 'Tutorial-7')
  4. For the project type, select 'NS_3D_KW', which is Navier-Stokes 3D K-Omega abreviated (a K-omega SST turbulence model will be used).
  5. Set the parameters : Ref surface area = 1.202 m² ; Ref pitching length = 0.2404 m ; Ref yawing length = 5 m.
  6. The detail size parameter should be set at 3 mm.
  7. The Template NS is a script version for processing the Navier-Stokes runs. Choose the one with the highest version number.
  8. You can add comments, but it is optional.
  9. Finally, click the 'Create' button.
Image IMG-A  

Then, we can create our first geometry:

  1. In the navigation bar, click 'Geometries'
  2. In the tree on the left, choose the project you created at the preceding step.
  3. Finally, click the 'Add a geometry' button.
Image IMG-B  
In the geometry creation form, set the parameters as:
  1. Name it 'UAV-5rotors' for example.
  2. You can add comments, but it is optional.
  3. Under the spitfire image highlighting the axis expected in the CAD, set the units of the CAD. The files provided have been exported in millimeters.
  4. Click the button to add reference parts, select the path to the stl files provided before, add all the stl files.
  5. Edit the part types. The 5 rotors must be set to "Rotor volume".The part "refineVolume" is made of several volumes build around leading edges and trailing edges, this part must be set to the type "Refinement volume ds/2". Cells within these volumes will be refined with a size being half of the detail size.

    Image IMG-C1  

  6. Skip the moving parts and go down to the center of gravity setting. Set it to 760 / 0 / 206 mm.
  7. The hole detection point can be set at the same coordinates.
  8. Set the rotor zones with each rotor part, without changing the order.
  9. Go to the bottom to create the geometry.

Image IMG-C2  

NB: There are a couple of differences in this geometry compared to what was shown in the preceding tutorials. First, the rotors are modeled with a washer shape instead of a closed cylinder. The airflow close to the spinner can be tricky to model. Meshing can be difficult in this area and the resulting velocity can be inaccurate. We demonstrate here a trick that can avoid such problems. By removing the central part of the cylinder, we ignore a small part of the propeller effect, but the meshing and solving can be more reliable in some cases.

Image IMG-C3  

Another difference is that instead of having distinct surfaces of the UAV placed in a distinct part to define local refinements, a specific volume is defined as a reference part, a volume to be refined. This volume part, shown in blue in the following image, looks like tubes placed on leading edges and trailing edges of the UAV. The part is actually composed of multiple volumes, and all cells within these volumes will be refined to 1.5mm because of the parameters we chose (volume refinement to detail-size/2, the detail size of the project being 3mm).

Image IMG-C4