Hi Project Chrono Team,

I’ve been comparing mass properties of a Chrono IGA beam to a similar beam 
model in Nastran and noticed a small discrepancy. The beam elements include 
CG offsets, so I used ChInertiaCosseratAdvanced. The issue appears to stem 
from the inertia terms in the element mass matrix.

As shown in the screenshot below (lines 1110–1114), it looks like the 
inertia contributions due to the CG offset are not included:

[image: Chrono_Inertia.png]


Once I manually added the parallel axis theorem terms, the mass properties 
from Chrono matched those from Nastran. For instance, I updated the inertia 
about the x-axis as follows: 

M(3, 3) = this->Jyy + this->Jzz + this->mu*(std::pow(this->cm_z, 2) + 
std::pow(this->cm_y, 2));

This is likely a niche case, but I wanted to bring it to your attention in 
case it's helpful.

Best,
Matt

-- 
You received this message because you are subscribed to the Google Groups 
"ProjectChrono" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to projectchrono+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/projectchrono/b13a215b-db17-4af4-aba9-16526b4c9919n%40googlegroups.com.

Reply via email to