Skip to content

Commit

Permalink
[1D] Tighten default negative species bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Mar 25, 2016
1 parent 011c9cb commit 5a576a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oneD/StFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ StFlow::StFlow(IdealGasPhase* ph, size_t nsp, size_t points) :

// mass fraction bounds
for (size_t k = 0; k < m_nsp; k++) {
setBounds(4+k, -1.0e-5, 1.0e5);
setBounds(4+k, -1.0e-7, 1.0e5);
}

//-------------------- default error tolerances ----------------
Expand Down

0 comments on commit 5a576a7

Please sign in to comment.