Screw.h File Reference
#include "BaseWall.h"
#include "Math/Vector.h"

Go to the source code of this file.

Classes

class  Screw
 This function defines an Archimedes' screw in the z-direction from a (constant) starting point, a (constant) length L, a (constant) radius r, a (constant) number or revelations N and a (constant) rotation speed (rev/s) More...
 

Enumerations

enum class  ScrewType { singleHelix = 1 , doubleHelix = 2 }
 

Enumeration Type Documentation

◆ ScrewType

enum ScrewType
strong

used to define if the screw consists of a single or double helical thread

Enumerator
singleHelix 
doubleHelix 
35 {singleHelix = 1, doubleHelix = 2};