Forum

Home / Forum
Please or Register to create posts and topics.

Volume of resp. Chamber

Hi,

according to the documentation, the input.info function needs the "chamber volume" as arguments. I take that the volume of the whole respirometry loop is meant. Still, I wonder, if the function calculates the effective volume by itself as in:

Volume(effective) = Volume(total) - Mass(fish)

Or should I insert the effective volume?

Best,

Stefan

Sergey Morozov has reacted to this post.
Sergey Morozov

Hi Stefan,

The argument "chamber volume" can be used for both the volume of chamber and the volume of the whole respirometry. Basically, "chamber volume" is the total volume of the respirometry loop.

Thank you for this note, I will clarify this moment in the documentation of the R package.

Yes, it calculates the effective volume as you described in the function calculate.MR. The calculation of absolute metabolic rate is based on the following equation:

absMO2= Δ[O2]/Δt × (V – D × m)   

where, V is Volume of a chamber/the whole system (L), m - mass of fish (kg), D is the density of an animal body (by default = 1000 kg/m3)

Best wishes,

Sergey