pecos / tps

Torch Plasma Simulator
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

sponge zone parsing with species is broken #181

Closed trevilo closed 2 years ago

trevilo commented 2 years ago

Parsing the sponge zone inputs for cases with species appears broken. In particular, see M2ulPhyS.cpp#L2934 where the size of targetUp is set to 5 and then M2ulPhyS.cpp#L2962 where we write to position 5+sp.

I don't see how this could be related to #140, but it is worth noting that we have observed sponge zone issues in other contexts also.