mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: rigidBodyMotion: new Function1-type accelerationRelaxation
TUT: floatingObject: add Function1-type accelerationRelaxation example
This commit is contained in:
committed by
Andrew Heather
parent
18dd013e22
commit
4c2728a45c
@ -29,7 +29,13 @@ rigidBodyMotionCoeffs
|
||||
type Newmark;
|
||||
}
|
||||
|
||||
accelerationRelaxation 0.7;
|
||||
accelerationRelaxation table
|
||||
(
|
||||
// time relaxation-factor
|
||||
(0 0)
|
||||
(3.99999 0)
|
||||
(4 0.7)
|
||||
);
|
||||
|
||||
bodies
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user