mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: prescribedRotation: fix testcase. Fixes #872.
This commit is contained in:
@ -5,6 +5,6 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
./Allrun.pre
|
||||
|
||||
runApplication decomposePar
|
||||
runParallel overInterDyMFoam
|
||||
runParallel $(getApplication)
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -34,6 +34,10 @@ motionSolver rigidBodyMotion;
|
||||
|
||||
accelerationRelaxation 1.0;
|
||||
|
||||
//- prescribedRotation requires some sub-iterations to converge faster
|
||||
// to desired value.
|
||||
nIter 3;
|
||||
|
||||
bodies
|
||||
{
|
||||
hull
|
||||
|
||||
Reference in New Issue
Block a user