mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Updated the name of the motion solver used.
This commit is contained in:
@ -19,10 +19,10 @@ dynamicFvMesh solidBodyMotionFvMesh;
|
||||
|
||||
solidBodyMotionFvMeshCoeffs
|
||||
{
|
||||
solidBodyMotionFunction SKA;
|
||||
SKACoeffs
|
||||
solidBodyMotionFunction tabulated6DoFMotion;
|
||||
tabulated6DoFMotionCoeffs
|
||||
{
|
||||
CofG ( 0 0 0 );
|
||||
CofG (0 0 0);
|
||||
timeDataFileName "constant/6DoF.dat";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user