NASSP icon indicating copy to clipboard operation
NASSP copied to clipboard

h_Pipe class does not support diffusion

Open n7275 opened this issue 2 years ago • 0 comments

diffusion rate between two pipe-connected volumes should be proportional to:

someGlobalConstant * (in_t + out_t )/2 *pipe_size * exp(-abs(in_p - out_p))

this would be in an

if(two_ways)){ //... }

block at the end of void h_Pipe::refresh(double dt)

n7275 avatar May 24 '22 17:05 n7275