What's the average Body Composition by Volume?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
Nanako
Messages
39
Reaction score
0
Hi. I'm trying to write some anatomical systems for a game I'm coding, and i need some good data to work from.
Our game is about dogs, not humans, but i figure a human will be close enough

What I'd really like is a case study of a specific organism, and i'd like to know the compositions, by volume, of the various types of matter in its body. Specifically I'm interested in: Muscle, bodyfat, bones, and etc (everything else can fit under one group as far as I'm concerned. Blood, organs, glands, etc)

I have some rough values that i found elsewhere for masses, that an average human is roughly 40% muscle, 20% fat, and 40% other matter, but these values in isolation aren't actually useful to me without some volume data.

My end goal is to calculate a reasonably accurate mass for a creature, given its volume, and the known densities and volume ratios of the aforementioned matter types. Volume is something i can find quite easily by examining the creature's mesh in code, so i have that value to a high precision.

Can anyone help out with some studies, websites, or general biological data?
 
Biology news on Phys.org
Well, a quick search is telling me that the volume of the average human body is 66.4 liters. 66.4 liters of water has a mass of 66.4 kg, which is 146.4 pounds. I'd say that treating your creatures as if they have the same density as water should get you pretty close to real value, and it's a lot easier to calculate than your method is.
 
Further searching supports the idea that the human body has approximately the same density of water, so I think treating your creatures as having the same density of water should work fine.
 
hi drakkith, that is pretty interesting, however it is a little TOO simple. I'm giving creatures variable anatomy (muscle.bodyfat levels) depending on factors like diet, and training. and i would really like to incorporate the difference between the density of fat and muscle in there. i'll keep water density in mind as a backup, but i would still hope to have some more specific data to work with.

What would be really great is if someone had done a reigorous body composition autopsy on an average human corpse, and tested all the indivudla components in mass and volume. Has such a thing ever been done? that would be invalueable/