bioheat_transfer()

Description: This function uses the Bioheat Transfer Equation to calculate the temperature rise at each point in a medium.

Usage

temperature_rise = bioheat_transfer(input_pressure, medium, dx, dy, dz,iterations); 

Arguments

Output Parameters

Notes

Note that the number of iterations required for a stable temperature field will depend on the spatial step size. The number of iterations should be increased until successive results do not significantly differ to make sure that the result is correct.