[1D] Tighten default negative species bounds
This commit is contained in:
parent
011c9cb6c3
commit
5a576a7c75
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ----------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue