MBDyn spherical hinge (#33)

* moved misc files to project resource

* MBDyn Sperical Hinge

* Werner compil warning (#32)

* Replace int by size_t in for loops.

* Various dtor missing and some other warning fixes.

* fixed size_t vs int

* fixed size_t vs int

---------

Co-authored-by: Paddle <PaddleStroke@users.noreply.github.com>
Co-authored-by: Aik-Siong Koh <askoh@askoh.com>

* moved misc files to project resource

* MBDyn Sperical Hinge

* gravity fix

---------

Co-authored-by: PaddleStroke <pierrelouis.boyer@gmail.com>
Co-authored-by: Paddle <PaddleStroke@users.noreply.github.com>
This commit is contained in:
aiksiongkoh
2023-11-27 14:48:58 -07:00
committed by GitHub
parent 3952f45945
commit 810c8d2f0e
24 changed files with 2547 additions and 4627 deletions

View File

@@ -26,6 +26,7 @@ void sharedptrTest();
int main()
{
MBDynSystem::runFile("../testapp/SphericalHinge.mbd");
ASMTAssembly::runFile("../testapp/cirpendu2.asmt"); //Under constrained. Testing ICKine.
ASMTAssembly::runFile("../testapp/quasikine.asmt"); //Under constrained. Testing ICKine.
ASMTAssembly::readWriteFile("../testapp/piston.asmt");