Skip to content

chongge666/rotor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# rotor

This utilizes the OpenFOAM rotorDisk model, which is a simple BEM on cells arranged in a disk.

To get proper power and thrust output, the source requires a little bit of modification. Change and compile via:
sudo cp src/new.C $FOAM_SRC/fvOptions/sources/derived/rotorDiskSource/rotorDiskSourceTemplates.C
sudo -s
cd $FOAM_SRC/fvOptions
wmake
exit

You can see the difference between the new and old source via:
diff src/new.C src/original.C

Mesh and run the simulation via:
./run.sh

You can start over the simulation by deleting generated files via:
./clean.py

About

Simple axisymmetric rotor disk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 52.6%
  • C 40.8%
  • GLSL 4.7%
  • Other 1.9%