* Check for divide by near zero (#22876)
* Clamp after AdjustMoles() (#22907)
Clamping is needed because x - x can be negative with floating point
numbers. If we don't clamp here, the caller always has to call
GetMoles(), clamp, then SetMoles(), which makes this function not very
useful.
* Add maximum atmos temperature limit (#22882)
* Add Tmax
* Increase Tmax
* Revert "Add YAML gas reactions (#22803)" (#22939)
This reverts commit
|
||
|---|---|---|
| .. | ||
| AmmoniaOxygenReaction.cs | ||
| FrezonCoolantReaction.cs | ||
| FrezonProductionReaction.cs | ||
| GasReactionPrototype.cs | ||
| N2ODecompositionReaction.cs | ||
| PlasmaFireReaction.cs | ||
| TritiumFireReaction.cs | ||
| WaterVaporReaction.cs | ||