mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: support 'rpm' input for propeller functionObject (as per rotorDisk)
- update code style for forces/propeller. - simplify coordinate handling in propeller functionObject
This commit is contained in:
@ -8,10 +8,10 @@ then
|
||||
|
||||
./Allrun.pre
|
||||
|
||||
restore0Dir
|
||||
|
||||
runApplication decomposePar
|
||||
|
||||
restore0Dir -processor
|
||||
|
||||
runParallel $(getApplication)
|
||||
|
||||
runApplication reconstructPar
|
||||
|
||||
@ -27,8 +27,8 @@ propellerInfo1
|
||||
|
||||
// rotationMode = specified:
|
||||
origin (0 -0.1 0);
|
||||
n 25.15;
|
||||
axis (0 1 0);
|
||||
n 25.15; // Or as rpm 1509;
|
||||
|
||||
// Optionally write wake text files
|
||||
// Note: controlled by writeControl
|
||||
|
||||
Reference in New Issue
Block a user