| | 487 | /* parameters set with Case A and Case B commands */ |
| | 488 | /* this is flag for turning on case b */ |
| | 489 | opac.lgCaseB = false; |
| | 490 | |
| | 491 | /* this is separate flag for turning off collisions from n=2 */ |
| | 492 | opac.lgCaseB_HummerStorey = false; |
| | 493 | |
| | 494 | /* this is separate flag for turning off excited state photoionization */ |
| | 495 | opac.lgCaseB_no_photo = false; |
| | 496 | /* another case b option, turn off background opacities, no Pdest */ |
| | 497 | opac.lgCaseB_no_pdest = false; |
| | 498 | |
| | 499 | /* smallest allowed line and Lya optical depths, reset with |
| | 500 | * Case B command */ |
| | 501 | opac.tlamin = 1e-20f; |
| | 502 | |
| | 503 | /* taumin command minimum optical depths for lines default 1e-20 */ |
| | 504 | opac.taumin = 1e-20f; |
| | 505 | |
| | 506 | /* set false with no induced processes */ |
| | 507 | rfield.lgInducProcess = true; |
| | 508 | |