orbiternassp / orbiternassp/NASSP

h_Pipe class does not support diffusion

Open
#783 0 comments 0 reactions 2 assignees View on GitHub

@indy91 is already working on this.

Since May 24, 2022.

systems
Dominant language
C++
Stars
213
Forks
74
Avg merge
2d 1h
Merged PRs (30d)
6

Description

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)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.