tutorials::floatingObject: Added rigidBodyState functionObject

This commit is contained in:
Henry Weller
2019-03-01 13:51:59 +00:00
parent d399b83f08
commit 8f0772d7d2

View File

@ -51,4 +51,14 @@ maxCo 1;
maxAlphaCo 1; maxAlphaCo 1;
maxDeltaT 1; maxDeltaT 1;
functions
{
rigidBodyState
{
type rigidBodyState;
libs ("librigidBodyState.so");
angleFormat degrees;
}
}
// ************************************************************************* // // ************************************************************************* //