Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

openfoamtutorials/rotor

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.
This change is now part of OpenFOAM-dev: https://github.com/OpenFOAM/OpenFOAM-dev/commit/dfe7b86e703823a941e32eaf8033d41b148d702b
Until the next OpenFOAM release, you can modify your installation 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

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.