Closed ktbolt closed 5 years ago
The 1D solver does not check for residuals that are NaNs. This was occurring when outlet areas where becoming negative. I added throwing exceptions for these conditions and changed the returned error exit code from -1 to 1, exit codes are 0-255.
@ktbolt we don't really have continuous integration setup for the 1-D solver, so guess we just commit whenever we feel like it...
The 1D solver does not check for residuals that are NaNs. This was occurring when outlet areas where becoming negative. I added throwing exceptions for these conditions and changed the returned error exit code from -1 to 1, exit codes are 0-255.