imogenproject / gpuImogen

Codeveloped version of the Imogen code that runs on the GPU
http://imogenproject.org
5 stars 2 forks source link

Radiation thermal cutoff implementation #34

Closed ekeever1 closed 10 years ago

ekeever1 commented 10 years ago

The radiating flow thermal cutoff in Imogen seems to have a bug which sets the wrong energy density in cutoff regions.

ekeever1 commented 10 years ago

Radiation cutoff is correct. Error was in RadiatingFlowSolver incorrectly storing the final cut-off flow state (making 1st order prediction for terminal vx instead of using exactly solvable value).

Done, code committed, closing.