Updated the name of the motion solver used.

This commit is contained in:
henry
2009-12-08 22:38:37 +00:00
parent 20995ae5ae
commit 66163783bf

View File

@ -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";
}
}