ck2cti now detects invalid transport geometry flags
This commit is contained in:
parent
6326963e7c
commit
5e81697129
1 changed files with 3 additions and 0 deletions
|
|
@ -198,6 +198,9 @@ namespace pip {
|
|||
case 0: fprintf(f," geom = \"atom\",\n"); break;
|
||||
case 1: fprintf(f," geom = \"linear\",\n"); break;
|
||||
case 2: fprintf(f," geom = \"nonlinear\",\n"); break;
|
||||
default:
|
||||
throw CanteraError("addTransportParams",
|
||||
"Unrecognized geometry flag for species " + name);
|
||||
}
|
||||
#define FULL_TRANSPORT_PARAMETER_PRECISION
|
||||
#ifdef FULL_TRANSPORT_PARAMETER_PRECISION
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue