Search found 61 matches

by Tom Lintern
Tue Jan 21, 2014 4:13 pm
Forum: OpenSim
Topic: Problems uploading models to svn depository
Replies: 1
Views: 401

Problems uploading models to svn depository

Hi, I have just created two new projects and I can't seem to upload my models to them. I tried using the svn links via the command line but I don't really know what I am doing. I tried it from our institutes hpc computers with a linux distribution and an error said "could not connect to server (http...
by Tom Lintern
Thu Aug 22, 2013 3:30 pm
Forum: OpenSim
Topic: Validated contact parameters
Replies: 0
Views: 207

Validated contact parameters

Hi, I am currently using OpenSim to model head and neck dynamics and I am trying to model contact of the head with the torso using HuntCrossleyForce contact surfaces. I am interested if anyone has done some research where they have validated their choice of contact parameters? I'd appreciate if anyo...
by Tom Lintern
Wed Aug 21, 2013 11:32 pm
Forum: Simbody: SimTK multibody dynamics API
Topic: Cpodes vs RK integrator for numerically stiff problems
Replies: 5
Views: 466

Re: Cpodes vs RK integrator for numerically stiff problems

Hi Sherm, That's a great addition to the optimizer classes. I hit a bit of a bottleneck with that and resorted to wrapping the forward dynamics with the matlab optimization methods. One last question, do you know of anywhere I can get good estimates for the contact parameters? It would be great if t...
by Tom Lintern
Wed Aug 21, 2013 7:42 pm
Forum: Simbody: SimTK multibody dynamics API
Topic: Cpodes vs RK integrator for numerically stiff problems
Replies: 5
Views: 466

Re: Cpodes vs RK integrator for numerically stiff problems

Hi Sherm, Sorry, I am using the solved kinematics to compare against some measurements in an objective function for an optimisation routine. By convergence I mean that the integrator accuracy is sufficient to ensure a smooth objective function. i.e. I keep increasing the accuracy until a consistent ...
by Tom Lintern
Wed Aug 21, 2013 7:02 pm
Forum: Simbody: SimTK multibody dynamics API
Topic: Cpodes vs RK integrator for numerically stiff problems
Replies: 5
Views: 466

Cpodes vs RK integrator for numerically stiff problems

Hi, I have been running some forward dynamics simulations using HuntCrossleyForce contact elements. This contact has resulted in my problem being numerically stiff and I have used the Cpodes integrator to solve the equations of motion. SimTK::CPodesIntegrator integrator(osimModel.getMultibodySystem(...
by Tom Lintern
Wed Mar 20, 2013 5:02 pm
Forum: OpenSim
Topic: Enforcement of constraints
Replies: 1
Views: 258

Enforcement of constraints

Hi all, I just have a question regarding the use of custom joints with reduced dofs vs weld constraints vs locked coordinates. I was wondering if there is any practical difference between these options? I am currently running a forward simulation in the OpenSim API with a number of coordinates being...
by Tom Lintern
Sun Mar 17, 2013 1:17 pm
Forum: Simbody: SimTK multibody dynamics API
Topic: integrator convergence and termination
Replies: 3
Views: 519

Re: integrator convergence and termination

Hi Sherm, Thanks for the reply. I am just trying to get a feel as to whether the integrator had converged to a solution and if I could get any info out of the termination reporter but it seems the integrator was running to completion. I do have one question that I have come across since... Do you kn...
by Tom Lintern
Tue Mar 12, 2013 2:15 pm
Forum: Simbody: SimTK multibody dynamics API
Topic: integrator convergence and termination
Replies: 3
Views: 519

integrator convergence and termination

Hi, I just have a question regarding investigating whether my simulations have converged or not within the opensim API. My simulation results are doing a few strange things and just wanted to check my integrator tolerances and how the integrator is terminating. I am wondering how I can return the te...
by Tom Lintern
Mon Jan 21, 2013 6:35 pm
Forum: OpenSim
Topic: Linux binaries - missing libraries...
Replies: 6
Views: 1244

Re: Linux binaries - missing libraries...

Hi all, One more question following the same thread... I successfully linked the opensim linux binaries in Ubuntu (version 12.04) but when I tried to repeat this in our Institutes hpc computer I had the following issue. Linking CXX executable test /people/tlin067/opensim30/lib/libSimTKmath.so: undef...
by Tom Lintern
Wed Jan 16, 2013 5:04 pm
Forum: OpenSim
Topic: Linux binaries - missing libraries...
Replies: 6
Views: 1244

Re: Linux binaries - missing libraries...

All fixed.
Thanks very much for your patient replies!